Skip to content

Commit 0df5504

Browse files
committed
Add release notes for 5.2.7
1 parent b373a6a commit 0df5504

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

2025/08/30/cakephp_527.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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

master.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sitemap
44
.. toctree::
55
:maxdepth: 1
66

7+
2025/08/30/cakephp_527
78
2025/08/01/cakephp_526
89
2025/07/26/cakephp_462
910
2025/06/20/cakephp_525

0 commit comments

Comments
 (0)