Skip to content

Commit cacd92e

Browse files
authored
Merge pull request #95 from matomo-org/PG-4266-remove-piwik-ref
Removed Piwik reference, #PG-4266
2 parents 0d521d1 + 3ac1c51 commit cacd92e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
* 5.0.2 - 2025-07-07 - Textual changes
34
* 5.0.1 Added plugin category for Marketplace
45
* 5.0.0 Compatibility with Matomo 5
56
* 4.1.0 Migrating from AngularJS to Vue

javascripts/url.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
expect(url).to.eql(trackingDomain + '/CoreHome/default/?idSite=3&date=today&period=day');
4444
});
4545

46-
it('should correctly change a piwik 3 url', function() {
46+
it('should correctly change a matomo 3 url', function() {
4747
var url = urlAnonymizer.makeUrlHierarchical(anonymousDomain + '/index.php?idSite=1&period=day#?idSite=1&period=day&date=yesterday&category=General_Actions&subcategory=Events_Events')
4848
expect(url).to.eql(trackingDomain + '/Actions/Events/?idSite=1&period=day');
4949
});

plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "AnonymousPiwikUsageMeasurement",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Send anonymized usage data to your own Matomo instance or to any other Matomo",
55
"theme": false,
66
"keywords": [
77
"usage",
88
"tracking",
99
"measurement",
10+
"matomo",
1011
"piwik"
1112
],
1213
"license": "GPL v3+",

0 commit comments

Comments
 (0)