CakePHP v4.0.8 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
  • ๐Ÿš€ The CakePHP core team is happy to announce the immediate availability of CakePHP 4.0.8. This is a maintenance release for the 4.0 branch that fixes several community reported issues.

    ๐Ÿ›  Bugfixes

    ๐Ÿ‘€ You can expect the following changes in 4.0.8. See the changelog for every commit.

    • ๐Ÿ“š Update API documentation and method typing.
    • ๐Ÿ›  Fixed marshalling datetime values of HH:mm.
    • โœ‚ Removed @throws annotations from IntegrationTestTrait methods.
    • ๐Ÿ›  Fixed handling of false values in FormHelper. Instead of '', 0 is used now.
    • ๐Ÿ‘Œ Improved CSRF validation error messages.
    • ๐Ÿ›  Fixed application/www-form-urlencoded payloads in integration tests showing up as empty arrays.
    • XmlView no longer tries to get keys of non-array values.

    Contributors to 4.0.8

    ๐Ÿš€ Thank you to all the contributors that helped make this release happen:

    • ADmad
    • Corey Taylor
    • Frank de Graaf
    • Mark Scherer
    • Mark Story
    • diegosardina

    ๐Ÿ“š As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.