Skip to content

Commit

Permalink
Adapt to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jun 19, 2022
1 parent 3598b13 commit f510ff0
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 @@ -5835,5 +5835,10 @@ class DeletedFiles
'/libraries/vendor/maximebf/debugbar/tests/bootstrap.php',
// From 4.1 to 4.2.0
'/libraries/src/Service/Provider/ApiRouter.php',
'/libraries/vendor/nyholm/psr7/doc/final.md',
'/modules/mod_articles_news/mod_articles_news.php',
'/plugins/api-authentication/basic/basic.php',
'/plugins/api-authentication/token/token.php',
'/plugins/system/cache/cache.php',
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,9 @@ class DeletedFolders
'/libraries/vendor/maximebf/debugbar/demo/bridge',
'/libraries/vendor/maximebf/debugbar/demo',
'/libraries/vendor/maximebf/debugbar/build',
// From 4.1 to 4.2.0
'/libraries/vendor/nyholm/psr7/doc',
'/plugins/twofactorauth/totp',
'/plugins/twofactorauth/yubikey',
];
}

0 comments on commit f510ff0

Please sign in to comment.