diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fc159..33b909e 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 only 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+",