diff --git a/2024/07/28/cakephp_5010.rst b/2024/07/28/cakephp_5010.rst new file mode 100644 index 0000000..6c5d10e --- /dev/null +++ b/2024/07/28/cakephp_5010.rst @@ -0,0 +1,41 @@ +CakePHP 5.0.10 +============= + +The CakePHP core team is happy to announce the immediate availability of CakePHP +5.0.10. 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.10. See the `changelog +`_ for every commit. + +- ``IntegrationTestTrait::enableCsrfTokens()`` will no longer add CSRF tokens to + GET requests performed after a POST request in the same test method. +- Improved API documentation +- ``Router`` now gets an updated request set after each middleware is applied. + This gives exception handling access to request attributes added by + middleware. +- ``FormHelper::unlockFields()`` no longer raises errors when called without + Form tampering protection being active. + +Contributors to 5.0.10 +---------------------- + +Thank you to all the contributors that submitted a pull request: + +- ADmad +- jun-taniai +- 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 +`_. + +.. author:: markstory +.. categories:: release, news +.. tags:: release, news diff --git a/master.rst b/master.rst index 5f8598e..681d6e5 100644 --- a/master.rst +++ b/master.rst @@ -4,6 +4,7 @@ Sitemap .. toctree:: :maxdepth: 1 + 2024/07/28/cakephp_5010 2024/06/24/cakephp_509 2024/06/22/cakephp_456 2024/05/20/cakephp_510RC1