The CakePHP core team have just announced the immediate availability of CakePHP 4.2.5. This is a maintenance release for the 4.2 branch that fixes several community reported issues.
Changes in CakePHP 4.2.5
You can expect the following changes in 4.2.5. See the changelog for every commit.
- Improved time format in response headers. Previously leading 0s were missing.
- Improved API documentation.
- Fixed
RouteBuilder::plugin()
not forwarding the_namePrefix
option. - Improved accuracy of database query log timers.
- Fixed
BufferedIterator
not returning all results after being partially iterated and then iterated a second time. - The standalone database package no longer emits a type error when
App.namespace
is undefined and the connection does not exist.
Contributors to 4.2.5
Thank you to all the contributors that helped make this release happen:
- ADmad
- Corey Taylor
- Mark Scherer
- Mark Story
- othercorey
- Saleh Souzanchi
- Tobse
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.
More information atĀ https://cakephp.org/