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"