Skip to content

Commit 2acd43e

Browse files
committed
Add Statamic 5 support
Bump dependencies Update changelog
1 parent 359ce7b commit 2acd43e

3 files changed

Lines changed: 598 additions & 103 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.1 (2024-05-10)
4+
5+
- Statamic 5 support
6+
37
## 1.0.0 (2023-06-12)
48

59
- Initial release 🚀

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"statamic/cms": "^4.0"
17+
"statamic/cms": "^4.0|^5.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)