packagist cakephp/cakephp 5.2.9
CakePHP 5.2.9 released

latest release: 5.3.0-RC1
one month ago

The CakePHP core team is happy to announce the immediate availability of CakePHP 5.2.9. 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.9. See the changelog for every commit.

  • Improve PHPUnit usage in tests.
  • Fixed DI integration for Components.
  • Type annotations for LocatorAwareTrait::fetchTable() have been improved so that IDEs / static analyzer can now recognize the specific table type for the returned value, when the method is called with FQCN.
  • Fixed default value reflection and for SQLite boolean columns.
  • Fixed how Socket detects connection interruptions, by deprecating $connected property, and using is_resource() instead. This should improve behavior of SmtpTransport in long running processes.
  • Improved typehints for SelectQuery.

Contributors to 5.2.9

Thank you to all the contributors that submitted a pull request:

  • Adam Halfar
  • ADmad
  • Alberto Pagliarini
  • kolorafa
  • Mark Scherer
  • Mark Story

As always, we would like to also thank all the contributors that opened issues, or updated the documentation.

Don't miss a new cakephp release

NewReleases is sending notifications on new releases.