Skip to content

Releases: nottinghamcollege/tablemaker

2.0.6

14 May 19:47
Compare
Choose a tag to compare

Fix uninitalised error with default values for labels.

2.0.5

04 Jul 15:54
Compare
Choose a tag to compare
  • Add GraphQL support from upstream
  • Also cleanup code.

2.0.4

23 Jun 13:43
Compare
Choose a tag to compare
  • Revert typecasting on serializeValue function

2.0.3

02 Jun 07:53
Compare
Choose a tag to compare

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

02 Jun 06:02
Compare
Choose a tag to compare

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.