Skip to content

Commit 058ea0c

Browse files
authored
Merge branch 'develop' into update-marketplace-submodule
2 parents 3e4968b + 685eba2 commit 058ea0c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
== Changelog ===
22

3+
= 5.6.1 =
4+
* Update Matomo core to 5.6.2.
5+
* Bug fix: only execute geolocation database update if internet features are enabled. (Add `[General] enable_internet_features=0` to the /path/to/wordpress/wp-content/uploads/matomo/config/config.ini.php file to disable internet features.)
6+
* Bug fix: avoid autoloading conflicts with the wikimedia/less.php library (fixing display issues when this plugin is used on wordpress.com and with certain other plugins).
7+
* Bug fix: fix incorrect detection of global upload directory in a multisite installation.
8+
* Bug fix: allow geolocation database update to also run on multisite installs when the plugin is not network activated.
9+
310
= 5.6.0 =
411
* Update Matomo core to 5.6.1.
512
* Add clear warning message if an adblocker is detected since many adblockers interfere with Matomo's reporting.

matomo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Privacy friendly, GDPR compliant and self-hosted. Matomo is the #1 Google Analytics alternative that gives you control of your data. Free and secure.
55
* Author: Matomo
66
* Author URI: https://matomo.org
7-
* Version: 5.6.0
7+
* Version: 5.6.1
88
* Domain Path: /languages
99
* WC requires at least: 2.4.0
1010
* WC tested up to: 10.4.3

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: matomoteam
33
Tags: matomo,analytics,statistics,stats,ecommerce
44
Requires at least: 4.8
55
Tested up to: 6.9.0
6-
Stable tag: 5.6.0
6+
Stable tag: 5.6.1
77
Requires PHP: 7.2.5
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)