CraftCMS v3.4.20 Release Notes

Release Date: 2020-05-18 // almost 4 years ago
  • 🔄 Changed

    • The users/login action no longer adds a random delay to the request for successful login attempts. (#6090)
    • 👯 craft\web\View::renderObjectTemplate() now supports wrapping function calls in single curly brace delimiters (e.g. {clone(variable)}).
    • 👍 Element fixtures now support the field:handle syntax when generating element queries. (#5929)
    • “First draft” is now translatable. (#6096)

    🛠 Fixed

    • 🛠 Fixed a bug where custom field names weren’t getting translated in element index sort menus. (#6073)
    • 🛠 Fixed a bug where the Plugin Store could incorrectly report license key statuses. (#6079)
    • 🛠 Fixed an error that could occur when creating a new entry, if the section’s Entry URI Format contained {sourceId}. (#6080)
    • 🛠 Fixed a bug where some UI elements were sized incorrectly while being dragged.
    • 🛠 Fixed a bug where custom aliases were not automatically registered for tests. (#5932)