diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ede013..8c254d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.0.4 - 2025-02-02 + +### Added +- Add the ability to enable/disable the Width and Alignment columns for the Column table. +- Add placeholders in field settings for default values. + +### Fixed +- Fix an error when querying Table Maker fields with Date or Time columns. +- Fix output of Multi-Line cell type values. +- Fix output of Date cell type values. +- Fix validation for some cell types. + ## 5.0.3 - 2024-10-09 ### Fixed diff --git a/composer.json b/composer.json index 0995099..f5a04d7 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/tablemaker", "description": "Create customizable and user-defined table fields.", "type": "craft-plugin", - "version": "5.0.3", + "version": "5.0.4", "keywords": [ "craft", "cms",