diff --git a/CHANGELOG.md b/CHANGELOG.md index bb11f31..5e844d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Changelog -## Unreleased +## 2.1.1 - 2019-01-19 + +### Added +- Added support for Craft 3.1 soft deletes. +- Added support for Craft 3.1 project config. + +### Changed +- Clarify width field setting label for new fields. +- Tweak/improve minor field setting translations. ### Fixed - Fixed a bug where a Super Table fields’ block types and content table could be deleted even if something set `$isValid` to `false` on the `beforeDelete` event. +- Fixed issue with Matrix + Super Table field combinations losing their fields, or content tables (thanks @brandonkelly). +- Fixed dragging issues with nested Matrix field when using Matrix Layout. ## 2.1.0 - 2019-01-16 diff --git a/composer.json b/composer.json index 4cc23c1..f8b1d9a 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": "2.1.0", + "version": "2.1.1", "keywords": [ "craft", "cms",