CakePHP 3.4.10 has been released, and CakePHP is a rapid development framework that employs well-known design patterns such as ActiveRecord, association Data Mapping, Front controllers, and MVC. The main goal of the project is to provide a variety of layers of PHP developers to quickly develop a robust WEB application without losing flexibility.
Update content:
Sessions now work with TRANS_SID enabled.
Inspecting queries with Xdebug no longer causes to lastInsertId()
return the incorrect results.
Validation error messages when Email addresses is invalid is more helpful now.
Formhelper can now read the values from the entity properties that implement ArrayAccess
.
ConsoleIo::overwrite()
Can now overwrite long content with shorter content correctly.
Several compatibility issues with PHP 7.2 were fixed.
Digest Authentication can now compare the Digest hash even when the field was hidden in the entity.
Associations contained in beforeFind
events is now retained on cloned queries.
MO file parsing correctly handles Plural-Forms: nplurals=1; plural=0;
.
Http\Client
Now handles redirects instead of the Stream adapter handling them. This resolves a issue where cookies sent in intermediary responses were is being forwarded in subsequent requests.
The validation package no longer have a hard dependency on cakephp/i18n.
:
Cakephp-3-4-10.zip
Source Code (Zip)
Source Code (tar.gz)
CakePHP 3.4.10 Release, PHP development framework