From d11563f2b9e713030ddba7c071153da28bb4f3c3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 9 Sep 2019 23:06:17 +0200 Subject: [PATCH] fix description --- CHANGELOG.md | 8 +++++++- README.md | 2 ++ plugin.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8546318..792b9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ ## Changelog -Here goes the changelog text. +### 0.1.1 + +fix description + +### 0.1.0 + +initial version diff --git a/README.md b/README.md index d7714ff..c7305ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Matomo DevelopmentToogle Plugin +## Description + This plugin adds a new icon to the main navbar for admins that quickly toogles the development features. Disabling the development mode makes Matomo far quicker as caches aren't disabled. diff --git a/plugin.json b/plugin.json index af4e665..b08ae85 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "DevelopmentToogle", "description": "Quickly enable and disable the development mode", - "version": "0.1.0", + "version": "0.1.1", "theme": false, "require": { "piwik": ">=3.11.0,<4.0.0-b1"