|
| 1 | +CakePHP 5.2.5 |
| 2 | +============== |
| 3 | + |
| 4 | +The CakePHP core team is happy to announce the immediate availability of CakePHP |
| 5 | +5.2.5. This is a maintenance release for the 5.2 branch that fixes several |
| 6 | +community reported issues and regressions. |
| 7 | + |
| 8 | +Bugfixes |
| 9 | +-------- |
| 10 | + |
| 11 | +You can expect the following changes in 5.2.5. See the `changelog |
| 12 | +<https://github.com/cakephp/cakephp/compare/5.2.4...5.2.5>`_ for every commit. |
| 13 | + |
| 14 | +* Fixed `routes generate` not working with names containing ``:``. |
| 15 | +* Improved API documentation. |
| 16 | +* Fixed ``LoggedQuery`` from applying undefined attributes and emitting |
| 17 | + warnings. |
| 18 | +* If ``Session.timeout`` is not defined, PHP defined ``session.gc_maxlifetime`` |
| 19 | + will be used as the lifetime of the session. This better aligns timeouts with |
| 20 | + simpler settings. |
| 21 | +* Improved data provider usage in test cases. |
| 22 | +* Fixed session assertions when ``enableRetaionFlashMessages()`` has been used. |
| 23 | +* Events that are triggered with a null subject do not emit deprecation |
| 24 | + warnings. |
| 25 | +* Fixed chained ``find()`` calls with overlapping parameters getting incorrect |
| 26 | + values. |
| 27 | +* Improve ``toDateTime()`` to not return null when passed ``Date``. |
| 28 | +* Fixed invalid stream constructor when ``RunInSeparateProcess`` is used. |
| 29 | +* Update plural rules for French, Italian, Spanish and Portuguese based on CLDR |
| 30 | + v47. These languages have support for additional plural forms. |
| 31 | + |
| 32 | +Contributors to 5.2.5 |
| 33 | +---------------------- |
| 34 | + |
| 35 | +Thank you to all the contributors that submitted a pull request: |
| 36 | + |
| 37 | +* ADmad |
| 38 | +* Corey Taylor |
| 39 | +* Erik Nagelkerke |
| 40 | +* Ishan Vyas |
| 41 | +* Jeremy Harris |
| 42 | +* Kevin Pfeifer |
| 43 | +* k-pon-jp |
| 44 | +* Mark Scherer |
| 45 | +* Mark Story |
| 46 | +* Nicos Panayides |
| 47 | +* othercorey |
| 48 | + |
| 49 | +As always, we would like to also thank all the contributors that opened issues, |
| 50 | +or updated the documentation. |
| 51 | + |
| 52 | +Download a `packaged release on github |
| 53 | +<https://github.com/cakephp/cakephp/releases>`_. |
| 54 | + |
| 55 | +.. author:: markstory |
| 56 | +.. categories:: release, news |
| 57 | +.. tags:: release, news |
0 commit comments