|
| 1 | +CakePHP 5.2.7 |
| 2 | +============== |
| 3 | + |
| 4 | +The CakePHP core team is happy to announce the immediate availability of CakePHP |
| 5 | +5.2.7. 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.7. See the `changelog |
| 12 | +<https://github.com/cakephp/cakephp/compare/5.2.6...5.2.7>`_ for every commit. |
| 13 | + |
| 14 | +* Fixed regression where added rules were enabled for delete operations by |
| 15 | + default. |
| 16 | +* Updated ``Validation::uuid()`` to accept V7 UUIDs. |
| 17 | +* Fixed array value handling in ``getEnv()``. |
| 18 | +* Fixed flaky tests for Arabic-Indic numeral output. |
| 19 | +* Fixed hidden validation messages in nested entities from validation and domain |
| 20 | + rule failures. Now validation errors are available for nested entities in the |
| 21 | + ``_rule`` key. |
| 22 | +* XML from ``Xml::fromArray()`` is now validated before being returned. This |
| 23 | + prevents invalid XML from being generated by invalid input. Now an |
| 24 | + ``XmlException`` will be thrown. |
| 25 | +* Updated for PHP 8.5 deprecations. |
| 26 | +* Cleaned up plugin configuration after test runs. |
| 27 | +* Fixed column comment quoting in the MySQL schema dialect. |
| 28 | +* Implemented missing support for ``QueryExpression`` as schema column defaults. |
| 29 | + This was a porting gap when moving code from migrations to cakephp/database. |
| 30 | + |
| 31 | +Contributors to 5.2.7 |
| 32 | +---------------------- |
| 33 | + |
| 34 | +Thank you to all the contributors that submitted a pull request: |
| 35 | + |
| 36 | +* ADmad |
| 37 | +* Arshid |
| 38 | +* Mark Scherer |
| 39 | +* Mark Story |
| 40 | + |
| 41 | +As always, we would like to also thank all the contributors that opened issues, |
| 42 | +or updated the documentation. |
| 43 | + |
| 44 | +Download a `packaged release on github |
| 45 | +<https://github.com/cakephp/cakephp/releases>`_. |
| 46 | + |
| 47 | +.. author:: markstory |
| 48 | +.. categories:: release, news |
| 49 | +.. tags:: release, news |
0 commit comments