Skip to content

Commit 74f6915

Browse files
committed
Add release notes for 5.3.3
1 parent c0c9f74 commit 74f6915

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

2026/02/24/cakephp_532.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ Download a `packaged release on github
6464
<https://github.com/cakephp/cakephp/releases>`_.
6565

6666
.. author:: markstory
67-
.. categories:: release, news, security
68-
.. tags:: release, news, security
67+
.. categories:: release, news
68+
.. tags:: release, news

2026/03/18/cakephp_533.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
CakePHP 5.3.3 Released
2+
======================
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.3.3. This is a maintenance release for the 5.3 branch that fixes several
6+
community reported issues.
7+
8+
Bugfixes
9+
--------
10+
11+
You can expect the following changes in 5.3.3. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.3.2...5.3.3>`_ for every commit.
13+
14+
* Improved type hints for database query results, and ``disableHydration()``.
15+
* ``Query::setMatching()`` without a builder no longer clears the builder
16+
function. Instead an identity function is used to retain query composition.
17+
* Improved typehinting on ``FactoryLocator``.
18+
* Updated dependencies and CI tooling.
19+
* Enabled strict mode for more ``in_array()`` checks.
20+
21+
Contributors to 5.3.3
22+
----------------------
23+
24+
Thank you to all the contributors that submitted a pull request:
25+
26+
* ADmad
27+
* Jasper Smet
28+
* Kevin Pfeifer
29+
* Mark Scherer
30+
* Mark Story
31+
* Nicos Panayides
32+
33+
As always, we would like to also thank all the contributors that opened issues,
34+
or updated the documentation.
35+
36+
Download a `packaged release on github
37+
<https://github.com/cakephp/cakephp/releases>`_.
38+
39+
.. author:: markstory
40+
.. categories:: release, news
41+
.. 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+
2026/03/18/cakephp_533
78
2026/02/24/cakephp_532
89
2026/01/14/cakephp_5212
910
2026/01/13/cakephp_531

0 commit comments

Comments
 (0)