From 1b381827a4d5c4f2ce3abb621c5856c29ef24d0d Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Wed, 19 Jan 2022 08:36:39 +0530 Subject: [PATCH] bump version to 4.1.2 --- CHANGELOG.md | 6 ++++++ plugin.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cae269..0b360ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +#4.1.2 +- Fix location data in email to show IP instead of IP range +- Started blocking digital ocean through providers. +- Stopped checking GeoIp DB if UserCountry plugin is disabled +- Azure IP ranges download code updated + #4.1.1 - Fixed IP ban notification email leading to internal sever error diff --git a/plugin.json b/plugin.json index 3e90fae..fa31f30 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "TrackingSpamPrevention", "description": "This plugin offers various options to prevent spammers and bots from making your data inaccurate so you can rely on your data again.", - "version": "4.1.1", + "version": "4.1.2", "theme": false, "require": { "matomo": ">=4.0.5,<5.0.0-b1"