From 89355ee58212581ae94b9d18dc809dd4f66790f3 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 12 Nov 2019 02:12:15 -0800 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ plugin.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a1b9687..f3d3b57f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +# 1.0.5 + +* Display query count even on rate limit in command output. +* Issue pointless mysql query to keep connection alive on systems that have a small wait_timeout. + # 1.0.4 * Add --skip-archiving option to allow avoiding launching of archiving command when importing. diff --git a/plugin.json b/plugin.json index 37b1d93fb..2631eb32e 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.0.4", + "version": "1.0.5", "theme": false, "require": { "piwik": ">=3.12.0-b1,<4.0.0-b1" @@ -23,4 +23,4 @@ "homepage": "https://matomo.org", "license": "GPL v3+", "keywords": ["google", "analytics", "import"] -} \ No newline at end of file +}