diff --git a/How to install Matomo.html b/How to install Matomo.html new file mode 100644 index 0000000..86f0d49 --- /dev/null +++ b/How to install Matomo.html @@ -0,0 +1,8 @@ + + + + + +You will be redirected to the Matomo Analytics Installation documentation on matomo.org/docs/installation + + diff --git a/matomo-5.0.0.tar.gz b/matomo-5.0.0.tar.gz deleted file mode 100644 index 6f69ece..0000000 --- a/matomo-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d72b74dced0a9a93295043646ba1fc4577aa4a7d282b46baf7898933f8bbff65 -size 20946285 diff --git a/matomo-5.0.1.tar.gz b/matomo-5.0.1.tar.gz new file mode 100644 index 0000000..4339d6c --- /dev/null +++ b/matomo-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1db485229da10fb6e11a6a781d95a22cc34c5db86e0079411a214274209f03c +size 21089530 diff --git a/matomo-package_update.patch b/matomo-package_update.patch index 4c5120a..ef2cf44 100644 --- a/matomo-package_update.patch +++ b/matomo-package_update.patch @@ -2,7 +2,7 @@ Index: matomo/plugins/CoreUpdater/Commands/Update.php =================================================================== --- matomo.orig/plugins/CoreUpdater/Commands/Update.php +++ matomo/plugins/CoreUpdater/Commands/Update.php -@@ -79,8 +79,11 @@ class Update extends ConsoleCommand +@@ -79,7 +79,12 @@ class Update extends ConsoleCommand $this->writeSuccessMessage(array(Piwik::translate('CoreUpdater_DbUpgradeNotExecuted'))); } @@ -10,8 +10,8 @@ Index: matomo/plugins/CoreUpdater/Commands/Update.php + $enableAutoUpdate = (bool) Config::getInstance()->General['enable_auto_update']; + if ($enableAutoUpdate === true){ $this->writeAlertMessageWhenCommandExecutedWithUnexpectedUser(); -- + } - ++ } catch (NoUpdatesFoundException $e) { // Do not fail if no updates were found + $this->writeSuccessMessage(array($e->getMessage())); diff --git a/matomo.changes b/matomo.changes index 89ff8ae..25ba14c 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Jan 5 11:47:52 UTC 2024 - ecsos + +- Update to 5.0.1 + * matomo-org/device-detector + - #7527 TV Detection Improvements + - #7528 Various Devices Detection Improvement + - #7535 Vestel Production TV Devices + - #7536 VIDAA OS / Hisense Production TV Devices + - #7537 Android Set-Top-Boxes + - #7539 Amazon Fire TV Detection by Build Models + - #7540 Adds detection for Altimo, AmazonBasics, Atlantic Electrics, + Black Box, Canal+, Cecotec, DIORA, Dinalink, Elektroland, - FITCO, + Filimo, Graetz, HOFER, Homatics, Kendo, Maxwell, MEGA VISION, MEO, + NABO, NetBox, OCEANIC, Orava, Play Now, PROSONIC, Sagemcom, SEHMAX, + Silva Schneider, Solas, Super General, TADAAM, TAUBE, VANGUARD, + Walker, We. by Loewe., WONDER brands. improves detection for other brands, + improves version detection for Fire OS + - #7541 CaptiveNetworkSupport agent not all identified + - #7542 Adds detection for Express LUCK, Ooredoo, Tsinghua Tongfang, + XGEM brands, Nuanti Meta browser, DIGA, YouView mediaplayers + and improves detection for various brands + - #7546 Adds detection for OWLer and BBC bots, improves version detection for iOS and macOS + * matomo-org/tag-manager + - #212 Support variables in Custom JavaScript variable + - #731 Added code to support variables in Custom JS variable + - #740 [Bug] Unable to use “Publish a new version now” when changing tags or triggers + - #741 Fix issue with publish new version link + * matomo-org/matomo + - #21016 Optimize segment SQL when segment subqueries are used + - #21625 Apply max execution time limit to goals live query + - #21653 Improve performance of queries for complex custom reports using segments + - #21617 Adds new license key section to plugin menu + - #21666 Add new diagnostic commands to provide archiving status information + - #21413 Fix: strnatcasecmp(): Passing null to parameter #1 ($string1) of type string is deprecated + - #21645 [Bug] First/Last visit displayed date doesn’t take website timezone into account. + - #21657 [Bug] Transition popover does not work for rows with “%” + - #21677 [Bug] mktime(): Argument #1 ($hour) must be of type int, + string given in /mnt/efs/plugins/VisitTime/functions.php line 18 + - #21708 Hide all sites item in site selector for custom dimension management + - #21719 Improve escaping of values in CSV exports + - #21738 Avoid possible update problem with MyISAM tables on MySQL 8 + ------------------------------------------------------------------- Tue Dec 19 09:41:27 UTC 2023 - ecsos diff --git a/matomo.spec b/matomo.spec index 55e92b0..cd631f4 100644 --- a/matomo.spec +++ b/matomo.spec @@ -21,7 +21,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later