Skip to content

Commit f243205

Browse files
committed
Add notes for 5.2.1 release
1 parent 5f8c367 commit f243205

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

2025/04/06/cakephp_521.rst

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
CakePHP 5.2.1
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.1. 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.1. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.2.0...5.2.1>`_ for every commit.
13+
14+
- Column generation in Sqlite preserves commments now.
15+
- ``BehaviorRegistry::set()`` now updates method and finder mappings.
16+
- Fixed regression in ``Response::mapType()`` with array parameters.
17+
- Update documentation for ``Table::buildRules()``.
18+
- Several methods on ``NumberHelper`` had types widened to allow ``null``. This
19+
makes ``NumberHelper`` more ergonomic to use and increases compatibility with
20+
code from 4.x.
21+
- Fixed regression where custom validation methods would have not get
22+
``$context`` passed.
23+
- Fixed regression in update queries with expressions in the ``SET`` clause.
24+
25+
26+
Contributors to 5.2.1
27+
----------------------
28+
29+
Thank you to all the contributors that submitted a pull request:
30+
31+
- ADmad
32+
- fabian-mcfly
33+
- Mark Scherer
34+
- Mark Story
35+
- mscherer
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

master.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sitemap
44
.. toctree::
55
:maxdepth: 1
66

7+
2025/04/06/cakephp_521
78
2025/03/29/cakephp_520
89
2025/03/22/cakephp_460
910
2025/03/21/cakephp_4510

0 commit comments

Comments
 (0)