Skip to content

Updated plugin for Matomo 5.x. #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Password Policy plugin for Matomo (aka Piwik).
## Installation
Install it via Matomo Marketplace

| Matomo version | Plugin version |
| ------------- | ------------- |
| 3.x | 1.x |
| 4.x | 2.x |
| Matomo version | Plugin version |
|----------------| ------------- |
| 3.x | 1.x |
| 4.x | 2.x |
| 5.x | 2.x |

## License
See [LICENSE](LICENSE) file
7 changes: 4 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PasswordPolicyEnforcer",
"version": "2.0.1",
"description": "Adds a possibility to enforce Password Policy.",
"version": "2.0.2",
"description": "Adds a possibility to enforce Password Policy test.",
"theme": false,
"keywords": [
"password policy",
Expand All @@ -11,9 +11,10 @@
"homepage": "https://github.com/simivar/matomo-password-policy-enforcer",
"license": "MIT",
"require": {
"piwik": ">=4.0.0-b1,<5.0.0-b1",
"matomo": ">=4.0.0-b1,<6.0.0-b1",
"php": ">=7.2.5"
},
"matomo": ">=4.0.0-b1,<6.0.0-b1",
"support": {
"issues": "https://github.com/simivar/matomo-password-policy-enforcer/issues",
"source": "https://github.com/simivar/matomo-password-policy-enforcer",
Expand Down
Loading