CakePHP 4.4.6
6 October 2022
CakePHP version 4.4.6 is now available (major release).
What's New in CakePHP 4.4.6
- Chained or nested exceptions are now rendered correctly in integration test cases, console and HTML exception rendering.
- ConsoleInputArgument instances no longer consider each other equal based on their option values only.
- Improve typing and psalm error supression.
- FormData now accepts UploadedFileInterface as a file.
- Fixed MySQL schema reflection for tables that use conditional indexes. The expression part of the index is now ignored.
- Updated links to use https instead of http.
- Improved CI configuration security.