|
| 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 |
0 commit comments