Skip to content

Commit

Permalink
Add release notes for 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 15, 2023
1 parent 766ad83 commit 4835c5b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions 2023/12/14/cakephp_452.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
CakePHP 4.5.2
==============

The CakePHP core team is happy to announce the immediate availability of CakePHP
4.5.2. This is a maintenance release for the 4.4 branch that fixes several
community reported issues and a minor security related fix.

Bugfixes
--------

You can expect the following changes in 4.5.2. See the `changelog
<https://github.com/cakephp/cakephp/compare/4.5.1...4.5.2>`_ for every commit.

* Fix regression in plugin translation file loading order.
* Marshalling Date values no longer sets a timezone.
* Fix inconsistency between ``Error.beforeRender`` and
``Exception.beforeRender``. You can now stop this event to prevent output
being rendered, or set your own result to bypass the default renderer just
like error handling.
* Added more deprecation annotations for easier upgrading to 5.x.
* Fix off by one errors in ``dd()``.


Contributors to 4.5.2
----------------------

Thank you to all the contributors that helped make this release happen:

* ADmad
* Jens Mischer
* Kevin Pfeifer
* Marc de Lima Lucio
* Marc Würth
* Mark Scherer
* Mark Story
* othercorey
* Robert Pustułka

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
<https://github.com/cakephp/cakephp/releases>`_.

.. author:: markstory
.. categories:: release, news
.. tags:: release, news
1 change: 1 addition & 0 deletions master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Sitemap
.. toctree::
:maxdepth: 1

2023/12/14/cakephp_452
2023/11/27/cakephp_503
2023/11/11/cakephp_451
2023/10/28/cakephp_502
Expand Down

0 comments on commit 4835c5b

Please sign in to comment.