Skip to content

Commit f1d2837

Browse files
committed
Add release notes for 5.2.5
1 parent 2bde9ca commit f1d2837

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

2025/06/20/cakephp_525.rst

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

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/06/20/cakephp_525
78
2025/05/16/cakephp_524
89
2025/04/26/cakephp_461
910
2025/04/23/cakephp_523

0 commit comments

Comments
 (0)