File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments