From 558e19843aa4e7b8b57520913b49303da77481d1 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 16 Sep 2024 10:07:56 +0530 Subject: [PATCH] Bumped version to 5.0.4 --- CHANGELOG.md | 3 +++ plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa75e2..1d67de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### 5.0.4 - 2024-09-16 +- Added code to continue import if duplicate records are found in archive table + ### 5.0.3 - Added plugin category for Marketplace diff --git a/plugin.json b/plugin.json index d74dc16..26ad54e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Migration", "description": "Migrate/copy any measurable (site, app, roll-up) from one Matomo to another Matomo", - "version": "5.0.3", + "version": "5.0.4", "theme": false, "require": { "matomo": ">=5.0.0-b1,<6.0.0-b1"