SHA256
1
0
forked from pool/matomo

Accepting request 686902 from home:ecsos:server

- Update to 3.9.0
  * Breaking Changes
    - Referrers.getKeywordsForPageUrl and 
      Referrers.getKeywordsForPageTitle APIs have been deprecated 
      and will be removed in Matomo 4.0.0
    - By default, Matomo application logs will now be logged in 
      tmp/logs/matomo.log instead of tmp/logs/piwik.log. This log 
      file path can be edited in your config/config.ini.php in 
      the INI setting logger_file_path.
      Not relevant for this suse package.
  * New Features
    - It is now possible to locate plugins in a custom directory 
      by setting an environment variable MATOMO_PLUGIN_DIRS or a 
      ['MATOMO_PLUGIN_DIRS'] variable in /bootstrap.php.
    - It is now possible to use monolog's FingersCrossedHandler 
      which buffers all logs and logs all of them in case of 
      warning or error.
  * New APIs
    - New API methods Piwik\Plugin\Manager::getPluginsDirectories() 
      and Piwik\Plugin\Manager::getPluginDirectory() have been 
      added as it is now possible to locate Matomo plugins in 
      different directories and it should be no longer assumed 
      a plugin is located in the /plugins directory.
    - A new tracker method disableQueueRequest has been added to 
      disable queued requests which may be useful when logs are 
      imported.
    - The event LanguageManager.getAvailableLanguages has been 
      deprecated. Use LanguagesManager.getAvailableLanguages 
      instead.

OBS-URL: https://build.opensuse.org/request/show/686902
OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=26
This commit is contained in:
Eric Schirra 2019-03-20 10:30:17 +00:00 committed by Git OBS Bridge
parent d7bd6f7026
commit faf8589a86
4 changed files with 37 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7182339f50c38f199272fd201eba669095c7c383597f58e7b53bd25ddba38edc
size 16635807

3
matomo-3.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0d5b1566b16ece74aceed1d4b29c01a4882bb1a5517feaf2de9a04e04488440
size 16712103

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Mar 20 08:42:35 UTC 2019 - ecsos@opensuse.org
- Update to 3.9.0
* Breaking Changes
- Referrers.getKeywordsForPageUrl and
Referrers.getKeywordsForPageTitle APIs have been deprecated
and will be removed in Matomo 4.0.0
- By default, Matomo application logs will now be logged in
tmp/logs/matomo.log instead of tmp/logs/piwik.log. This log
file path can be edited in your config/config.ini.php in
the INI setting logger_file_path.
Not relevant for this suse package.
* New Features
- It is now possible to locate plugins in a custom directory
by setting an environment variable MATOMO_PLUGIN_DIRS or a
['MATOMO_PLUGIN_DIRS'] variable in /bootstrap.php.
- It is now possible to use monolog's FingersCrossedHandler
which buffers all logs and logs all of them in case of
warning or error.
* New APIs
- New API methods Piwik\Plugin\Manager::getPluginsDirectories()
and Piwik\Plugin\Manager::getPluginDirectory() have been
added as it is now possible to locate Matomo plugins in
different directories and it should be no longer assumed
a plugin is located in the /plugins directory.
- A new tracker method disableQueueRequest has been added to
disable queued requests which may be useful when logs are
imported.
- The event LanguageManager.getAvailableLanguages has been
deprecated. Use LanguagesManager.getAvailableLanguages
instead.
-------------------------------------------------------------------
Tue Jan 29 08:24:20 UTC 2019 - ecsos@opensuse.org

View File

@ -31,7 +31,7 @@
%endif
Name: matomo
Version: 3.8.1
Version: 3.9.0
Release: 0
Summary: Web analytics platform
License: GPL-3.0-or-later