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 a4ce30d commit eae5e1aCopy full SHA for eae5e1a
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## 1.0.0 (2025-11-19)
+## 1.0.0 (2025-11-27)
4
5
- [new] Support all object classes and other unknown values
6
- [new] Support modifiers in Antlers
7
+- Statamic 5+ is now required
8
9
## 0.8.5 (2025-11-06)
10
composer.json
@@ -18,7 +18,7 @@
18
}
19
},
20
"require": {
21
- "statamic/cms": "^3.4|^4.0|^5.0|^6.0"
+ "statamic/cms": "^5.0|^6.0"
22
23
"config": {
24
"allow-plugins": {
0 commit comments