|
| 1 | +CakePHP 5.1.5 |
| 2 | +============== |
| 3 | + |
| 4 | +The CakePHP core team is happy to announce the immediate availability of CakePHP |
| 5 | +5.1.5. This is a maintenance release with a security fix 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.5. See the `changelog |
| 14 | +<https://github.com/cakephp/cakephp/compare/5.1.4...5.1.5>`_ for every commit. |
| 15 | + |
| 16 | +- Streamline composer dependencies. `lib-ICU` is already an implicit dependency |
| 17 | + through `intl`. |
| 18 | +- Improve API docs. |
| 19 | +- Minor optimizations, by removing redundant assignments, `empty()` and `isset()` |
| 20 | + checks. |
| 21 | +- The console package no longer has a hard dependency on `Router`. Instead |
| 22 | + `Router` will only be used if it is installed. |
| 23 | +- Correct column ordering being incorrect in reflected foreign key data with |
| 24 | + postgres. |
| 25 | +- The `EavStrategy` behavior now uses the entity class of the attached table |
| 26 | + instead of the `Entity` base class. |
| 27 | +- `QueryException` now includes the problematic SQL that was created the error. |
| 28 | +- The utility package no longer has a hard dependency on the i18n package. |
| 29 | +- Fixed falsey value handling in `XmlView`. |
| 30 | +- Using cached schema metadata no longer creates a database connection. |
| 31 | + |
| 32 | +Contributors to 5.1.5 |
| 33 | +---------------------- |
| 34 | + |
| 35 | +Thank you to all the contributors that submitted a pull request: |
| 36 | + |
| 37 | +- ADmad |
| 38 | +- Hermann Vallieri |
| 39 | +- Iacovos Constantinou |
| 40 | +- Kevin Pfeifer |
| 41 | +- Mark Scherer |
| 42 | +- Mark Story |
| 43 | +- othercorey |
| 44 | + |
| 45 | +As always, we would like to also thank all the contributors that opened issues, |
| 46 | +or updated the documentation. |
| 47 | + |
| 48 | +Download a `packaged release on github |
| 49 | +<https://github.com/cakephp/cakephp/releases>`_. |
| 50 | + |
| 51 | +.. author:: markstory |
| 52 | +.. categories:: release, news |
| 53 | +.. tags:: release, news, security |
0 commit comments