CakePHP v3.8.10 Release Notes

Release Date: 2020-02-22 // about 4 years ago
  • ๐Ÿš€ CakePHP 3.8.10 Released

    ๐Ÿš€ The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.10. 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.10. See the changelog for every commit.

    • ๐Ÿ— TestCase\EmailTrait::assertMailSentWith() now knows how to assert view builder properties.
    • ๐Ÿ‘ NumberHelper::precision() had the $options parameter added so it can better wrap Number::precision().
    • Http\Response::withStatus() no longer overwrites the content-type header with the contents of the _contentType property.
    • ๐Ÿ”€ Http\Response::$_contenType was removed as it was often wrong and out of sync with the getHeader('Content-Type') value.
    • ๐Ÿ“š Updated API documentation and type annotations.
    • ๐Ÿ’… Validation::decimal() now handles Polish formatted numbers correctly.
    • Logged fatal errors now include the file and line position.

    Contributors to 3.8.10

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

    • Johan Meiring
    • Mark Story
    • Michal
    • Rachman Chavik
    • othercorey

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