We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49deee7 commit d8bb508Copy full SHA for d8bb508
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 2.2.1 - 2024-12-02
13
14
### Added
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/hyper",
"description": "A user-friendly links field for Craft.",
"type": "craft-plugin",
- "version": "2.2.1",
+ "version": "2.2.2",
"keywords": [
"craft",
"cms",
0 commit comments