Skip to content

Commit

Permalink
Add deleted files and folders from PR joomla#38065
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jun 28, 2022
1 parent 9f9438a commit 0a516ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5861,9 +5861,11 @@ class DeletedFiles
'/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/user/profile/src/Field/DobField.php',
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -1383,5 +1383,7 @@ class DeletedFolders
'/plugins/twofactorauth/totp',
'/plugins/twofactorauth',
'/libraries/vendor/nyholm/psr7/doc',
'/layouts/plugins/user/profile/fields',
'/layouts/plugins/user/profile',
];
}

0 comments on commit 0a516ff

Please sign in to comment.