CakePHP v4.1.5 Release Notes

Release Date: 2020-10-05 // over 3 years ago
  • ๐Ÿš€ The CakePHP core team is happy to announce the immediate availability of CakePHP 4.1.5. This is a maintenance release for the 4.1 branch that fixes several community reported issues.

    ๐Ÿ›  Bugfixes

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

    • ๐Ÿ”Œ cake plugin load will now display an error when an invalid plugin name is used.
    • ๐Ÿ‘Œ Improved compatibility with PHP8.
    • โœ… Test fixtures now truncate tables that have externally defined schema. Previously they would not be truncated or dropped and subsequent tests would fail.
    • ๐Ÿ‘ป MemcachedEngine will now raise an exception when persistent connections are used with different server lists.
    • AuthComponent no longer raises an error when the request has no action defined.
    • ๐Ÿ‘Œ Improved cross browser compatibility of 'Copy' button in debug output.
    • โšก๏ธ Updated parameter names inside Collection in preparation foro PHP8.

    Contributors to 4.1.5

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

    • ADmad
    • bancer
    • Corey Taylor
    • itosho
    • Jonathan McAndrew
    • Mark Scherer
    • Mark Story
    • othercorey

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