Skip to content

Commit b373a6a

Browse files
committed
Add release notes for 5.2.6
1 parent fada392 commit b373a6a

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

2025/08/01/cakephp_526.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
CakePHP 5.2.6
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.6. 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.6. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.2.5...5.2.6>`_ for every commit.
13+
14+
* Pagination now uses a cloned query to get a count instead of using the loaded
15+
records.
16+
* Improved API docs.
17+
* Fixed generation and reflection of unsigned integer column types in sqlite.
18+
* Fixed deprecation errors in ``FormProtectionComponent``.
19+
* Fixed translate behavior with iI8n locale that has options defined.
20+
* Improved exception messages in ``SelectQuery``.
21+
* Fixed error when xdebug is enabled and uninitialized properties are accessed.
22+
* You can now join and contain the same table in an ``loadInto()`` operation.
23+
* Datetime validation correctly handles booleans now.
24+
25+
Contributors to 5.2.6
26+
----------------------
27+
28+
* ADmad
29+
* Corey Taylor
30+
* Eriknag
31+
* Felix Kempf
32+
* freefri
33+
* Juan Pablo Ramirez
34+
* Kevin Pfeifer
35+
* Mark Scherer
36+
* Mark Story
37+
* wowDAS Markus Ramšak
38+
39+
Thank you to all the contributors that submitted a pull request:
40+
41+
As always, we would like to also thank all the contributors that opened issues,
42+
or updated the documentation.
43+
44+
Download a `packaged release on github
45+
<https://github.com/cakephp/cakephp/releases>`_.
46+
47+
.. author:: markstory
48+
.. categories:: release, news
49+
.. 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/08/01/cakephp_526
78
2025/07/26/cakephp_462
89
2025/06/20/cakephp_525
910
2025/05/16/cakephp_524

0 commit comments

Comments
 (0)