Skip to content

Commit

Permalink
version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 9, 2024
1 parent d2b962c commit aba6bfc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "3.0.3",
"version": "3.0.4",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit aba6bfc

Please sign in to comment.