1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ClassicCounter.git synced 2024-09-19 15:23:45 +02:00

add Matomo 4 compatibility

This commit is contained in:
Lukas Winkler 2020-10-10 19:44:56 +02:00
parent f859ea5937
commit a8118ed559
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
## Changelog
### 0.3.0
Matomo 4 compatibility
### 0.2.2
another bugfix (increase version in plugin.json)

View file

@ -1,10 +1,10 @@
{
"name": "ClassicCounter",
"description": "Embed a view counter in the style of classic CGI scripts into your website",
"version": "0.2.2",
"version": "0.3.0",
"theme": false,
"require": {
"piwik": ">=3.8.0,<4.0.0-b1"
"matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"authors": [
{