diff --git a/CHANGELOG.md b/CHANGELOG.md index 63822af..c2c8d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.5.3 - 2020-07-28 + +### Fixed +- Refactor nested Matrix handling. Removed bespoke Matrix code, thanks to core Craft changes. Addresses a few upcoming changes in Craft 3.5+ (but backward-compatible). +- Now requires Craft 3.4.30+. + ## 2.5.2 - 2020-07-28 ### Fixed diff --git a/composer.json b/composer.json index 5c49065..bd24d6e 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.5.2", + "version": "2.5.3", "keywords": [ "craft", "cms",