CakePHP v3.8.9 Release Notes

Release Date: 2020-01-25 // about 4 years ago
  • ๐Ÿš€ The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.9. This is a maintenance release for the 3.8 branch that fixes several community reported issues.

    ๐Ÿ›  Bugfixes

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

    • Error/Notice messages now have the correct context and code snippets when DebugKit is enabled.
    • When a joined association uses formatResults the parent entity is no longer marked dirty if the result formatter modifieds the association entity.
    • ๐Ÿ›  Fixed contain() on BelongsToMany association restricting fields with fields option.
    • ๐Ÿ›  Fix element cache key generation when elements were in subdirectories.
    • ๐Ÿ‘Œ Improved API documentation.
    • i18n extract now skips writing files if no strings have changed.
    • ๐Ÿ›  Fixed password hashing being skipped when password field was null. This prevents a potential timing sidechannel should an application store users with null passwords.
    • ๐Ÿ›  Fixed a notice error UrlHelper::assetUrl() when $path is null.

    Contributors to 3.8.9

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

    • Edgaras Januลกauskas
    • Marc Wรผrth
    • Mark Scherer
    • Mark Story
    • gregs
    • othercorey

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