Skip to content

Commit 3d6fa4e

Browse files
committed
Add release notes for 5.2.9
1 parent 56fff12 commit 3d6fa4e

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

2025/09/23/cakephp_528.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ to inccorrect query results. Other usage of subqueries are not impacted.
1111
I'd like to welcome `josbeir <https://github.com/josbeir>`_ to the CakePHP team.
1212
They have been actively been developing a refesh of the documentation. You can
1313
see 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

1618
Bugfixes
1719
--------

2025/10/16/cakephp_529.rst

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

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/10/16/cakephp_529
78
2025/09/23/cakephp_528
89
2025/08/30/cakephp_527
910
2025/08/01/cakephp_526

0 commit comments

Comments
 (0)