Skip to content

Commit

Permalink
Adapt to latest changes for 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Aug 23, 2022
1 parent 8c367ea commit 29bf585
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 @@ -5876,5 +5876,10 @@ class DeletedFiles
'/plugins/system/webauthn/webauthn.php',
'/plugins/task/checkfiles/checkfiles.php',
'/plugins/task/demotasks/demotasks.php',
// From 4.2.0 to 4.2.1
'/media/vendor/hotkeys.js/js/hotkeys.js',
'/media/vendor/hotkeys.js/js/hotkeys.min.js',
'/media/vendor/hotkeys.js/js/hotkeys.min.js.gz',
'/media/vendor/hotkeys.js/LICENSE',
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -1390,5 +1390,9 @@ class DeletedFolders
// From 4.2.0-beta2 to 4.2.0-beta3
'/plugins/system/webauthn/src/Helper',
'/plugins/system/webauthn/src/Exception',
// From 4.2.0 to 4.2.1
'/media/vendor/hotkeys.js/js',
'/media/vendor/hotkeys.js',
'/libraries/vendor/symfony/string/Resources/bin',
];
}

0 comments on commit 29bf585

Please sign in to comment.