From 9fe0afb7a4ad65c3f65f4676ae278b395f447a5d Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 21 Jul 2024 10:33:08 +1000 Subject: [PATCH] version 2.1.20 --- CHANGELOG.md | 15 +++++++++++++++ composer.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c656715..9c493a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.1.20 - 2024-07-21 + +### Added +- Add the ability to set links to current site, or specific site for element-based links. + +### Changed +- Change change-detection mechanism incorrectly flagging changed JSON due to discrepancies with PHP vs JS JSON encoding. + +### Fixed +- Fix an error when creating search indexes. +- Fix default site for Link nodes. +- Fix Image node URLs not being dynamics when non-transforms are selected. +- Fix default transform value for Image nodes. +- Fix change detection mechanism for Vizy Blocks. + ## 2.1.19 - 2024-04-29 ### Changed diff --git a/composer.json b/composer.json index 27e7115..093710f 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": "2.1.19", + "version": "2.1.20", "keywords": [ "craft", "cms",