Accepting request 775125 from home:lrupp:branches:network:utilities
- Update: 3.13.2 In this release we’re focusing on fixing a few minor bugs and two regressions that were introduced in the last release (tracking IE<9 was not working anymore, and automatic login within an iframe has also been fixed). 41 tickets have been closed by more than 12 contributors! Main (core) tickets closed: #15404 Real time map dialog box does not close with x [by @sgiehl] #8505 Visitor map shows info icon but no tooltip when there is no data [by @sgiehl] #15414 Since 3.13.1 autologin in an iframe does not work anymore [by @tsteur] #15422 Fix removing user capabilities [by @sgiehl, @tsteur] #15477 Matomo can’t track IE <9 any more [by @tsteur] #15500 Undefined index: bounce_rate_new [by @sgiehl] #15417 In Update pop up venster Piwik is mentioned instead of Matomo [by @sgiehl] #14549 update mocha #15469 Two YAML parser #15307 Visits log fails without any error [by @tsteur] #15420 Cannot copy a dashboard to a user when the user is not one of the first 100 [by @sgiehl] #15430 VisitorLog.php(225): Trying to access array offset on value of type null – Matomo 3.13.1 [by @sgiehl] #15441 UserId.getUsers generates warnings: Warning – Illegal offset type and Notice – Undefined index: label [by @sgiehl] #15452 Trying to access array offset on value of type null [by @sgiehl] #15046 Clarify how to Setup the archiving cronjob using Plesk in the user guide manual #15293 New visit not created after logout #15428 Order of implode() args, avoid E_NOTICE in PHP7.4 [by @PeterUpfold, @sgiehl] #15445 Forward instance_id from local config when reseting config during tests. [by @diosmosis] #15446 silence is_executable call in case user doesn’t have permission OBS-URL: https://build.opensuse.org/request/show/775125 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=53
This commit is contained in:
parent
17679bb306
commit
8e6d69b820
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d10a9be2413b8ffeea3f4ad412a365955c9e916574fac6176314e63cb81e351c
|
||||
size 15225046
|
3
matomo-3.13.2.tar.gz
Normal file
3
matomo-3.13.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:262cb6a002331fa0b5af0a5b0d0c9e03dafe7cbe6e52a7d7dbb940607ed35edf
|
||||
size 15257798
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 10:21:24 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
|
||||
|
||||
- Update: 3.13.2
|
||||
In this release we’re focusing on fixing a few minor bugs and two
|
||||
regressions that were introduced in the last release
|
||||
(tracking IE<9 was not working anymore, and automatic login within
|
||||
an iframe has also been fixed).
|
||||
41 tickets have been closed by more than 12 contributors!
|
||||
Main (core) tickets closed:
|
||||
#15404 Real time map dialog box does not close with x [by @sgiehl]
|
||||
#8505 Visitor map shows info icon but no tooltip when there is no data [by @sgiehl]
|
||||
#15414 Since 3.13.1 autologin in an iframe does not work anymore [by @tsteur]
|
||||
#15422 Fix removing user capabilities [by @sgiehl, @tsteur]
|
||||
#15477 Matomo can’t track IE <9 any more [by @tsteur]
|
||||
#15500 Undefined index: bounce_rate_new [by @sgiehl]
|
||||
#15417 In Update pop up venster Piwik is mentioned instead of Matomo [by @sgiehl]
|
||||
#14549 update mocha
|
||||
#15469 Two YAML parser
|
||||
#15307 Visits log fails without any error [by @tsteur]
|
||||
#15420 Cannot copy a dashboard to a user when the user is not one of
|
||||
the first 100 [by @sgiehl]
|
||||
#15430 VisitorLog.php(225): Trying to access array offset on value
|
||||
of type null – Matomo 3.13.1 [by @sgiehl]
|
||||
#15441 UserId.getUsers generates warnings: Warning – Illegal
|
||||
offset type and Notice – Undefined index: label [by @sgiehl]
|
||||
#15452 Trying to access array offset on value of type null [by @sgiehl]
|
||||
#15046 Clarify how to Setup the archiving cronjob using Plesk in the user guide manual
|
||||
#15293 New visit not created after logout
|
||||
#15428 Order of implode() args, avoid E_NOTICE in PHP7.4 [by @PeterUpfold, @sgiehl]
|
||||
#15445 Forward instance_id from local config when reseting config
|
||||
during tests. [by @diosmosis]
|
||||
#15446 silence is_executable call in case user doesn’t have permission
|
||||
to access dir [by @diosmosis]
|
||||
#15457 Add event that allows plugins to disable archiving for certain
|
||||
periods/sites if they want. [by @diosmosis]
|
||||
#15462 Day range archiving issue [by @diosmosis, @tsteur]
|
||||
#15464 Use latest davaxi/sparkline release [by @sgiehl]
|
||||
#15481 Mention Joomla install FAQ [by @tsteur, @diosmosis]
|
||||
#15487 Sort Packages [by @limitstudios, @tsteur]
|
||||
#15489 Make sparklines work when mbstring extension is not installed
|
||||
[by @mattab, @diosmosis]
|
||||
- pre-require php-json to make sure the post script works
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 15:05:10 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
%{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d}
|
||||
|
||||
Name: matomo
|
||||
Version: 3.13.1
|
||||
Version: 3.13.2
|
||||
Release: 0
|
||||
Summary: Web analytics platform
|
||||
License: GPL-3.0-or-later
|
||||
@ -70,6 +70,8 @@ Requires: php-curl
|
||||
Requires: php-dom
|
||||
Requires: php-gd
|
||||
Requires: php-iconv
|
||||
# for the upgrade process:
|
||||
Requires(pre): php-json
|
||||
Requires: php-json
|
||||
Requires: php-mbstring
|
||||
Requires: php-mysql
|
||||
|
Loading…
Reference in New Issue
Block a user