Skip to content

Commit

Permalink
[4.2] Update deleted files and folders lists in script.php for upcomi…
Browse files Browse the repository at this point in the history
…ng 4.2.9 (joomla#39998)
  • Loading branch information
richard67 authored Mar 7, 2023
1 parent 35d15bc commit b36e2da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6465,6 +6465,10 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/administrator/cache/fido.jwt',
// From 4.2.6 to 4.2.7
'/libraries/vendor/maximebf/debugbar/src/DebugBar/DataFormatter/VarDumper/SeekingData.php',
// From 4.2.8 to 4.2.9
'/administrator/components/com_scheduler/tmpl/select/modal.php',
'/components/com_contact/layouts/field/render.php',
'/components/com_contact/layouts/fields/render.php',
];

$folders = [
Expand Down Expand Up @@ -7839,6 +7843,10 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/media/vendor/hotkeys.js/js',
'/media/vendor/hotkeys.js',
'/libraries/vendor/symfony/string/Resources/bin',
// From 4.2.8 to 4.2.9
'/components/com_contact/layouts/fields',
'/components/com_contact/layouts/field',
'/components/com_contact/layouts',
];

$status['files_checked'] = $files;
Expand Down

0 comments on commit b36e2da

Please sign in to comment.