diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a01ccc..897e200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,25 @@ ## Changelog -#### 0.2.0 +### 0.2.1 + +Add German, Greek and French translations + +### 0.2.0 Matomo 4 compatibility -#### 0.1.2 +### 0.1.2 add French translation (by @darkvodka) -#### 0.1.1 +### 0.1.1 add disclaimer in description -#### 0.1.0 +### 0.1.0 first working version diff --git a/README.md b/README.md index a2109db..37e4b27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Matomo PasswordVerifier Plugin +[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-passwordverifier/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-passwordverifier/) + + ## Description This plugin sends the first 5 characters of the SHA1 hash of the password to the [haveibeenpwned.com database](https://haveibeenpwned.com/Passwords) of over 500 million passwords exposed in data breaches. If the password is found, Matomo rejects it and asks the user to use a more secure password. diff --git a/plugin.json b/plugin.json index e90b9fe..073efef 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "PasswordVerifier", "description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database", - "version": "0.2.0", + "version": "0.2.1", "theme": false, "require": { "matomo": ">=4.0.0-b1,<5.0.0-b1"