File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
+ 2025/08/01/cakephp_526
7
8
2025/07/26/cakephp_462
8
9
2025/06/20/cakephp_525
9
10
2025/05/16/cakephp_524
You can’t perform that action at this time.
0 commit comments