Skip to content

Commit

Permalink
Adapt to changes from PRs joomla#37910 and joomla#38098
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Sep 4, 2023
1 parent 7854b77 commit 453951d
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 @@ -5869,5 +5869,11 @@ class DeletedFiles
'/plugins/task/requests/requests.php',
'/plugins/task/sitestatus/sitestatus.php',
'/plugins/user/profile/src/Field/DobField.php',
// From 4.2.0-beta2 to 4.2.0-beta3
'/plugins/system/webauthn/src/Exception/AjaxNonCmsAppException.php',
'/plugins/system/webauthn/src/Helper/CredentialsCreation.php',
'/plugins/system/webauthn/src/Helper/Joomla.php',
'/plugins/system/webauthn/webauthn.php',
'/plugins/task/demotasks/demotasks.php',
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -1387,5 +1387,8 @@ class DeletedFolders
// From 4.2.0-beta1 to 4.2.0-beta2
'/layouts/plugins/user/profile/fields',
'/layouts/plugins/user/profile',
// From 4.2.0-beta2 to 4.2.0-beta3
'/plugins/system/webauthn/src/Helper',
'/plugins/system/webauthn/src/Exception',
];
}

0 comments on commit 453951d

Please sign in to comment.