From cf21e1e24e75f3a3381dfb8c9fe1368a8d6b7c27 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 22 Mar 2024 23:15:52 +1100 Subject: [PATCH] version 2.0.0-beta.4 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760ddd5..05e221a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 2.0.0-beta.4 - 2024-03-22 + +### Added +- Add field migration note for when no fields are found to migrate. +- Add counter to field migration utility to make it easier to troubleshoot any failed fields. + +### Changed +- Link blocks no longer show a border around the block for single links, when the header is hidden. +- Link block headers now hide the header when not required. + +### Fixed +- Fix an error if an existing link block is set to a type that’s no longer in its allowed types. +- Fix an error with Embed links with image processing. +- Fix an error when rendering Commerce Variant links. +- Fix UI overflow for field. +- Fix Typed Link migration for multi-site installs. + ## 2.0.0-beta.3 - 2024-03-18 ### Fixed diff --git a/composer.json b/composer.json index df43d21..99c3d65 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": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "keywords": [ "craft", "cms",