Skip to content

Commit 0042468

Browse files
committed
Add release notes for 5.1.6
1 parent 6f66b04 commit 0042468

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

2025/02/23/cakephp_516.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
CakePHP 5.1.6
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.1.6. This is a maintenance release for the 5.1 branch that fixes several
6+
community reported issues and regressions. If you are having problems with the framework
7+
breaking your application when you upgrade from 5.0.11 to 5.1, please open an
8+
`issue <https://github.com/cakephp/cakephp/issues/new?template=bug_report.yml>`_.
9+
10+
Bugfixes
11+
--------
12+
13+
You can expect the following changes in 5.1.6. See the `changelog
14+
<https://github.com/cakephp/cakephp/compare/5.1.5...5.1.6>`_ for every commit.
15+
16+
- Updated ``Session::renew()`` to avoid samesite warnings.
17+
- Errors caused by requests to URLs like ``index.php?<>?`` now have error pages
18+
rendered instead of empty 500 responses.
19+
- Improved behavior of ``requireFieldPresence`` in entities.
20+
- ``MissingActionException`` raised in plugins now correctly name the
21+
controller + action in the error message.
22+
- Added IPv6 support to datasource DSN parsing.
23+
- ``Http\Client`` no longer overwrites an explicit content type with
24+
``application/x-form-urlencoded`` when an empty request body is provided.
25+
- ``FormHelper::postLink()`` now uses ``HtmlElement.requestSubmit()`` instead of
26+
``.submit()``. This allows ``submit`` event handlers to intercept requests
27+
from ``postLink()`` buttons.
28+
29+
Contributors to 5.1.6
30+
----------------------
31+
32+
Thank you to all the contributors that submitted a pull request:
33+
34+
- ADmad
35+
- Alberto G. Rodriguez
36+
- Kevin Pfeifer
37+
- Mark Scherer
38+
- Mark Story
39+
- Mirko Pagliai
40+
- othercorey
41+
- Markus Ramšak
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, 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+
2025/02/23/cakephp_516
78
2025/02/09/cakephp_460RC1
89
2025/01/16/cakephp_515
910
2025/01/04/cakephp_459

0 commit comments

Comments
 (0)