diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b5cb3..88d2a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.1.4 - 2023-04-07 + +### Added +- `LinkCollection` now implements `ArrayAccess` to allow index-access for Hyper field values. + +### Fixed +- Fix some HTML characters being stripped incorrectly due to LitEmoji processing. +- Fix HTML characters not being encoded/decoded correctly for field values. + ## 1.1.3 - 2023-04-04 ### Fixed diff --git a/composer.json b/composer.json index e8270aa..4cc8cf0 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.3", + "version": "1.1.4", "keywords": [ "craft", "cms",