diff --git a/CHANGELOG.md b/CHANGELOG.md index 915cacd..5e5c96e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.10 - 2018-09-26 + +### Fixed +- Allow block element methods being called on static super tables. +- Ensure setups with min/max limits can still reorder items. +- Fix JS error when editing a Super Table field, but only when validation has failed.. + ## 2.0.9 - 2018-09-05 ### Changed diff --git a/composer.json b/composer.json index ae0c96b..a6d0dc2 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.9", + "version": "2.0.10", "keywords": [ "craft", "cms",