1
0
Fork 0
mirror of https://github.com/Findus23/plugin-DevelopmentToogle.git synced 2024-09-19 16:03:50 +02:00

fix description

This commit is contained in:
Lukas Winkler 2019-09-09 23:06:17 +02:00
parent 66ec065740
commit d11563f2b9
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## Changelog
Here goes the changelog text.
### 0.1.1
fix description
### 0.1.0
initial version

View file

@ -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.

View file

@ -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"