Skip to content

Commit 02c130c

Browse files
authored
Merge pull request #18 from tillsanders/main
Update Plausible script; add proxy option
2 parents 4a44e79 + 80be864 commit 02c130c

File tree

6 files changed

+1372
-44
lines changed

6 files changed

+1372
-44
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
kirby
2+
vendor

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
{
22
"name": "floriankarsten/kirby-plausible",
3-
"description": "",
3+
"description": "Simple plugin providing Plausible tracking and iframe panel view to Kirby panel.",
44
"type": "kirby-plugin",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Florian Karsten",
99
"email": "code@floriankarsten.com"
10+
},
11+
{
12+
"name": "Till Sanders",
13+
"email": "mail@till-sanders.de"
1014
}
1115
],
1216
"require": {
1317
"getkirby/composer-installer": "^1.1",
14-
"getkirby/cms": "^4.0 || ^5.0"
18+
"getkirby/cms": "^5.0"
1519
},
1620
"autoload": {
1721
},
1822
"config": {
19-
"optimize-autoloader": true
23+
"optimize-autoloader": true,
24+
"allow-plugins": {
25+
"getkirby/composer-installer": true
26+
}
2027
}
2128
}

0 commit comments

Comments
 (0)