From 7cf241469c628491a3ebedc20d08876d8bef324b Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 29 Sep 2025 11:08:11 +0530 Subject: [PATCH] Bumped version to 5.0.6 --- CHANGELOG.md | 3 +++ plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7394c..7805785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### 5.0.6 - 2025-09-29 +- Allow annotations migration to work with both option and annotations tables + ### 5.0.5 - 2025-01-20 - Added missing license file diff --git a/plugin.json b/plugin.json index 17a534d..dc3383a 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.5", + "version": "5.0.6", "theme": false, "require": { "matomo": ">=5.0.0-b1,<6.0.0-b1"