diff --git a/CHANGELOG.md b/CHANGELOG.md index 953176e..1310295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +5.2.0 - 2025-11-25 +- No longer disable Provider plugin automatically. If performance issues occur, please disable it manually or install an ASN geolocation database (https://matomo.org/faq/how-to/setting-up-accurate-visitors-geolocation/). + 5.1.3 - 2025-09-01 - Add support for Sentinel password - Security hardening diff --git a/Commands/Process.php b/Commands/Process.php index 1290fa8..1a07a92 100644 --- a/Commands/Process.php +++ b/Commands/Process.php @@ -75,7 +75,6 @@ protected function doExecute(): int Log::unsetInstance(); $trackerEnvironment->getContainer()->get('Piwik\Access')->setSuperUserAccess(false); - $trackerEnvironment->getContainer()->get('Piwik\Plugin\Manager')->setTrackerPluginsNotToLoad(array('Provider')); Tracker::loadTrackerEnvironment(); $backend = Queue\Factory::makeBackend(); diff --git a/plugin.json b/plugin.json index 1875b6b..d932228 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "QueuedTracking", - "version": "5.1.3", + "version": "5.2.0", "description": "Scale your large traffic Matomo service by queuing tracking requests in Redis or MySQL for better performance and reliability when experiencing peaks.", "theme": false, "keywords": ["tracker", "tracking", "queue", "redis"],