From 482959172181e0f4593c5bcc0f67ac8c83cf81c7 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 4 Sep 2021 21:56:02 +0200 Subject: [PATCH] release 1.0.2 --- CHANGELOG.md | 4 ++++ README.md | 3 +++ plugin.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877a53e..b91486d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +## 1.0.2 + +add German, Greek, Italian and Turkish translations + ## 1.0.1 fix DI (thanks to @Aramics) diff --git a/README.md b/README.md index 46c449b..425ad44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Matomo Customise Translations +[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-customisetranslations/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-customisetranslations/) + + ## Description This plugin allows you to quickly replace translatable texts in Matomo. diff --git a/plugin.json b/plugin.json index 8c512e5..c76d7aa 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "CustomiseTranslations", "description": "This plugin allows you to modify all translateable strings in Matomo", - "version": "1.0.1", + "version": "1.0.2", "theme": false, "require": { "matomo": ">=4.0.0-b1,<5.0.0-b1"