Skip to content

Commit dc1e74f

Browse files
committed
support for kirby 3.8
1 parent e4518c4 commit dc1e74f

File tree

3 files changed

+25
-34
lines changed

3 files changed

+25
-34
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rasteiner/k3-whenquery",
33
"description": "Conditionally show fields and sections. Better.",
44
"type": "kirby-plugin",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"homepage": "https://getkirby.com/plugins/rasteiner/k3-whenquery",
88
"authors": [
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"getkirby/composer-installer": "^1.2"
16+
"getkirby/composer-installer": "^1.2",
17+
"getkirby/cms": ">=3.8"
1718
},
1819
"extra": {
1920
"installer-name": "k3-whenquery"

0 commit comments

Comments
 (0)