CakePHP 4.4.1 releases: The Rapid Development Framework for PHP

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Associative Data Mapping, Front Controller, and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss of flexibility.

cakephp

Changelog v4.4.1

Bugfixes

You can expect the following changes in 4.4.1. See the changelog for every commit.

  • Fixed broken links in API documentation.
  • Reverted a deprecation in implementedEvents() as DebugKit was relying on it and we missed identifying this usage earlier.
  • Added scanCount to RedisEngine to give more control over how keys are cleared.
  • Improved deprecation warning for ResultSetInterface proxying.
  • Fixed updating belongsToMany association junction records that contain composite primary keys that involve a column that is mapped to a non-scalar value
  • Fixed P1D date interval expressions when used as cache TTL values.

Download