Releases: nottinghamcollege/tablemaker
Releases · nottinghamcollege/tablemaker
2.0.6
2.0.5
- Add GraphQL support from upstream
- Also cleanup code.
2.0.4
- Revert typecasting on serializeValue function
2.0.3
Fixed
- Added migration to remove settings key from the tablemaker plugin config key if present. From a Craft 2 site there was a settings key in the plugins table.
- Bumped schema version to 1.0.1 to ensure migrations are run.
- Cleanup TableMaker fieldtype and settings
2.0.2
Added
- Craft 2 fieldtype migration
- Multiline support on table rows
- Add a log message when plugin is initialised for debug
Fixed
- Replaced deprecated
renderTemplateMacro()
usage for edit field settings.