Skip to content

Commit 5ce3da3

Browse files
committed
Add release notes for 5.2.11
1 parent 42026ce commit 5ce3da3

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

2026/01/08/cakephp_5211.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
CakePHP 5.2.11
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.11. 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.11. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.2.10...5.2.11>`_ for every commit.
13+
14+
* Fix completion command to exclude plugin-prefixed aliases. By default plugin
15+
prefixed commands are not included in the ``completion`` command output. Use
16+
``-v`` to include all aliases.
17+
* Fixed `setTimezone()`` being called on ``Date`` instances in
18+
``RelativeTimeFormatter``.
19+
* Improve return type annotation for ``Validator::validate()``.
20+
* Improved API documentation.
21+
* ``E_COMPILE_ERROR`` errors are not handled as fatal errors in
22+
``ExceptionTrap::handleShutdown()``.
23+
* Fix how ``plugin assets`` command handles invalid symlinks.
24+
25+
Contributors to 5.2.11
26+
----------------------
27+
28+
Thank you to all the contributors that submitted a pull request:
29+
30+
* ADmad
31+
* Gerson Felipe Schwinn
32+
* Joris Vaesen
33+
* Mark Scherer
34+
* othercorey
35+
36+
As always, we would like to also thank all the contributors that opened issues,
37+
or updated the documentation.
38+
39+
Download a `packaged release on github
40+
<https://github.com/cakephp/cakephp/releases>`_.
41+
42+
.. author:: othercorey
43+
.. categories:: release, news
44+
.. 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+
2026/01/08/cakephp_5211
78
2025/12/13/cakephp_530RC2
89
2025/12/05/cakephp_5210
910
2025/12/01/cakephp_463

0 commit comments

Comments
 (0)