CraftCMS v3.7.4 Release Notes

Release Date: 2021-07-19 // almost 3 years ago
  • โž• Added

    • โž• Added craft\helpers\ElementHelper::shouldTrackChanges().

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved the performance of delta form submissions. (#9605)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug where temporary volume folders couldnโ€™t be created for console requests. (#9597)
    • ๐Ÿ›  Fixed a bug where craft\base\Field::copyValue() wasnโ€™t passing the source element to $this->serializeValue(). (sebastian-lenz/craft-linkfield#161)
    • ๐Ÿ›  Fixed a bug where entries were only tracking modified attributes for the site the changes were made on.
    • ๐Ÿ›  Fixed a bug where entries were only tracking modified relation fields for the site changes were made on. (#9596)
    • ๐Ÿ›  Fixed a bug where images within rich text fieldsโ€™ static previews could bleed out of their container element. (#9603)
    • ๐Ÿ›  Fixed a bug where passing an empty value to relatedTo() and andRelatedTo() would yield no results on an element query. (#9599)
    • ๐Ÿ›  Fixed a bug where existing Matrix/Neo/Super Table blocks could lose their content when creating a provisional draft, if additional block changes were queued up before the draft was fully created. (#9601)