From b947ff8b83a478aed57c4b0107c5058596f71fa6 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 8 Sep 2018 22:23:53 -0700 Subject: [PATCH] version 2.0.9 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec75b66..2663f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.9 - 2018-09-05 + +### Changed +- Updated min Craft version to 3.0.17. + +### Fixed +- Fixed a SQL error that occurred when saving a Super Table field with new sub-fields on PostgreSQL (thanks @brandonkelly). +- Fixed Twig error in Craft 3.0.23 (thanks @brandonkelly). +Fixed a typo: 'colapse' > 'collapse' (thanks @joshangell). + ## 2.0.8 - 2018-08-18 ### Added diff --git a/composer.json b/composer.json index 537bb58..ae0c96b 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.8", + "version": "2.0.9", "keywords": [ "craft", "cms",