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