Skip to content

Commit 1a9f293

Browse files
authored
bump version to 5.10.1 (#1405)
1 parent e64608b commit 1a9f293

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

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.10.1 =
4+
* Enable dismissible premium plugin promotional content in the main reporting menu.
5+
* Bug fix: missing global declaration breaks woocommerce order tracking for some users.
6+
* Redesign marketplace overview.
7+
* Some minor UX tweaks to better match WordPress 7's look and feel.
8+
39
= 5.10.0 =
410
* Update embedded Matomo to version 5.10.0.
511
* Open Matomo Admin and Reporting pages in a new tab.

classes/WpMatomo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
class WpMatomo {
4444

45-
const VERSION = '5.10.0';
45+
const VERSION = '5.10.1';
4646

4747
/**
4848
* @var \WpMatomo\Feature[]

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

readme.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ Contributors: matomoteam
33
Tags: analytics,privacy-friendly,gdpr,behavior,conversion,wordpress analytics,google analytics,woocommerce analytics,matomo,statistics,stats,ecommerce
44
Requires at least: 4.8
55
Tested up to: 7.0.0
6-
Stable tag: 5.10.0
6+
Stable tag: 5.10.1
77
Requires PHP: 7.2.5
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

11-
**Version 5.8.2 has an important security related fix, it is recommended to update to this version.**
12-
1311
Privacy friendly, GDPR compliant and self-hosted. Matomo is the #1 Google Analytics alternative that gives you control of your data. Free and secure.
1412

1513
== Description ==

0 commit comments

Comments
 (0)