Skip to content

Commit 86d5199

Browse files
committed
Add release notes for 5.3.6
1 parent cba7417 commit 86d5199

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

2026/05/23/cakephp_536.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
CakePHP 5.3.6 Released
2+
======================
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.3.5. This is a maintenance release for the 5.3 branch that fixes community
6+
reported issues and a low severity security issue in ``View::element()``. Thank
7+
you to Nguyen Danh Quan (@z3moo) and Ta Quoc Hung (@get-wright) for reporting
8+
this issue through our security process. The security fix has been backported
9+
and released as 5.2.13, 5.1.6, 4.6.4, and 4.5.11 as well.
10+
11+
Bugfixes
12+
--------
13+
14+
You can expect the following changes in 5.3.6. See the `changelog
15+
<https://github.com/cakephp/cakephp/compare/5.3.5...5.3.6>`_ for every commit.
16+
17+
* ``DateTimeType`` now marshals date only formats like ``Y-m-d`` to midnight.
18+
* ``ConsoleOutput::_write()`` now guards against unset streams.
19+
* Improved API documentation.
20+
* Improved generic typehints for ``find()``, ``findCreate()`` and
21+
``loadInto()``.
22+
* Fixed missing path normalization and directory separator handling in ``CommandScanner::scanPlugin()``.
23+
* Improved error messages when validation rules are duplicated.
24+
* Fixed element path name handling with relative directory traversals.
25+
26+
Contributors to 5.3.6
27+
----------------------
28+
29+
Thank you to all the contributors that submitted a pull request:
30+
31+
* ADmad
32+
* Mark Scherer
33+
* Mark Story
34+
* Stuart
35+
36+
As always, we would like to also thank all the contributors that opened issues,
37+
or updated the documentation.
38+
39+
Download a `packaged release on github
40+
<https://github.com/cakephp/cakephp/releases>`_.
41+
42+
.. author:: markstory
43+
.. categories:: release, news, security
44+
.. tags:: release, news, security

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/05/08/cakephp_536
78
2026/05/08/cakephp_535
89
2026/04/25/cakephp_540RC1
910
2026/04/17/cakephp_534

0 commit comments

Comments
 (0)