From e48248e06b8ca1d423646ba3d9d0b6210d63669b Mon Sep 17 00:00:00 2001 From: Pedro Cardoso <31224427+OsodracPT@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:53:43 +0000 Subject: [PATCH 1/3] Support for version 5.0.0 --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 2a33b0e..2d7a129 100644 --- a/plugin.json +++ b/plugin.json @@ -10,7 +10,7 @@ ], "theme": false, "require": { - "piwik": ">=3.0.0-b1,<4.0.0-b1", + "piwik": ">=4.0.0-b1,<5.0.1-b1", "php": ">=7.0.0,<8.0.0" } } From 55c670b05ab23e90254a0742f9f77be5ceff6b29 Mon Sep 17 00:00:00 2001 From: Pedro Cardoso <31224427+OsodracPT@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:58:59 +0000 Subject: [PATCH 2/3] Updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 198316b..1c4f652 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ The database schema and UI stays untouched, so all Piwik statistics can be used __How to configure/install this plugin / the networks?__ +Upload the plugin in the .zip format. +(You may need to add "enable_plugin_upload = 1" on the your config/config.ini.php file under [General]) + After installation and activation of the plugin, open the file `piwik/config/IntranetGeoIP.data.php` You can their add your location information and their subnetworks. From 7b9be6814f894e141ae3835a5b602af8a3c32e89 Mon Sep 17 00:00:00 2001 From: Pedro Cardoso <31224427+OsodracPT@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:15:13 +0000 Subject: [PATCH 3/3] Update to support 6.0 --- README.md | 1 + plugin.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4f652..b8c1670 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The database schema and UI stays untouched, so all Piwik statistics can be used __How to configure/install this plugin / the networks?__ Upload the plugin in the .zip format. + (You may need to add "enable_plugin_upload = 1" on the your config/config.ini.php file under [General]) After installation and activation of the plugin, open the file `piwik/config/IntranetGeoIP.data.php` diff --git a/plugin.json b/plugin.json index 2d7a129..3523e78 100644 --- a/plugin.json +++ b/plugin.json @@ -10,7 +10,7 @@ ], "theme": false, "require": { - "piwik": ">=4.0.0-b1,<5.0.1-b1", + "piwik": ">=4.0.0-b1,<6.0.1-b1", "php": ">=7.0.0,<8.0.0" } }