From d1e7b06082aebb67750e0793eaa7f0e5a868107e Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 29 Sep 2020 10:19:36 +1000 Subject: [PATCH] version 2.6.3 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069af25..1d1aeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.6.3 - 2020-09-28 + +### Fixed +- Fix InvalidArgumentException not found error. (thanks @smcyr). +- Fix static matrix layout visual issue. + ## 2.6.2 - 2020-08-21 ### Fixed diff --git a/composer.json b/composer.json index 3c98f49..2960e77 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.6.2", + "version": "2.6.3", "keywords": [ "craft", "cms",