Skip to content

Commit d8bb508

Browse files
committed
version 2.2.2
1 parent 49deee7 commit d8bb508

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.2.2 - 2024-12-27
4+
5+
### Fixed
6+
- Fix GraphQL `LinkType` using the translated link type label.
7+
- Fix a migration error for other link fields when renaming field instance handles.
8+
- Fix `Db::prepareForJsonColumn` deprecation and handling.
9+
- Fix content migration for some link plugins (LinkIt) for certain versions.
10+
- Fix field change warnings for Custom or URL link types.
11+
312
## 2.2.1 - 2024-12-02
413

514
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/hyper",
33
"description": "A user-friendly links field for Craft.",
44
"type": "craft-plugin",
5-
"version": "2.2.1",
5+
"version": "2.2.2",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)