CakePHP 4.6.3 released
The CakePHP core team is happy to announce the immediate availability of CakePHP 4.6.3. This is a maintenance release for the 4.6 branch that fixes several community reported issues and regressions.
Bugfixes
You can expect the following changes in 4.6.3. See the changelog for every commit.
- Fixed PHP 8.4 and 8.5 deprecation warnings.
- Fixed queries that use subqueries that already been executed.
- Fixed Query::bind() not setting the dirty flag.
- Backported Cell action events
- Normalize URLs in
IntegrationTestTrait::assertRedirect()
Contributors to 4.6.3
Thank you to all the contributors that submitted a pull request:
- bancer
- krugerman007
- markstory
- othercorey
- skie