Skip to content

3.0.0

Compare
Choose a tag to compare
@engram-design engram-design released this 27 Jul 03:01
· 126 commits to craft-4 since this release

Added

  • Add missing English Translations.
  • Add resave console command for elements.
  • Add checks for registering events for performance.
  • Add archiveTableIfExists() to install migration.

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0.
  • Super Table database tables and content is now permanently deleted when uninstalling the plugin.
  • Rename model classes.
  • Rename record classes.
  • Rename service classes.
  • Rename base plugin methods.

Fixed

  • Fixed a bug where fields were assuming their values hadn’t been eager-loaded on element save.
  • Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
  • Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.
  • Fix Matrix > Super Table fields not saving new fields when editing the field
  • Fix move/delete button sizing for table layout.
  • Fix a JS error when viewing a static field, in Matrix layout.
  • Fix JS not initialising when selecting new fields in settings (footHtml to bodyHtml).
  • Fix an error when running the “check content tables” helper.
  • Fix an error with new static fields not having any field content output in the control panel.
  • Fix an error where return type of prepareQuery was incorrect. (thanks @davidwebca).
  • Fix potential error in migration.

Removed

  • Remove deprecated Craft and Super Table functions.