CraftCMS v3.0.1 Release Notes

Release Date: 2018-04-04 // almost 6 years ago
  • πŸ—„ Deprecated

    • πŸ—„ Brought back and deprecated the Craft::Personal and Craft::Client constants.

    πŸ›  Fixed

    • πŸ›  Fixed a bug where elements’ getNext() and getPrev() methods were modifying the element query passed into them. (#2160)
    • πŸ›  Fixed a bug where Table fields could be pre-populated with one too many rows. (#2680)

    πŸ”’ Security

    • πŸ‘» Craft no longer sends exception messages to error templates, unless the exception is an instance of yii\base\UserException.