- Update to 5.3.2
Matomo 5.3.2 is a patch release that delivers a range of stability, security, and performance improvements. - #23117 If login is sent as an array, Matomo shows a proper error message indicating that the login parameter must be a string. - #23248 Prevented email clients from automatically converting plain text (e.g. URLs or emails) into clickable links. - #23247 Improve handling of prefixUrl parameter in API.listAllMethods. - #23245 Escaped tracked parameters before rendering in Real-time reports. - #23176 Ensure all translations required for Password Confirmation are always loaded. - #23161 Handled errors when accessing navigator.javaEnabled in matomo.js, preventing issues caused by certain crawlers. - #23229 Ensure to discard campaign names with invalid type; only string values are used. - #23230 Prevent the concurrent deletion of multiple sites to ensure at least one website always remains in the instance. - #23228 Prevent the warning message from displaying when no email is set for the current user. - #23235 Optimised region name lookup by reducing execution time and memory usage. - #23234 Improved memory usage in Live.getLastVisitDetails. - #23072 Updated URLs in code comments from HTTP to HTTPS. OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=139
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca71b9336d584331a1208d7d92626fd32e4bdc722811d7f7d1d640fa749cb980
|
||||
size 22236172
|
3
matomo-5.3.2.tar.gz
Normal file
3
matomo-5.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae7e4baf6052ac68ad235e8c2e53fdd739d23e6d80b1dea3d2a23c37ed5cf8ba
|
||||
size 22214239
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 2 13:23:33 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 5.3.2
|
||||
Matomo 5.3.2 is a patch release that delivers a range of stability, security, and performance improvements.
|
||||
- #23117 If login is sent as an array, Matomo shows a proper error message indicating that the login parameter must be a string.
|
||||
- #23248 Prevented email clients from automatically converting plain text (e.g. URLs or emails) into clickable links.
|
||||
- #23247 Improve handling of prefixUrl parameter in API.listAllMethods.
|
||||
- #23245 Escaped tracked parameters before rendering in Real-time reports.
|
||||
- #23176 Ensure all translations required for Password Confirmation are always loaded.
|
||||
- #23161 Handled errors when accessing navigator.javaEnabled in matomo.js, preventing issues caused by certain crawlers.
|
||||
- #23229 Ensure to discard campaign names with invalid type; only string values are used.
|
||||
- #23230 Prevent the concurrent deletion of multiple sites to ensure at least one website always remains in the instance.
|
||||
- #23228 Prevent the warning message from displaying when no email is set for the current user.
|
||||
- #23235 Optimised region name lookup by reducing execution time and memory usage.
|
||||
- #23234 Improved memory usage in Live.getLastVisitDetails.
|
||||
- #23072 Updated URLs in code comments from HTTP to HTTPS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 05:58:34 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
%{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d}
|
||||
|
||||
Name: matomo
|
||||
Version: 5.3.1
|
||||
Version: 5.3.2
|
||||
Release: 0
|
||||
Summary: Web analytics platform
|
||||
License: GPL-3.0-or-later
|
||||
|
Reference in New Issue
Block a user