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",