From aba6bfc9e5b7bfa69456d9a4dd57dcfb734a9172 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 9 Oct 2024 20:16:51 +1100 Subject: [PATCH] version 3.0.4 --- CHANGELOG.md | 16 ++++++++++++++++ composer.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fedb6..a7c75be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.0.4 - 2024-10-09 + +### Added +- Add support for modifying nested nodes through Twig (for Table nodes). +- Add support for entry/category/asset custom sources when picking links. +- Add `vizyInput` as a callback parameter when registering custom extensions/buttons/commands in JavaScript. + +### Changed +- Update custom-registered Vizy extension registration format. + +### Fixed +- Fix an error when inserting links on non-multi site installs. +- Fix an error when trying to deserialize HTML content. +- Fix Vizy Block group name being incorrectly saved as uppercase. +- Fix custom-registered Vizy extensions being globally enabled for all Vizy fields. + ## 3.0.3 - 2024-08-14 ### Fixed diff --git a/composer.json b/composer.json index 932ed79..bd8c63d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/vizy", "description": "A flexible visual editor field for Craft.", "type": "craft-plugin", - "version": "3.0.3", + "version": "3.0.4", "keywords": [ "craft", "cms",