We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fad77d commit 03111e2Copy full SHA for 03111e2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.3.1 - 2026-02-07
4
+
5
+### Added
6
+- Add support for Craft Content Block fields within links.
7
8
## 2.3.0 - 2026-01-25
9
10
### Changed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/hyper",
"description": "A user-friendly links field for Craft.",
"type": "craft-plugin",
- "version": "2.3.0",
+ "version": "2.3.1",
"keywords": [
"craft",
"cms",
@@ -42,4 +42,4 @@
42
"changelogUrl": "https://raw.githubusercontent.com/verbb/hyper/craft-5/CHANGELOG.md",
43
"class": "verbb\\hyper\\Hyper"
44
}
45
-}
+}
0 commit comments