Skip to content

Commit

Permalink
Add release notes for 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 24, 2024
1 parent a0400cb commit 139f822
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions 2024/06/23/cakephp_509.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
CakePHP 5.0.9
=============

The CakePHP core team is happy to announce the immediate availability of CakePHP
5.0.9. This is a maintenance release for the 5.0 branch that fixes several
community reported issues.

Bugfixes
--------

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

- Fixed HTML validation for checkboxes generated by ``FormHelper``.
- ``Table::removeBehavior()`` now cleans up the method map and finder map.
- Improved API documentation for Inflector.
- Removed the check for ``zend.assertions`` when debug is enabled. Cost
effective hosting often does not provide access to ``php.ini`` and this config
option cannot be changed.
- Fix missing cast in ``TestSuite\StringCompareTrait``.

Contributors to 5.0.9
----------------------

Thank you to all the contributors that submitted a pull request:

- ADmad
- Mark Story
- othercorey

As always, we would like to also thank all the contributors that opened issues,
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

2024/06/24/cakephp_509
2024/06/22/cakephp_456
2024/05/20/cakephp_510RC1
2024/05/10/cakephp_508
Expand Down

0 comments on commit 139f822

Please sign in to comment.