From d48678885cc114abdd5b341a860ecf668461a7c8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 31 Jan 2019 13:18:45 +1100 Subject: [PATCH] version 2.1.6 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d9fdc..df02d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.1.6 - 2019-01-31 + +### Added +- Added two events to let other js know when nested Matrix blocks are added. (thanks @joshangell). + +### Fixed +- Improve checks around missing content tables during migration. +- Fix migration causing missing fields to be saved as a missing field. + ## 2.1.5.3 - 2019-01-22 ### Fixed diff --git a/composer.json b/composer.json index 87dc5c8..5e5d01c 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.1.5.3", + "version": "2.1.6", "keywords": [ "craft", "cms",