CraftCMS v3.0.19 Release Notes

Release Date: 2018-08-07 // over 5 years ago
  • ➕ Added

    • ➕ Added the craft.query() template function, for creating new database queries.
    • ➕ Added craft\services\Structures::$mutexTimeout. (#3148)
    • ➕ Added craft\services\Api::getComposerWhitelist().

    ✂ Removed

    • ✂ Removed craft\services\Api::getOptimizedComposerRequirements().

    🛠 Fixed

    • Craft’s console commands now return the correct exit codes. (#3175)
    • 🛠 Fixed the appearance of checkboxes in IE11 on element index pages. (#3177)
    • 🛠 Fixed a bug where composer.json could end up with a bunch of extra dependencies in the require object after a failed update or plugin installation.
    • 🛠 Fixed an error that could occur when viewing an entry revision, if it had a Matrix field and one of the sub-fields within the Matrix field had been deleted. (#3183)
    • 🛠 Fixed a bug where thumbnails weren’t loading in relational fields when viewing an entry version.