CraftCMS v3.1.5 Release Notes

Release Date: 2019-01-25 // over 5 years ago
  • 🔄 Changed

    • Control Panel settings that can be set to environment variables now show a tip about that if the value is not already set to an environment variable or alias.
    • 🔧 Control Panel form fields can now be configured with a tip property, which will be displayed below the field.
    • Control Panel templates can now pass suggestEnvVars: true and suggestAliases: true to autosuggest fields, rather that supplying the suggestions array.

    🛠 Fixed

    • 🛠 Fixed a bug where the “Duplicate” action wasn’t available on the Entries index page for non-admin users. (#3705)
    • 🛠 Fixed a bug where it wasn’t possible to rename an asset’s filename from the Assets index page. (#3707)
    • 🛠 Fixed an error that occurred when saving a user that had a first or last name set.
    • 🛠 Fixed a bug where it wasn’t possible to apply project config changes. (#3713)
    • 🛠 Fixed a bug where the Password field on SMTP and Gmail mail transport settings could be set to an encoded and encrypted password. (#3699)
    • 🛠 Fixed a bug where it was possible to remove the Primary Site status from the primary site, without offering a new primary site. (#3720)
    • Fixed an error that could occur if PHP’s memory_limit was set to a higher size (in bytes) than PHP_INT_MAX. (#3717)

    🔒 Security

    • ⚠ Control Panel settings that can be set to an alias now show a warning if the current value begins with the @web alias.