From 9a63b2feb4783d5bad07fc31ba5a6cdfe9c27bae3d61297954f61d9f48e4a12c Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 2 Jul 2019 05:58:39 +0000 Subject: [PATCH] Accepting request 712940 from home:ecsos:server - Update to 3.10.0 * Breaking Changes - When giving a user superuser access through the UsersManager.setSuperUserAccess API, a new parameter passwordConfirmation needs to be sent along with the request containing the current password of the user issuing the API request. - Website referrer URLs are now detected using domain only instead of domain and path. This means if you have two different websites on the same domain, but different paths, and a visitor visits from one to the other, it won't have a referrer website set. - Custom Dimensions values set with setCustomDimension are now URL encoded (they previously weren't). If you were manually URL encoding the custom dimension values before calling setCustomDimension, your custom dimension values appearing in reports and Visits log/Visitor profile may now be double URL encoded. To solve the double encoding issue, you can remove your URL encoding and trust that Matomo JavaScript Tracker will URL encode the values correctly. * New APIs - A new tracker method ping has been added to send a ping request manually instead of using the heart beat timer. - Added new event ViewDataTable.configure.end, triggered after view configuration properties have been overwritten by saved settings and query parameters. OBS-URL: https://build.opensuse.org/request/show/712940 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=31 --- matomo-3.10.0.tar.gz | 3 +++ matomo-3.9.1.tar.gz | 3 --- matomo.changes | 30 ++++++++++++++++++++++++++++++ matomo.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 matomo-3.10.0.tar.gz delete mode 100644 matomo-3.9.1.tar.gz diff --git a/matomo-3.10.0.tar.gz b/matomo-3.10.0.tar.gz new file mode 100644 index 0000000..4be86ef --- /dev/null +++ b/matomo-3.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f726113faf3a64ecf9042eaaf3492d40242a146999941ccfece0d03b9b0f8d7 +size 16804140 diff --git a/matomo-3.9.1.tar.gz b/matomo-3.9.1.tar.gz deleted file mode 100644 index 511202e..0000000 --- a/matomo-3.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77890dd7acc333ba436de4ec04e072f66cb2c6d30e9726b2cc5e12cb6d3380f8 -size 16712346 diff --git a/matomo.changes b/matomo.changes index 78f2cdf..126e679 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Jul 2 05:49:07 UTC 2019 - ecsos@opensuse.org + +- Update to 3.10.0 + * Breaking Changes + - When giving a user superuser access through the + UsersManager.setSuperUserAccess API, a new parameter + passwordConfirmation needs to be sent along with the request + containing the current password of the user issuing the API + request. + - Website referrer URLs are now detected using domain only + instead of domain and path. This means if you have two + different websites on the same domain, but different paths, + and a visitor visits from one to the other, it won't have + a referrer website set. + - Custom Dimensions values set with setCustomDimension are now + URL encoded (they previously weren't). If you were manually + URL encoding the custom dimension values before calling + setCustomDimension, your custom dimension values appearing in + reports and Visits log/Visitor profile may now be double URL + encoded. To solve the double encoding issue, you can remove + your URL encoding and trust that Matomo JavaScript Tracker + will URL encode the values correctly. + * New APIs + - A new tracker method ping has been added to send a ping + request manually instead of using the heart beat timer. + - Added new event ViewDataTable.configure.end, triggered after + view configuration properties have been overwritten by saved + settings and query parameters. + ------------------------------------------------------------------- Fri Mar 22 06:17:22 UTC 2019 - Mathias Homann diff --git a/matomo.spec b/matomo.spec index cb634a7..902420e 100644 --- a/matomo.spec +++ b/matomo.spec @@ -31,7 +31,7 @@ %endif Name: matomo -Version: 3.9.1 +Version: 3.10.0 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later