Skip to content

Commit 6604d66

Browse files
authored
Merge pull request #66 from matomo-org/PG-4266-remove-piwik-ref
Removed Piwik reference, #PG-4266
2 parents 5a12b18 + 410f8c1 commit 6604d66

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
# 5.0.4 - 2025-07-07
4+
- Textual changes
5+
36
# 5.0.3 - 2025-01-20
47
- Added code to allow calling Treemap API only directly
58

javascripts/treemapViz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
},
269269

270270
/**
271-
* Prepares data obtained from Piwik server-side code to be used w/ the JIT Treemap
271+
* Prepares data obtained from Matomo server-side code to be used w/ the JIT Treemap
272272
* visualization. Will make sure each node ID is unique and has a color.
273273
*/
274274
_prepareTreemapData: function (data) {

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TreemapVisualization",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "Visualise any report in Matomo as a Treemap. Click on the Treemap icon in each report to load the visualisation.",
55
"keywords": ["treemap", "graph", "visualization", "infovis", "jit"],
66
"license": "GPL v3+",

0 commit comments

Comments
 (0)