From 410f8c1e573ef7636466b75b47202928b8421d9a Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Wed, 25 Jun 2025 17:32:55 +0530 Subject: [PATCH] Removed Piwik reference, #PG-4266 --- CHANGELOG.md | 3 +++ javascripts/treemapViz.js | 2 +- plugin.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b909e..7d4dda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +# 5.0.4 - 2025-07-07 +- Textual changes + # 5.0.3 - 2025-01-20 - Added code to allow calling Treemap API only directly diff --git a/javascripts/treemapViz.js b/javascripts/treemapViz.js index 3810365..5236de6 100755 --- a/javascripts/treemapViz.js +++ b/javascripts/treemapViz.js @@ -268,7 +268,7 @@ }, /** - * Prepares data obtained from Piwik server-side code to be used w/ the JIT Treemap + * Prepares data obtained from Matomo server-side code to be used w/ the JIT Treemap * visualization. Will make sure each node ID is unique and has a color. */ _prepareTreemapData: function (data) { diff --git a/plugin.json b/plugin.json index eabc889..7cfe493 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "TreemapVisualization", - "version": "5.0.3", + "version": "5.0.4", "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+",