Skip to content

Commit 2aa3dcb

Browse files
authored
bump version to 5.1.6 (#1213)
1 parent cbf2afa commit 2aa3dcb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
= 5.1.6 =
4+
* Bug fix: the wpstatistics importer failed to import search keywords due to a change in the wpstatistics plugin from over year ago.
5+
* Bug fix: the wpstatistics importer will now work with the latest wpstatistics version.
6+
* New consts: for users that need to use a separate charset/collation from the values configured wp-config.php, there are now two consts that allow you to do that: MATOMO_DB_CHARSET and MATOMO_DB_COLLATE.
7+
* Make the short description match both in matomo.php and readme.txt.
8+
39
= 5.1.5 =
410
* Bug fix: remove system report issues notification earlier when system issues are resolved.
511
* Bug fix: remove duplicate redirect on activation logic.

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.1.5
7+
* Version: 5.1.6
88
* Domain Path: /languages
99
* WC requires at least: 2.4.0
1010
* WC tested up to: 9.4.1

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.7.0
6-
Stable tag: 5.1.5
6+
Stable tag: 5.1.6
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)