CraftCMS v3.1.8 Release Notes

Release Date: 2019-02-05 // about 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”Š Craft now automatically logs users in after resetting their password, if the autoLoginAfterAccountActivation config setting is enabled. (#1025)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug where pressing the Return key on editable tables with a static number of rows would add a new row. (#3765)
    • ๐Ÿ›  Fixed a bug where pressing the Return key on editable tables would select the next rowโ€™s cell even if the cell was disabled.
    • ๐Ÿ›  Fixed a bug where pressing the Return key on an editable table wouldnโ€™t move the focus to the next rowโ€™s sell if it had an <input> instead of a <textarea>.
    • ๐Ÿ›  Fixed an error that could occur in the Control Panel if any environment variable values began with an @ character. (#3769)
    • ๐Ÿ›  Fixed a bug where craft\helpers\DateTimeHelper::toDateTime() was mistaking year-only values for Unix timestamps. (#3772)
    • ๐Ÿ›  Fixed an error that occurred when a non-admin user attempted to edit a system message, or when the allowAdminChanges config setting was disabled. (#3775)
    • ๐Ÿ›  Fixed a bug where it was hard to see error notifications on pages with a licensing alert. (#3776)
    • ๐Ÿ›  Fixed a JavaScript error that occurred when adding a new row to a custom editable table that contained a time column, if no rows existed on page load. (#3780)