From e09c08d0dccb554395356f866ca32df998449e81 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 22 Jul 2024 11:26:42 +0530 Subject: [PATCH] Bumped version to 5.0.19 --- CHANGELOG.md | 3 +++ plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b9356f..2321dcda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +# 5.0.19 +- Removed option to schedule GA3 imports + # 5.0.18 - Disabled re-import date range feature for GA3 imports diff --git a/plugin.json b/plugin.json index b361dbd1..df6a17ee 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "5.0.18", + "version": "5.0.19", "theme": false, "require": { "matomo": ">=5.0.0-rc5,<6.0.0-b1"