-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 881 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "CustomVariablesExtended",
"license": "GPL v3+",
"homepage": "https:\/\/github.com\/MichaelRoosz\/plugin-CustomVariablesExtended",
"authors": [{
"name": "Michael Roosz",
"email": "michael.roosz@web.de"
}],
"description": "Provides 20 additional custom variables which do not need additional columns in the log tables (\"log_visit\", etc).",
"version": "5.0.3",
"theme": false,
"require": {
"matomo": ">=5.1.1-stable,<6.0.0-b1"
},
"keywords": [
"custom",
"variables",
"extended",
"additional"
],
"support": {
"issues": "https:\/\/github.com\/MichaelRoosz\/plugin-CustomVariablesExtended\/issues",
"source": "https:\/\/github.com\/MichaelRoosz\/plugin-CustomVariablesExtended"
},
"donate": {
"paypal": "michael.roosz@web.de"
}
}