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 e4518c4 commit dc1e74fCopy full SHA for dc1e74f
composer.json
@@ -2,7 +2,7 @@
2
"name": "rasteiner/k3-whenquery",
3
"description": "Conditionally show fields and sections. Better.",
4
"type": "kirby-plugin",
5
- "version": "0.3.0",
+ "version": "0.4.0",
6
"license": "MIT",
7
"homepage": "https://getkirby.com/plugins/rasteiner/k3-whenquery",
8
"authors": [
@@ -13,7 +13,8 @@
13
}
14
],
15
"require": {
16
- "getkirby/composer-installer": "^1.2"
+ "getkirby/composer-installer": "^1.2",
17
+ "getkirby/cms": ">=3.8"
18
},
19
"extra": {
20
"installer-name": "k3-whenquery"
0 commit comments