CakePHP 5.2.11 released
The CakePHP core team is happy to announce the immediate availability of CakePHP 5.2.11. This is a maintenance release for the 5.2 branch that fixes several community reported issues and regressions.
Bugfixes
You can expect the following changes in 5.2.11. See the changelog for every commit.
- Fix completion command to exclude plugin-prefixed aliases. By default plugin prefixed commands are not included in the
completioncommand output. Use-vto include all aliases. - Fixed
setTimezone()being called onDateinstances inRelativeTimeFormatter. - Improve return type annotation for
Validator::validate(). - Improved API documentation.
E_COMPILE_ERRORerrors are not handled as fatal errors inExceptionTrap::handleShutdown().- Fix how
plugin assetscommand handles invalid symlinks.
Contributors to 5.2.11
Thank you to all the contributors that submitted a pull request:
- ADmad
- Gerson Felipe Schwinn
- Joris Vaesen
- Mark Scherer
- othercorey
As always, we would like to also thank all the contributors that opened issues, or updated the documentation.