The CakePHP core team is happy to announce the immediate availability of CakePHP 3.9.7. This is a maintenance release for the 3.9 branch that fixes several community reported issues.
Bugfixes
You can expect the following changes in 3.9.7. See the changelog for every commit.
bin/cake routes checkno longer fails when redirect routes are used.- Improved API documentation and method annotations.
- The variable replacement behavior was aligned between the
sprintfandicumessage formatters. This change was a backport from 4.x. - Aligned
Entity::isEmpty()andEntity::hasValue()to treat'0'as a non-empty value. This aligns the behavior with documentation and original intent. - Fixed path handling in
FileCacheto prevent deleting an empty paths. TableLocator::get()now raises an error when a table'sinitialize()method would create an infinite loop.Email::setReplyTo()now takes multiple addresses.
Contributors to 3.9.7
Thank you to all the contributors that helped make this release happen:
- ADmad
- Corey Taylor
- Marc Würth
- Mark Story
- mtak3
- ndm2
- othercorey
- Waldemar Bartikowski
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.