From b920117f1bb0a8f76b444af9a7b8686da256f13a Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 29 Mar 2024 15:25:47 +1100 Subject: [PATCH] version 1.1.26 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf8c02..b9a1ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.1.26 - 2024-03-29 + +### Added +- Add Formie forms as a link type. + +### Fixed +- Fix an error when limiting link types and removing the current link type of a link. +- Fix Shopify Product link type label. +- Fix Typed Link migration not including suffixes for element link types. +- Fix an error where other field content would be cleared when Hyper field content was initialized at the same time. +- Fix Typed Link migration not including suffixes for element link types. + ## 1.1.25 - 2024-03-23 ### Fixed diff --git a/composer.json b/composer.json index 0ded058..04613e3 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.25", + "version": "1.1.26", "keywords": [ "craft", "cms",