From 123aadf4526089960a7c810660975ab3ad27d06a Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 11 Aug 2022 12:44:55 +1000 Subject: [PATCH] version 2.0.6 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d683e..672ce91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.6 - 2022-08-11 + +### Fixed +- Fix Vizy node content being reset when inserting other nodes directly before it. +- Fix a field alignment issue in nested Vizy fields. +- Fix Vizy fields not initializing when switching entry types. +- Fix fields not working correctly in element slideouts, in some instances. + ## 2.0.5 - 2022-08-09 ### Fixed diff --git a/composer.json b/composer.json index 3f493fe..51a0604 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/vizy", "description": "A flexible visual editor field for Craft CMS.", "type": "craft-plugin", - "version": "2.0.5", + "version": "2.0.6", "keywords": [ "craft", "cms",