Skip to content

Commit

Permalink
bump version to 5.1.6 (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis authored Nov 13, 2024
1 parent cbf2afa commit 2aa3dcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
== Changelog ===

= 5.1.6 =
* Bug fix: the wpstatistics importer failed to import search keywords due to a change in the wpstatistics plugin from over year ago.
* Bug fix: the wpstatistics importer will now work with the latest wpstatistics version.
* 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.
* Make the short description match both in matomo.php and readme.txt.

= 5.1.5 =
* Bug fix: remove system report issues notification earlier when system issues are resolved.
* Bug fix: remove duplicate redirect on activation logic.
Expand Down
2 changes: 1 addition & 1 deletion matomo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 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.
* Author: Matomo
* Author URI: https://matomo.org
* Version: 5.1.5
* Version: 5.1.6
* Domain Path: /languages
* WC requires at least: 2.4.0
* WC tested up to: 9.4.1
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: matomoteam
Tags: matomo,analytics,statistics,stats,ecommerce
Requires at least: 4.8
Tested up to: 6.7.0
Stable tag: 5.1.5
Stable tag: 5.1.6
Requires PHP: 7.2.5
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit 2aa3dcb

Please sign in to comment.