File tree 2 files changed +46
-0
lines changed
2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
+ 2025/04/06/cakephp_521
7
8
2025/03/29/cakephp_520
8
9
2025/03/22/cakephp_460
9
10
2025/03/21/cakephp_4510
You can’t perform that action at this time.
0 commit comments