CraftCMS v3.0.17 Release Notes

Release Date: 2018-07-24 // almost 6 years ago
  • ➕ Added

    • The Control Panel is now translated for Norwegian Nynorsk. (#3135)
    • ➕ Added craft\elements\db\ElementQuery::anyStatus(), which can be called when the default status and enabledForSite filters aren’t desired. (#3117)

    🔄 Changed

    • The addTrailingSlashesToUrls config setting no longer applies to URLs that end with a segment that has a dot (.). (#3123)
    • Craft now redirects install requests back to the Dashboard if it’s already installed. (#3143)

    🛠 Fixed

    • 🛠 Fixed a bug where the Settings → Email → System Messages page would show messages in the current application language rather than the primary site’s language.
    • 🛠 Fixed a bug where system message modals on the Settings → Email → System Messages page would initially show messages in the current application language rather than the primary site’s language, even if the application language wasn’t in use by any sites. (#3115)
    • 🛠 Fixed an error that could occur if craft\web\View::registerAssetFlashes() was called on a console request. (#3124)
    • Fixed a PHP error that could occur if the PHP’s set_time_limit() was added to the php.ini disable_functions list.
    • 🛠 Fixed a bug where expanding a disabled element within a structure index view in the Control Panel wouldn’t reveal any descendants. (#3126)
    • 🛠 Fixed a bug thumbnails weren’t loading for element index rows that were revealed after expanding a parent element.
    • 🛠 Fixed an error that occurred if an element’s getRoute() method returned a string. (#3128)
    • 🛠 Fixed a bug where the |without filter wasn’t working if an object was passed in. (#3137)
    • 🛠 Fixed a bug where users’ Language preference would default to Deutsch if the current application language wasn’t one of the available language options. (#3142)