Skip to content

Commit

Permalink
Update to changes for 4.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Mar 30, 2023
1 parent 901bf33 commit 7089fc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5969,5 +5969,10 @@ class DeletedFiles
'/plugins/finder/tags/tags.php',
// From 4.3.0-beta3 to 4.3.0-beta4
'/layouts/joomla/content/categories_default_items.php',
// From 4.3.0-beta4 to 4.3.0-rc1
'/administrator/components/com_guidedtours/src/Helper/GuidedtoursHelper.php',
'/libraries/vendor/voku/portable-ascii/build/docs/base.md',
'/libraries/vendor/voku/portable-ascii/build/generate_docs.php',
'/libraries/vendor/voku/portable-ascii/build/generate_max_key_length.php',
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -1403,5 +1403,9 @@ class DeletedFolders
'/components/com_contact/layouts',
// From 4.2.x to 4.3.0-alpha1
'/libraries/vendor/paragonie/sodium_compat/dist',
// From 4.3.0-beta4 to 4.3.0-rc1
'/libraries/vendor/voku/portable-ascii/build/docs',
'/libraries/vendor/voku/portable-ascii/build',
'/administrator/components/com_guidedtours/src/Helper',
];
}

0 comments on commit 7089fc8

Please sign in to comment.