|
| 1 | +CakePHP 4.6.0-RC1 Released |
| 2 | +============================ |
| 3 | + |
| 4 | +The CakePHP core team is happy to announce the first release candidate for |
| 5 | +CakePHP 4.6.0. The 4.6 release includes features backported from 5.1 and the |
| 6 | +upcoming 5.2 releases. 4.6.0 is a smaller release, as the core team's focus is |
| 7 | +on 5.x now. 4.x feature releases are now driven by primarily by community |
| 8 | +involvement. The highlights of what is new in 4.6 include: |
| 9 | + |
| 10 | +- ``RedisEngine`` now supports a ``tls`` option for connecting to redis via |
| 11 | + a TLS connection. |
| 12 | +- ``Number::formatter()`` and ``currency()`` now support a ``roundingMode`` |
| 13 | + option to control how rounding is handled. |
| 14 | + |
| 15 | +What's new in 4.6.0 |
| 16 | +------------------- |
| 17 | + |
| 18 | +The `migration guide |
| 19 | +<https://book.cakephp.org/4.next/en/appendices/4-6-migration-guide.html>`_ has |
| 20 | +a complete list of what's new in 4.6.0. |
| 21 | + |
| 22 | +How you Can Help |
| 23 | +---------------- |
| 24 | + |
| 25 | +You can help deliver 4.6.0 by contributing in one of many ways: |
| 26 | + |
| 27 | +#. Check the `documentation <https://book.cakephp.org/4.next/en/>`_ for mistakes, |
| 28 | + outdated, unclear or broken examples. We've been trying to update the |
| 29 | + documentation as we go, but there are likely examples or sections we've |
| 30 | + missed. |
| 31 | +#. Try it out! Give CakePHP 4.6.0 a test drive. Let us know how upgrading |
| 32 | + went and if there were any rough spots. |
| 33 | +#. File issues for regressions in existing features, or suggest new features. |
| 34 | + |
| 35 | +Contributors to 4.6.0-RC1 |
| 36 | +------------------------- |
| 37 | + |
| 38 | +Thank you to all the contributors that have helped with the RC1 release: |
| 39 | + |
| 40 | +- Adam Halfar |
| 41 | +- ADmad |
| 42 | +- Chris Nizzardini |
| 43 | +- Fernando Herrero |
| 44 | +- Frank de Graaf (Phally) |
| 45 | +- Kevin Pfeifer |
| 46 | +- Mark Scherer |
| 47 | +- Mark Story |
| 48 | +- othercorey |
| 49 | + |
| 50 | +As always, a huge thanks to all the community members that helped make this |
| 51 | +release happen by reporting issues and sending pull requests. |
| 52 | + |
| 53 | +Download a `packaged release on github |
| 54 | +<https://github.com/cakephp/cakephp/releases>`_. |
| 55 | + |
| 56 | +.. author:: markstory |
| 57 | +.. categories:: news |
| 58 | +.. tags:: release,news |
0 commit comments