From 7ee52d5df4f0ad91f7c0017157c4d5ba7878fec3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 4 Sep 2021 21:50:33 +0200 Subject: [PATCH] release 0.1.5 --- CHANGELOG.md | 12 ++++++++---- README.md | 2 ++ plugin.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63085a3..d7c6568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ ## Changelog -### 0.1.0 +### 0.1.5 -initial release +add German, Greek and Turkish translations + +### 0.1.2 + +Matomo 4 compatibility ### 0.1.1 fix invalid plugin.json -### 0.1.2 +### 0.1.0 -Matomo 4 compatibility +initial release diff --git a/README.md b/README.md index 2355f0a..eae5167 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Matomo ProfileAvatar Plugin +[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-profileavatar/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-profileavatar/) + ## Description Are you tired of always seeing the same placeholder profile picture in the Vistitor Profile? diff --git a/plugin.json b/plugin.json index 99e649e..dac4e9f 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "ProfileAvatar", "description": "Show a random avatar on the Visitor Profile", - "version": "0.1.4", + "version": "0.1.5", "theme": false, "require": { "matomo": ">=3.13.0,<5.0.0-b1"