diff --git a/CHANGELOG.md b/CHANGELOG.md index 8546318..472e5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ ## Changelog -Here goes the changelog text. +- 0.1.1: first release diff --git a/README.md b/README.md index e4da7e3..b05703a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Piwik AlternativeSparklines Theme +# Alternative Sparklines Theme -## Description +*a minimalistic alternative to the default sparkline style* -Add your theme description here. +This theme requires Matomo 3.6.0 or later. diff --git a/docs/faq.md b/docs/faq.md deleted file mode 100644 index dde17aa..0000000 --- a/docs/faq.md +++ /dev/null @@ -1,5 +0,0 @@ -## FAQ - -__My question?__ - -My answer \ No newline at end of file diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 70135e8..0000000 --- a/docs/index.md +++ /dev/null @@ -1 +0,0 @@ -## Documentation \ No newline at end of file diff --git a/images/.gitkeep b/images/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/plugin.json b/plugin.json index 6a16176..01bdf20 100644 --- a/plugin.json +++ b/plugin.json @@ -1,30 +1,26 @@ { "name": "AlternativeSparklines", "description": "a minimalistic alternative to the default sparkline style", - "version": "0.1.0", + "version": "0.1.1", "theme": true, "require": { - "piwik": ">=3.5.0,<4.0.0-b1" + "piwik": ">=3.6.0-b1,<4.0.0-b1" }, "stylesheet": "stylesheets/theme.less", - "homepage": "", + "homepage": "https://lw1.at", "license": "GPL v3+", "keywords": ["theme", "sparkline", "modern"], "support": { - "email": "lukas@piwik.org", - "issues": "https://github.com/Findus23/AlternativeSparklines/issues", - "forum": "https://forum.piwik.org/", - "irc": "", - "source": "https://github.com/Findus23/AlternativeSparklines", - "docs": "", - "wiki": "", - "rss": "" + "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@piwik.org", - "homepage": "https://github.com/Findus23" - } + { + "name": "Lukas Winkler", + "email": "lukas@matomo.org", + "homepage": "https://lw1.at" + } ] -} \ No newline at end of file +} diff --git a/screenshots/.gitkeep b/screenshots/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/screenshots/sparklines.png b/screenshots/sparklines.png new file mode 100644 index 0000000..7fbcdc1 Binary files /dev/null and b/screenshots/sparklines.png differ