diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a96546..7928098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.0.12 - 2018-11-10 + +### Changed +- Update styles to be inline with Craft 3. +- Use `duplicateElement()` to clone Super Table blocks after making them localized. + +### Fixed +- Fix error when viewing previous versions of elements that contained a Super Table field. + ## 2.0.11 - 2018-10-24 ### Fixed diff --git a/composer.json b/composer.json index 233a991..cf1c9e3 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.0.11", + "version": "2.0.12", "keywords": [ "craft", "cms",