From a26d89e46c6a85a77177fdd3ec600a7e9d20efb5 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 19 May 2021 16:48:18 +1000 Subject: [PATCH] version 2.6.8 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dff38..c74107d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.6.8 - 2021-05-19 + +### Fixed +- Fix delete row behaviour when an outer static Super Table field, Matrix and inner Super Table field. +- Fix inconsistent project config warnings when using the content table fixer. +- Fix for draft change merging bug. (thanks @brandonkelly). + ## 2.6.7 - 2021-02-06 ### Fixed diff --git a/composer.json b/composer.json index 58eee34..93394c0 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.7", + "version": "2.6.8", "keywords": [ "craft", "cms",