diff --git a/2024/09/20/cakephp_457.rst b/2024/09/20/cakephp_457.rst new file mode 100644 index 0000000..1dbb3cd --- /dev/null +++ b/2024/09/20/cakephp_457.rst @@ -0,0 +1,34 @@ +CakePHP 4.5.7 +============== + +The CakePHP core team is happy to announce the immediate availability of CakePHP +4.5.7. This is a maintenance release for the 4.4 branch that fixes a few +community reported issues. + +Bugfixes +-------- + +You can expect the following changes in 4.5.7. See the `changelog +`_ for every commit. + +* Added annotations for mixin and template to Association classes. +* Fix ``BehaviorRegistry::unload()`` not detaching camelCase methods. + +Contributors to 4.5.7 +---------------------- + +Thank you to all the contributors that helped make this release happen: + +* Adam Halfar +* Mark Scherer +* Mark Story + +As always, we would like to thank all the contributors that opened issues, +created pull requests or updated the documentation. + +Download a `packaged release on github +`_. + +.. author:: markstory +.. categories:: release, news +.. tags:: release, news diff --git a/master.rst b/master.rst index 7f13505..0830436 100644 --- a/master.rst +++ b/master.rst @@ -4,6 +4,7 @@ Sitemap .. toctree:: :maxdepth: 1 + 2024/09/20/cakephp_457 2024/09/13/cakephp_510 2024/09/12/cakephp_5011 2024/08/07/cakephp_510RC2