1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ExcludeCountries.git synced 2024-09-19 15:53:47 +02:00

Matomo 4 compatibility

This commit is contained in:
Lukas Winkler 2020-10-10 19:47:22 +02:00
parent 20a3c31396
commit a43f98c63c
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.2.0
Matomo 4 compatibility
### 0.1.3 ### 0.1.3
fix bug causing no countries to be selected fix bug causing no countries to be selected

View file

@ -1,10 +1,10 @@
{ {
"name": "ExcludeCountries", "name": "ExcludeCountries",
"description": "Exclude or include visitors from selected countries", "description": "Exclude or include visitors from selected countries",
"version": "0.1.5", "version": "0.2.0",
"theme": false, "theme": false,
"require": { "require": {
"piwik": ">=3.10.0,<4.0.0-b1" "matomo": ">=4.0.0-b1,<5.0.0-b1"
}, },
"authors": [ "authors": [
{ {