From dd5f09e4c4fbfc665fb81a5df8ad2675327fbb67 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sat, 4 Jun 2022 14:14:35 +0200 Subject: [PATCH] Update deleted files and folders for 4.2-beta1 --- administrator/components/com_admin/script.php | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/administrator/components/com_admin/script.php b/administrator/components/com_admin/script.php index 4598024a5d017..79b0dbb71fe1f 100644 --- a/administrator/components/com_admin/script.php +++ b/administrator/components/com_admin/script.php @@ -6447,13 +6447,33 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false) '/libraries/vendor/maximebf/debugbar/tests/DebugBar/Tests/TracedStatementTest.php', '/libraries/vendor/maximebf/debugbar/tests/DebugBar/Tests/full_init.html', '/libraries/vendor/maximebf/debugbar/tests/bootstrap.php', - // From 4.1 to 4.2.0 + // From 4.1 to 4.2.0-beta1 '/libraries/src/Service/Provider/ApiRouter.php', '/libraries/vendor/nyholm/psr7/doc/final.md', + '/media/com_finder/js/index-es5.js', + '/media/com_finder/js/index-es5.min.js', + '/media/com_finder/js/index-es5.min.js.gz', + '/media/com_finder/js/index.js', + '/media/com_finder/js/index.min.js', + '/media/com_finder/js/index.min.js.gz', + '/media/com_users/js/two-factor-switcher-es5.js', + '/media/com_users/js/two-factor-switcher-es5.min.js', + '/media/com_users/js/two-factor-switcher-es5.min.js.gz', + '/media/com_users/js/two-factor-switcher.js', + '/media/com_users/js/two-factor-switcher.min.js', + '/media/com_users/js/two-factor-switcher.min.js.gz', '/modules/mod_articles_news/mod_articles_news.php', + '/plugins/actionlog/joomla/joomla.php', '/plugins/api-authentication/basic/basic.php', '/plugins/api-authentication/token/token.php', '/plugins/system/cache/cache.php', + '/plugins/twofactorauth/totp/postinstall/actions.php', + '/plugins/twofactorauth/totp/tmpl/form.php', + '/plugins/twofactorauth/totp/totp.php', + '/plugins/twofactorauth/totp/totp.xml', + '/plugins/twofactorauth/yubikey/tmpl/form.php', + '/plugins/twofactorauth/yubikey/yubikey.php', + '/plugins/twofactorauth/yubikey/yubikey.xml', ); $folders = array( @@ -7807,10 +7827,14 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false) '/libraries/vendor/maximebf/debugbar/demo/bridge', '/libraries/vendor/maximebf/debugbar/demo', '/libraries/vendor/maximebf/debugbar/build', - // From 4.1 to 4.2.0 - '/libraries/vendor/nyholm/psr7/doc', - '/plugins/twofactorauth/totp', + // From 4.1 to 4.2.0-beta1 + '/plugins/twofactorauth/yubikey/tmpl', '/plugins/twofactorauth/yubikey', + '/plugins/twofactorauth/totp/tmpl', + '/plugins/twofactorauth/totp/postinstall', + '/plugins/twofactorauth/totp', + '/plugins/twofactorauth', + '/libraries/vendor/nyholm/psr7/doc', ); $status['files_checked'] = $files;