Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 1.33 KB

Table Maker Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.6 2023-05-14

Fixed

  • Set default for field settings to avoid PHP error.

2.0.5 2022-07-04

Added

  • GraphQL support

2.0.4 - 2022-06-23

Fixed

  • Revert typecasting on serializeValue function

2.0.3 - 2022-06-02

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 - 2022-06-02

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.

2.0.1 - 2018-07-06

Fixed

  • Fixed an error caused by deleting a column when there are multiple columns and the deleted column is not the last one.

2.0.0 - 2018-04-12

Added

  • Initial Craft CMS 3 release

2.0.1 - 2018-07-06

Fixed

  • Fixed an error caused by deleting a column when there are mulitple columns and the deleted column is not the last one.