1
0
Fork 0
mirror of https://github.com/Findus23/AlternativeSparklines.git synced 2024-09-19 15:23:46 +02:00

Matomo 4 compatibility

This commit is contained in:
Lukas Winkler 2020-10-10 21:02:59 +02:00
parent c80011f9c6
commit 420c097924
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 28 additions and 22 deletions

View file

@ -1,3 +1,5 @@
## Changelog ## Changelog
- 0.2.0: Matomo 4 compatibility
- 0.1.1: first release - 0.1.1: first release

View file

@ -1,26 +1,30 @@
{ {
"name": "AlternativeSparklines", "name": "AlternativeSparklines",
"description": "a minimalistic alternative to the default sparkline style", "description": "a minimalistic alternative to the default sparkline style",
"version": "0.1.2", "version": "0.1.2",
"theme": true, "theme": true,
"require": { "require": {
"piwik": ">=3.6.0-b1,<4.0.0-b1" "matomo": ">=4.0.0-b1,<5.0.0-b1"
}, },
"stylesheet": "stylesheets/theme.less", "stylesheet": "stylesheets/theme.less",
"homepage": "https://lw1.at", "homepage": "https://lw1.at",
"license": "GPL v3+", "license": "GPL v3+",
"keywords": ["theme", "sparkline", "modern"], "keywords": [
"support": { "theme",
"sparkline",
"modern"
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/AlternativeSparklines/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/AlternativeSparklines"
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org", "email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/AlternativeSparklines/issues", "homepage": "https://lw1.at"
"forum": "https://forum.matomo.org", }
"source": "https://github.com/Findus23/AlternativeSparklines" ]
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
]
} }