From 926b4376cc57029a84cbe45d7b7052608576272e Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 20 Jan 2025 11:27:49 +0530 Subject: [PATCH 1/2] Bumpoed version to 5.0.3 --- CHANGELOG.md | 3 +++ plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fc159..09b7404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +# 5.0.3 - 2025-01-20 +- Added code to allow calling Treemap API directly + # 5.0.2 - 2025-01-10 - Avoids recursion in API calls diff --git a/plugin.json b/plugin.json index feb8532..eabc889 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "TreemapVisualization", - "version": "5.0.2", + "version": "5.0.3", "description": "Visualise any report in Matomo as a Treemap. Click on the Treemap icon in each report to load the visualisation.", "keywords": ["treemap", "graph", "visualization", "infovis", "jit"], "license": "GPL v3+", From 2002bf74613d20b525058d4e2ac56ca473c79e3b Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 20 Jan 2025 08:37:40 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b7404..33b909e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog # 5.0.3 - 2025-01-20 -- Added code to allow calling Treemap API directly +- Added code to allow calling Treemap API only directly # 5.0.2 - 2025-01-10 - Avoids recursion in API calls