Skip to content

Commit fe3e239

Browse files
committed
Adapt to changes from PRs joomla#37910 and joomla#38098
1 parent ff2b0ad commit fe3e239

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

administrator/components/com_admin/src/Script/DeletedFiles.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5869,5 +5869,11 @@ class DeletedFiles
58695869
'/plugins/task/requests/requests.php',
58705870
'/plugins/task/sitestatus/sitestatus.php',
58715871
'/plugins/user/profile/src/Field/DobField.php',
5872+
// From 4.2.0-beta2 to 4.2.0-beta3
5873+
'/plugins/system/webauthn/src/Exception/AjaxNonCmsAppException.php',
5874+
'/plugins/system/webauthn/src/Helper/CredentialsCreation.php',
5875+
'/plugins/system/webauthn/src/Helper/Joomla.php',
5876+
'/plugins/system/webauthn/webauthn.php',
5877+
'/plugins/task/demotasks/demotasks.php',
58725878
];
58735879
}

administrator/components/com_admin/src/Script/DeletedFolders.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,5 +1387,8 @@ class DeletedFolders
13871387
// From 4.2.0-beta1 to 4.2.0-beta2
13881388
'/layouts/plugins/user/profile/fields',
13891389
'/layouts/plugins/user/profile',
1390+
// From 4.2.0-beta2 to 4.2.0-beta3
1391+
'/plugins/system/webauthn/src/Helper',
1392+
'/plugins/system/webauthn/src/Exception',
13901393
];
13911394
}

0 commit comments

Comments
 (0)