Skip to content

Commit ca43254

Browse files
committed
Add 5.2.10 release
1 parent cba5447 commit ca43254

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

2025/10/16/cakephp_529.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Bugfixes
99
--------
1010

1111
You can expect the following changes in 5.2.9. See the `changelog
12-
<https://github.com/cakephp/cakephp/compare/5.2.7...5.2.9>`_ for every commit.
12+
<https://github.com/cakephp/cakephp/compare/5.2.8...5.2.9>`_ for every commit.
1313

1414
* Improve PHPUnit usage in tests.
1515
* Fixed DI integration for Components.

2025/12/05/cakephp_5210.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
CakePHP 5.2.10
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.10. 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.10. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.2.9...5.2.10>`_ for every commit.
13+
14+
* Fixed ``Form::getError()`` using dot notation
15+
* Fixed testing ``FormProtector`` with ``IntegrationTestTrait`` in non-debug mode
16+
* Fixed ``Query::bind()`` not setting the query dirty
17+
* Fixed rendering 400 errors with base template from plugins
18+
* Fixed ``ConsoleIntegrationTestTrait::exec()`` exception on multiple calls with input
19+
* Initialized event manager earlier when running commands so all events are supported
20+
* Cleaned up various documentation and annotations
21+
* Fixed Chronos deprecations
22+
* Fixed PHP 8.5 deprecations
23+
24+
Contributors to 5.2.10
25+
----------------------
26+
27+
Thank you to all the contributors that submitted a pull request:
28+
29+
* ADmad
30+
* Alberto G. Rodriguez
31+
* Corey Taylor
32+
* Jasper Smet
33+
* Mark Scherer
34+
* Mark Story
35+
* nook24
36+
37+
As always, we would like to also thank all the contributors that opened issues,
38+
or updated the documentation.
39+
40+
Download a `packaged release on github
41+
<https://github.com/cakephp/cakephp/releases>`_.
42+
43+
.. author:: markstory
44+
.. categories:: release, news
45+
.. 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/12/05/cakephp_5210
78
2025/12/01/cakephp_463
89
2025/11/08/cakephp_530RC1
910
2025/10/16/cakephp_529

0 commit comments

Comments
 (0)