From b4a487de7487fe0131df3ec6a8e643b5fab2e56c Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Fri, 26 Sep 2025 08:49:20 +0530 Subject: [PATCH 1/2] Fix for failing min version test --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 0f21491..fc6bb3d 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "version": "5.0.0", "theme": false, "require": { - "matomo": ">=5.0.0-b4,<6.0.0-b1" + "matomo": ">=5.0.0-rc1,<6.0.0-b1" }, "authors": [ { From d32d2d2fff6dbf9c46ecad8d271cfeb164929924 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Fri, 26 Sep 2025 09:40:58 +0530 Subject: [PATCH 2/2] Changed to 5.0.0 --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index fc6bb3d..537c42b 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "version": "5.0.0", "theme": false, "require": { - "matomo": ">=5.0.0-rc1,<6.0.0-b1" + "matomo": ">=5.0.0,<6.0.0-b1" }, "authors": [ {