diff --git a/2025/02/09/cakephp_460RC1.rst b/2025/02/09/cakephp_460RC1.rst new file mode 100644 index 0000000..46317ab --- /dev/null +++ b/2025/02/09/cakephp_460RC1.rst @@ -0,0 +1,58 @@ +CakePHP 4.6.0-RC1 Released +============================ + +The CakePHP core team is happy to announce the first release candidate for +CakePHP 4.6.0. The 4.6 release includes features backported from 5.1 and the +upcoming 5.2 releases. 4.6.0 is a smaller release, as the core team's focus is +on 5.x now. 4.x feature releases are now driven by primarily by community +involvement. The highlights of what is new in 4.6 include: + +- ``RedisEngine`` now supports a ``tls`` option for connecting to redis via + a TLS connection. +- ``Number::formatter()`` and ``currency()`` now support a ``roundingMode`` + option to control how rounding is handled. + +What's new in 4.6.0 +------------------- + +The `migration guide +`_ has +a complete list of what's new in 4.6.0. + +How you Can Help +---------------- + +You can help deliver 4.6.0 by contributing in one of many ways: + +#. Check the `documentation `_ for mistakes, + outdated, unclear or broken examples. We've been trying to update the + documentation as we go, but there are likely examples or sections we've + missed. +#. Try it out! Give CakePHP 4.6.0 a test drive. Let us know how upgrading + went and if there were any rough spots. +#. File issues for regressions in existing features, or suggest new features. + +Contributors to 4.6.0-RC1 +------------------------- + +Thank you to all the contributors that have helped with the RC1 release: + +- Adam Halfar +- ADmad +- Chris Nizzardini +- Fernando Herrero +- Frank de Graaf (Phally) +- Kevin Pfeifer +- Mark Scherer +- Mark Story +- othercorey + +As always, a huge thanks to all the community members that helped make this +release happen by reporting issues and sending pull requests. + +Download a `packaged release on github +`_. + +.. author:: markstory +.. categories:: news +.. tags:: release,news diff --git a/master.rst b/master.rst index 0f1e6cc..1e94e50 100644 --- a/master.rst +++ b/master.rst @@ -4,6 +4,7 @@ Sitemap .. toctree:: :maxdepth: 1 + 2025/02/09/cakephp_460RC1 2025/01/16/cakephp_515 2025/01/04/cakephp_459 2024/12/12/cakephp_514