From 62380011921bc820677d985535bff5e628859db0 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 24 Oct 2018 21:11:22 +1100 Subject: [PATCH] version 2.0.11 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5c96e..6a96546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.11 - 2018-10-24 + +### Fixed +- Fixed Dashboard error (thanks @brandonkelly). +- Fix error when throwing an error for field handles (ironic hey?). +- Drop indexes before renaming instead of after. Otherwise this causes errors on mariadb. (thanks @born05). + ## 2.0.10 - 2018-09-26 ### Fixed diff --git a/composer.json b/composer.json index a6d0dc2..233a991 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.10", + "version": "2.0.11", "keywords": [ "craft", "cms",