Skip to content

Commit 2efa2e3

Browse files
committed
Add release notes for 5.2.12
1 parent feac7d7 commit 2efa2e3

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

2026/01/13/cakephp_531.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ CakePHP 5.3.1 Released
33

44
The CakePHP core team is happy to announce the immediate availability of CakePHP
55
5.3.1. This is a maintenance release for the 5.3 branch that fixes
6-
community reported issues, regressions and a security issue with
7-
``PaginatorHelper``.
6+
community reported issues, regressions and a security issue with ``PaginatorHelper``.
87

98
Bugfixes
109
--------

2026/01/14/cakephp_5212.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
CakePHP 5.2.12 Released
2+
=======================
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.12. This is a security fix release for the 5.2 branch that fixes
6+
a security issue with ``PaginatorHelper``. This release is recommended for all
7+
applications using ``PaginatorHelper::limitControl()`` with CakePHP >= 5.2.10.
8+
Earlier releases are not impacted.
9+
10+
Bugfixes
11+
--------
12+
13+
You can expect the following changes in 5.2.11. See the `changelog
14+
<https://github.com/cakephp/cakephp/compare/5.2.11...5.2.12>`_ for every commit.
15+
16+
* Fixed outputting unescaped HTML generated from request query string data in ``PaginatorHelper::limitControl()``.
17+
18+
Contributors to 5.2.12
19+
----------------------
20+
21+
Thank you to all the contributors that submitted a pull request:
22+
23+
* Mark Story
24+
* phpcss-ankue
25+
26+
As always, we would like to also thank all the contributors that opened issues,
27+
or updated the documentation.
28+
29+
Download a `packaged release on github
30+
<https://github.com/cakephp/cakephp/releases>`_.
31+
32+
.. author:: markstory
33+
.. categories:: release, news, security
34+
.. 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/01/14/cakephp_5212
78
2026/01/13/cakephp_531
89
2026/01/09/cakephp_530
910
2026/01/08/cakephp_5211

0 commit comments

Comments
 (0)