File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99--------
1010
1111You 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments