From d399930a765ac411e693a79a623eb2ec97e4d78b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 21 Jul 2024 15:28:07 +1000 Subject: [PATCH] version 1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbbc12..6608eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.2.0 - 2024-07-21 + +### Added +- Add `Link::linkUri`. +- Add “Create backup” checkbox for migrations. +- Add `create-backup` console command option for migrations. +- Add missing descriptions for console commands. + +### Changed +- Change element-based links properly checking if their linked-to element is “empty”. For example, linking to a disabled element will now make `isEmpty` return true. +- Improve GraphQL Schema generation performance. (thanks @markhuot). +- Handle migration of anchor-only URLs for Typed Link fields. + +### Fixed +- Fix Typed Link migration for Site link types. +- Fix parsing emoji's in link URLs. (thanks @sfsmfc). + ## 1.1.32 - 2024-06-15 ### Added diff --git a/composer.json b/composer.json index ab06136..2e7d57e 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.32", + "version": "1.2.0", "keywords": [ "craft", "cms",