Skip to content

Commit

Permalink
[4.2] Update deleted files and folders for 4.2.0-beta2 (#38039)
Browse files Browse the repository at this point in the history
* Add deleted file from PR #37954

* Add deleted files from PR's #37928 , #37929 and #37947

* Add deleted files and folders from PR #38065

* Fix forgotten section header for folders

* Add deleted file from PR #38097
  • Loading branch information
richard67 committed Jun 20, 2022
1 parent e004c80 commit 8806607
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6477,6 +6477,14 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/plugins/twofactorauth/yubikey/tmpl/form.php',
'/plugins/twofactorauth/yubikey/yubikey.php',
'/plugins/twofactorauth/yubikey/yubikey.xml',
// From 4.2.0-beta1 to 4.2.0-beta2
'/layouts/plugins/user/profile/fields/dob.php',
'/modules/mod_articles_latest/mod_articles_latest.php',
'/plugins/behaviour/taggable/taggable.php',
'/plugins/behaviour/versionable/versionable.php',
'/plugins/task/requests/requests.php',
'/plugins/task/sitestatus/sitestatus.php',
'/plugins/user/profile/src/Field/DobField.php',
);

$folders = array(
Expand Down Expand Up @@ -7838,6 +7846,9 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/plugins/twofactorauth/totp',
'/plugins/twofactorauth',
'/libraries/vendor/nyholm/psr7/doc',
// From 4.2.0-beta1 to 4.2.0-beta2
'/layouts/plugins/user/profile/fields',
'/layouts/plugins/user/profile',
);

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

0 comments on commit 8806607

Please sign in to comment.