Skip to content

Commit 56fff12

Browse files
committed
Add release notes for 5.2.8
1 parent 0df5504 commit 56fff12

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

2025/09/23/cakephp_528.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
CakePHP 5.2.8
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.8. This is a maintenance release for the 5.2 branch that fixes several
6+
community reported issues and regressions. 5.2.8 also contains a fix for
7+
a potential security issue in the query builder. When using **already executed** queries as
8+
subquery expressions, bound parameter values were overwritten which could lead
9+
to inccorrect query results. Other usage of subqueries are not impacted.
10+
11+
I'd like to welcome `josbeir <https://github.com/josbeir>`_ to the CakePHP team.
12+
They have been actively been developing a refesh of the documentation. You can
13+
see a development preview of the documentation at
14+
`newbook.cakephp.org <https://newbook.cakephp.org/>`_.
15+
16+
Bugfixes
17+
--------
18+
19+
You can expect the following changes in 5.2.8. See the `changelog
20+
<https://github.com/cakephp/cakephp/compare/5.2.7...5.2.8>`_ for every commit.
21+
22+
* Improved type checks and null coalescing operator usage.
23+
* Fixed route generation when routes are defined with null ``prefix`` values.
24+
* Improved type annotations in collection classes.
25+
* Fixed more compatibility issues with PHP 8.5.
26+
* Fixed loading nested associations with ``Table::loadInto()``.
27+
* Fixed usage of ``lock`` option for ``PaginatorHelper::sort()``.
28+
* Fixed an access before initialization in ``RedisEngine``.
29+
30+
Contributors to 5.2.8
31+
----------------------
32+
33+
A special thanks to **Kei Akiyama** for reporting the vulnerability in the query
34+
builder. As always, thank you to everyone who submitted a pull request:
35+
36+
* ADmad
37+
* Arshid
38+
* Marcelo Rocha
39+
* Mark Scherer
40+
* Mark Story
41+
* othercorey
42+
43+
As always, we would like to also thank all the contributors that opened issues,
44+
or updated the documentation.
45+
46+
Download a `packaged release on github
47+
<https://github.com/cakephp/cakephp/releases>`_.
48+
49+
.. author:: markstory
50+
.. categories:: release, news
51+
.. 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/09/23/cakephp_528
78
2025/08/30/cakephp_527
89
2025/08/01/cakephp_526
910
2025/07/26/cakephp_462

0 commit comments

Comments
 (0)