Skip to content

Commit

Permalink
version 2.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 21, 2024
1 parent 8498560 commit 9fe0afb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9fe0afb

Please sign in to comment.