From c9ec9285a6a88054c3182edd3cf1a7bdb511014f Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 17 Jul 2023 12:39:27 +0530 Subject: [PATCH] bumped version to 4.6.9 --- CHANGELOG.md | 4 ++++ plugin.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4dd4443..06927c53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog +# 4.6.9 +- Updated dependencies (Guzzle) +- Added GA import tab in no data screen + # 4.6.8 - Added OAuth complete warning when configuring/authorizing GA OAuth. diff --git a/plugin.json b/plugin.json index fa97ce5cb..c77d8db54 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "4.6.8", + "version": "4.6.9", "theme": false, "require": { "matomo": ">=4.10.0-b1,<5.0.0-b1"