Skip to content

Commit 98df253

Browse files
committed
Add release notes for 5.2.4
1 parent 18ebbf4 commit 98df253

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

2025/05/16/cakephp_524.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
CakePHP 5.2.4
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.4. 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.4. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.2.3...5.2.4>`_ for every commit.
13+
14+
* Improves foreign key reflection with sqlite to resolve gaps between
15+
functionality offered in migrations.
16+
* Fixed a regression in ``EntityTrait::isModified()``.
17+
* Fixed PHP warnings being emit when rendering a development error page for
18+
``MissingActionException``.
19+
* Fixed regressions that broke documented custom message loaders for ``I18n``.
20+
* CLI options are now coerced to string to avoid type errors
21+
with ``ConsoleInputOption:`` constructor.
22+
* Fixed regression with ``App.base`` configuration not being used.
23+
* Added the ``clearUsesFlushDb`` option to ``RedisEngine``. When enabled this
24+
allows ``clear()`` and ``clearGroup()`` to use ``FLUSHDB``. This option should
25+
be used with caution as it will drop all keys in the current redis database.
26+
* Primary key reflection in SQLServer now retains the primary key name to
27+
support primary key operations in migrations.
28+
* Improved support for mockery, and increased usage of mockery in cakephp's
29+
tests.
30+
* Replaced `PHPUnitConsecutiveTrait::withConsecutive()` with mockery's methods.
31+
32+
Contributors to 5.2.4
33+
----------------------
34+
35+
Thank you to all the contributors that submitted a pull request:
36+
37+
* ADmad
38+
* Jamison Bryant
39+
* Mark Scherer
40+
* Mark Story
41+
* Mirko Pagliai
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/05/16/cakephp_524
78
2025/04/26/cakephp_461
89
2025/04/23/cakephp_523
910
2025/04/17/cakephp_522

0 commit comments

Comments
 (0)