From a2ab9e1b3aebfbabd82972b861746eee0393be9b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 3 Oct 2023 09:33:06 +1100 Subject: [PATCH] version 1.1.14 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659f332..61a31b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.1.14 - 2023-10-03 + +### Fixed +- Fix some visual inconsistencies with link blocks. +- Fix an error for nested Hyper fields. +- Fix save button for plugin settings. +- Fix an error when re-ordering link blocks. + ## 1.1.13 - 2023-09-25 ### Fixed diff --git a/composer.json b/composer.json index 1e75461..d9002a8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/hyper", "description": "A user-friendly links field for Craft.", "type": "craft-plugin", - "version": "1.1.13", + "version": "1.1.14", "keywords": [ "craft", "cms",