From 7f93b697f641d2fa7f422a5a11134d77ec7bcc83 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sat, 23 Nov 2019 02:34:01 -0800 Subject: [PATCH] v1.0.6 --- CHANGELOG.md | 5 +++++ plugin.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d3b57f2..ad935b45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +# 1.0.6 + +* Better and configurable mysql ping for shared hosting. +* If invalid or missing config is found delete existing client configuration. + # 1.0.5 * Display query count even on rate limit in command output. diff --git a/plugin.json b/plugin.json index 2631eb32e..009297001 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.5", + "version": "1.0.6", "theme": false, "require": { "piwik": ">=3.12.0-b1,<4.0.0-b1"