Skip to content

Commit 691a08c

Browse files
authored
Merge pull request #35 from matomo-org/preparev5
Prepare release for Matomo 5
2 parents f12daf6 + 94cd468 commit 691a08c

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
# (PIWIK_TEST_TARGET=maximum_supported_piwik).
3232
# You can also specify a specific Matomo version
3333
# (PIWIK_TEST_TARGET=2.16.0-b1).
34-
- PIWIK_TEST_TARGET=4.x-dev
34+
- PIWIK_TEST_TARGET=5.x-dev
3535
matrix:
3636
- TEST_SUITE=UITests MYSQL_ADAPTER=PDO_MYSQL TEST_AGAINST_PIWIK_BRANCH=$PIWIK_TEST_TARGET
3737

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Changelog
22

3-
#4.0.2
4-
- Translation changes and made plugin translatable
3+
# 5.0.0
4+
- Compatibility with Matomo 5
5+
6+
# 4.0.2
7+
- Translation changes and made plugin translatable

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "TreemapVisualization",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
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+",
77
"homepage": "https://matomo.org",
88
"require": {
9-
"matomo": ">=4.0.0-b1,<5.0.0-b1"
9+
"matomo": ">=5.0.0-b1,<6.0.0-b1"
1010
},
1111
"support": {
1212
"email": "hello@matomo.org",

0 commit comments

Comments
 (0)