From 094c704c81a627b9b8ec6b7a3e872d3ced57a913 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 4 Sep 2021 21:46:37 +0200 Subject: [PATCH] release 0.2.2 --- CHANGELOG.md | 5 +++++ README.md | 2 ++ plugin.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ae129..dc68f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 0.2.2 + +Add French, German, Treek and Turkish translations + + ### 0.2.1 fix order in top menu diff --git a/README.md b/README.md index c7305ed..5e6f5a0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Matomo DevelopmentToogle Plugin +[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-developmenttoogle/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-developmenttoogle/) + ## Description This plugin adds a new icon to the main navbar for admins that quickly toogles the development features. diff --git a/plugin.json b/plugin.json index 732b047..7afec37 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "DevelopmentToogle", "description": "Quickly enable and disable the development mode", - "version": "0.2.1", + "version": "0.2.2", "theme": false, "require": { "matomo": ">=4.0.0-b1,<5.0.0-b1"