Skip to content

Commit

Permalink
Merge branch '4.2-dev' into 4.2-phpcs-phpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Aug 18, 2022
2 parents 9454782 + 152ebcc commit 67ebcef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions administrator/components/com_admin/script.php
Expand Up @@ -6435,6 +6435,11 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/plugins/system/webauthn/webauthn.php',
'/plugins/task/checkfiles/checkfiles.php',
'/plugins/task/demotasks/demotasks.php',
// From 4.2.0 to 4.2.1
'/media/vendor/hotkeys.js/js/hotkeys.js',
'/media/vendor/hotkeys.js/js/hotkeys.min.js',
'/media/vendor/hotkeys.js/js/hotkeys.min.js.gz',
'/media/vendor/hotkeys.js/LICENSE',
);

$folders = array(
Expand Down Expand Up @@ -7803,6 +7808,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/plugins/system/webauthn/src/Helper',
'/plugins/system/webauthn/src/Exception',
// From 4.2.0 to 4.2.1
'/media/vendor/hotkeys.js/js',
'/media/vendor/hotkeys.js',
'/libraries/vendor/symfony/string/Resources/bin',
);

Expand Down

0 comments on commit 67ebcef

Please sign in to comment.