Releases: verbb/super-table
Releases · verbb/super-table
2.1.6
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.
2.1.5.3
Fixed
- Fix existing table-checking in content table check
2.1.5.2
Fixed
- Fix table cleanup in migration when correct table already exists
2.1.5.1
Fixed
- Update migration checks when updating from older version of Super Table.
- Check content tables clarity when all done/all okay.
2.1.5
Fixed
- Fix migration having to run twice to complete required steps in some cases.
- Added controller action
actions/super-table/plugin/fix-content-tables
to aid in debugging content table issues. - Added controller action
actions/super-table/plugin/check-content-tables
to aid in debugging content table issues. - Add a bunch of debugging to assist with content table migrations.
2.1.4.3
Fixed
- Remove old content table migration potentially causing issues.
2.1.4.2
Fixed
- Fix content table migration to cater for Neo.
- Fix inclusion of
_cleanUpTable()
in migration (not needed).
2.1.4.1
Fixed
- Fix migration issue in 2.1.4.
2.1.4
Fixed
- Fix any disconnected content tables for any Super Table field.
2.1.3
Fixed
- Prevent content field exception during migrations.