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