Skip to content

Commit a8ca056

Browse files
Removed Piwik reference, #PG-4266
1 parent 0d521d1 commit a8ca056

3 files changed

Lines changed: 3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)