Skip to content

Commit f71593c

Browse files
authored
Merge pull request #21 from matomo-org/m20
Fix error Use of undefined constant PIWIK_INCLUDE_PATH in WP
2 parents 9bcf170 + bb2b2be commit f71593c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

TreemapVisualization.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
use Piwik\Period;
1414
use Piwik\Plugins\TreemapVisualization\Visualizations\Treemap;
1515

16-
/**
17-
* @see plugins/TreemapVisualization/Treemap.php
18-
*/
19-
require_once PIWIK_INCLUDE_PATH . '/plugins/TreemapVisualization/Visualizations/Treemap.php';
20-
2116
/**
2217
* Plugin that contains the Treemap DataTable visualization.
2318
*/

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": "3.1.1",
3+
"version": "3.1.2",
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)