Skip to content

Releases: verbb/super-table

2.1.13.2

27 Feb 23:56
Compare
Choose a tag to compare

Fixed

  • Fix/improve project config migration.

2.1.13.1

27 Feb 07:23
Compare
Choose a tag to compare

Fixed

  • Fix potential migration issue from 2.1.13 where some fields have no settings.

2.1.13

27 Feb 07:17
Compare
Choose a tag to compare

Fixed

  • Added project config migration to help seed project config for Super Tables when migrating from Craft 3 and lower.

2.1.12

25 Feb 11:27
Compare
Choose a tag to compare

Fixed

  • Fix content tables updating (and potentially removing data) when fields are missing in Craft.
  • Added maxPowerCaptain() to actionFixContentTables, allow fixing table contents to take a while.

2.1.11

21 Feb 22:51
Compare
Choose a tag to compare

Fixed

  • Add more checks when fixing missing field columns during migration.
  • Fix project inconsistency migration check.

2.1.10

21 Feb 13:44
Compare
Choose a tag to compare

Fixed

  • Add fix/checks for project config mismatches from Craft 3 > 3.1.

2.1.9

21 Feb 00:15
Compare
Choose a tag to compare

Added

  • Use the new ProjectConfig::defer() from Craft to help with Matrix combinations and Project Config. (thanks @brandonkelly).
  • Add checks/fixes for content tables with incorrect field columns.
  • Add checker/fixer to plugin settings.

Changed

  • Super Table now requires Craft 3.1.13 or later.

Fixed

  • Fix issues with Project Config and Matrix.

2.1.8

18 Feb 07:51
Compare
Choose a tag to compare

Fixed

  • Provide a fix for Matrix + Super Table project config issues.
  • Fix overflow for inner fields.

2.1.7

10 Feb 11:12
Compare
Choose a tag to compare

Fixed

  • Fix migration issue with Matrix-nested content tables when upgrading from Craft 2 > 3.
  • Min rows description typo. (thanks @alexjcollins).
  • Fix sprout import incompatibility.

2.1.6

31 Jan 02:19
Compare
Choose a tag to compare

Added

  • Added two events to let other js know when nested Matrix blocks are added. (thanks @joshangell).

Fixed

  • Improve checks around missing content tables during migration.
  • Fix migration causing missing fields to be saved as a missing field.