File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 } ) ;
Original file line number Diff line number Diff line change 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+" ,
You can’t perform that action at this time.
0 commit comments