File tree Expand file tree Collapse file tree 3 files changed +47
-1
lines changed Expand file tree Collapse file tree 3 files changed +47
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ to inccorrect query results. Other usage of subqueries are not impacted.
1111I'd like to welcome `josbeir <https://github.com/josbeir >`_ to the CakePHP team.
1212They have been actively been developing a refesh of the documentation. You can
1313see a development preview of the documentation at
14- `newbook.cakephp.org <https://newbook.cakephp.org/ >`_.
14+ `newbook.cakephp.org <https://newbook.cakephp.org/ >`_. If you have any feedback
15+ about the new documentation site, please open an `issue in GitHub
16+ <https://github.com/cakephp/docs/issues/new> `_.
1517
1618Bugfixes
1719--------
Original file line number Diff line number Diff line change 1+ CakePHP 5.2.9
2+ ==============
3+
4+ The CakePHP core team is happy to announce the immediate availability of CakePHP
5+ 5.2.9. 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.9. See the `changelog
12+ <https://github.com/cakephp/cakephp/compare/5.2.7...5.2.9> `_ for every commit.
13+
14+ * Improve PHPUnit usage in tests.
15+ * Fixed DI integration for Components.
16+ * ``TableLocator `` can now fetch table instances by full class name.
17+ * Fixed default value reflection and for SQLite boolean columns.
18+ * Fixed how ``Socket `` detects connection interruptions, by deprecating
19+ ``$connected `` property, and using ``is_resource() `` instead. This should
20+ improve behavior of ``SmtpTransport `` in long running processes.
21+ * Improved typehints for ``SelectQuery ``.
22+
23+ Contributors to 5.2.9
24+ ----------------------
25+
26+ Thank you to all the contributors that submitted a pull request:
27+
28+ * Adam Halfar
29+ * ADmad
30+ * Alberto Pagliarini
31+ * kolorafa
32+ * Mark Scherer
33+ * Mark Story
34+
35+ As always, we would like to also thank all the contributors that opened issues,
36+ or updated the documentation.
37+
38+ Download a `packaged release on github
39+ <https://github.com/cakephp/cakephp/releases> `_.
40+
41+ .. author :: markstory
42+ .. categories :: release, news
43+ .. tags :: release, news
Original file line number Diff line number Diff line change 44.. toctree ::
55 :maxdepth: 1
66
7+ 2025/10/16/cakephp_529
78 2025/09/23/cakephp_528
89 2025/08/30/cakephp_527
910 2025/08/01/cakephp_526
You can’t perform that action at this time.
0 commit comments