mirror of
https://github.com/Findus23/plugin-PasswordVerifier.git
synced 2024-09-11 06:43:46 +02:00
Matomo 5 compatibility
This commit is contained in:
parent
7d2ec81ba2
commit
5ca75728c2
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
## Changelog
|
||||
|
||||
### 0.3.0
|
||||
|
||||
Matomo 5 compatibility
|
||||
|
||||
### 0.2.3
|
||||
|
||||
Translation updates
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "PasswordVerifier",
|
||||
"description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"theme": false,
|
||||
"require": {
|
||||
"matomo": ">=4.0.0-b1,<5.0.0-b1"
|
||||
"matomo": ">=5.0.0-b1,<6.0.0-b1"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue