From 6787a4c66c64f736fffe67c387e93cc642cb3f9b Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 3 Aug 2020 05:33:59 -0700 Subject: [PATCH] version 1.5.0 --- CHANGELOG.md | 12 ++++++++++++ plugin.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fceac55..a27814e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Changelog +# 1.5.0 + +Changes: +* Allow lock ttl to be configured and use reexpire lock which waits to expire. +* Allow forced max end date to be specified through config. +* Set a fixed end date for Matomo for WordPress. + +Bug Fixes: +* Undo forced input sanitization for client config. +* Fix reimport not respecting last_day_imported. +* Reduce amount of memory used. + # 1.4.1 Changes: diff --git a/plugin.json b/plugin.json index 0d7ff9ddd..8a2dd0891 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "1.4.1", + "version": "1.5.0", "theme": false, "require": { "piwik": ">=3.12.0-b1,<4.0.0-b1"