1
0
Fork 0
mirror of https://github.com/Findus23/plugin-PasswordVerifier.git synced 2024-09-20 17:13:47 +02:00

Matomo 5 compatibility

This commit is contained in:
Lukas Winkler 2023-07-22 23:16:05 +02:00
parent 7d2ec81ba2
commit 5ca75728c2
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
## Changelog ## Changelog
### 0.3.0
Matomo 5 compatibility
### 0.2.3 ### 0.2.3
Translation updates Translation updates

View file

@ -1,10 +1,10 @@
{ {
"name": "PasswordVerifier", "name": "PasswordVerifier",
"description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database", "description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
"version": "0.2.3", "version": "0.3.0",
"theme": false, "theme": false,
"require": { "require": {
"matomo": ">=4.0.0-b1,<5.0.0-b1" "matomo": ">=5.0.0-b1,<6.0.0-b1"
}, },
"authors": [ "authors": [
{ {