CakePHP v3.8.3 Release Notes

Release Date: 2019-08-31 // over 4 years ago
  • 🚀 The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.3. 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.3. See the changelog for every commit.

    • ➕ Added IntegrationTestTrait::setUnlockedFields() to make working with SecurityComponent in tests simpler.
    • 👌 Improved forwards compatible annotation for EntityInterface::setDirty().
    • ✅ Made return value of TestEmailTransport::send() match the real implementations.
    • 🛠 Fixed double escaping in pagination meta tags.
    • 👌 Improved API documentation.
    • Subqueries passed to FunctionExpression objects are now wrapped in parentheses.
    • Cake\Network\Socket can now connect to unix sockets.
    • Console error codes are now constrained to be between 0 and 255.

    Contributors to 3.8.3

    🚀 Thank you to all the contributors that helped make this release happen:

    • ADmad
    • Edgaras Janušauskas
    • Jorge González
    • Mark Scherer
    • Mark Story
    • Mauri Kujala
    • Robert Pustułka
    • ndm2

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