diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecb45f..86ee5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.0.8 - 2023-02-28 + +### Added +- Add support for Fix Fks plugin. (thanks @olivierbon). + +### Changed +- Only admins are now allowed to access plugin settings. + +### Fixed +- Fixed a bug where Super Table field property type was incorrect. +- Fixed an error that could occur when saving an element with an eager-loaded Super Table field. +- Fixed a bug where Super Table blocks weren’t getting duplicated to other sites when first editing an unpublished draft. +- Fix custom field comparison checks for content table checker. + ## 3.0.7 - 2022-12-10 ### Fixed diff --git a/composer.json b/composer.json index 672c0b9..312cf76 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/super-table", "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.", "type": "craft-plugin", - "version": "3.0.7", + "version": "3.0.8", "keywords": [ "craft", "cms",