From faf8589a86a25b82a8f1f8724a8227736c7b927f1758f49d399f0ac43881bd25 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 20 Mar 2019 10:30:17 +0000 Subject: [PATCH] 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 --- matomo-3.8.1.tar.gz | 3 --- matomo-3.9.0.tar.gz | 3 +++ matomo.changes | 33 +++++++++++++++++++++++++++++++++ matomo.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 matomo-3.8.1.tar.gz create mode 100644 matomo-3.9.0.tar.gz diff --git a/matomo-3.8.1.tar.gz b/matomo-3.8.1.tar.gz deleted file mode 100644 index eebe26b..0000000 --- a/matomo-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7182339f50c38f199272fd201eba669095c7c383597f58e7b53bd25ddba38edc -size 16635807 diff --git a/matomo-3.9.0.tar.gz b/matomo-3.9.0.tar.gz new file mode 100644 index 0000000..2883400 --- /dev/null +++ b/matomo-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d5b1566b16ece74aceed1d4b29c01a4882bb1a5517feaf2de9a04e04488440 +size 16712103 diff --git a/matomo.changes b/matomo.changes index 15723cb..57ad724 100644 --- a/matomo.changes +++ b/matomo.changes @@ -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 diff --git a/matomo.spec b/matomo.spec index bbee82d..9651515 100644 --- a/matomo.spec +++ b/matomo.spec @@ -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