From 6ae483b83983401d8d3fdf81a22e9e326899b36d Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 5 Nov 2023 11:50:28 -0800 Subject: [PATCH 1/2] Update version and changelog for release 4.15.3 --- CHANGELOG.md | 12 ++++++++++++ matomo.php | 2 +- readme.txt | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea51d2f6..d41da5a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ == Changelog === += 4.15.3 = +* Compatibility with WooCommerce's HPOS feature +* Avoid executing System Report on every Matomo WordPress admin page view +* Show Ninja Firewall notification as a row in the system report as opposed to a warning that cannot be dismissed +* Use new name for related WordPress plugin Connect Matomo +* Attempt to track WooCommerce orders on order status change in case customers never visit the order confirmation page +* Better detection of WooCommerce orders that were created manually through the WordPress back office +* Fix Tag Manager errors caused by missing file in 4.15.1 release +* Add a new advanced setting for disabling async archiving without having to modify wp-config.php +* Add success notification when manual archive triggering succeeds +* Add new system report check that checks that the bots.yml file is not accessible + = 4.15.2 = * Fix ecommerce reports not archiving if no goal conversions or order for the site * Provide more context when an API request fails token authentication diff --git a/matomo.php b/matomo.php index 186f4dffd..b2e472d91 100644 --- a/matomo.php +++ b/matomo.php @@ -4,7 +4,7 @@ * Description: The #1 Google Analytics alternative that gives you full control over your data and protects the privacy for your users. Free, secure and open. * Author: Matomo * Author URI: https://matomo.org - * Version: 4.15.2 + * Version: 4.15.3 * Domain Path: /languages * WC requires at least: 2.4.0 * WC tested up to: 7.7.0 diff --git a/readme.txt b/readme.txt index e1e2510f3..2d69a5d85 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: matomoteam Tags: matomo,piwik,analytics,statistics,stats,tracking,ecommerce Requires at least: 4.8 -Tested up to: 6.2.2 -Stable tag: 4.15.2 +Tested up to: 6.3.2 +Stable tag: 4.15.3 Requires PHP: 7.2.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html From 74fc4059d972e391a0b9ac1d8b81641e57322b74 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 5 Nov 2023 11:54:29 -0800 Subject: [PATCH 2/2] tweak changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d41da5a61..1b9484285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ = 4.15.3 = * Compatibility with WooCommerce's HPOS feature -* Avoid executing System Report on every Matomo WordPress admin page view +* Avoid executing System Report on every Matomo for WordPress admin page view * Show Ninja Firewall notification as a row in the system report as opposed to a warning that cannot be dismissed -* Use new name for related WordPress plugin Connect Matomo -* Attempt to track WooCommerce orders on order status change in case customers never visit the order confirmation page +* Attempt to track WooCommerce orders when order status changes from pending to processing in case customers never visit the order confirmation page * Better detection of WooCommerce orders that were created manually through the WordPress back office * Fix Tag Manager errors caused by missing file in 4.15.1 release * Add a new advanced setting for disabling async archiving without having to modify wp-config.php -* Add success notification when manual archive triggering succeeds +* Add a success notification when manually triggered archiving via the Troubleshooting menu succeeds * Add new system report check that checks that the bots.yml file is not accessible +* Use new name for related WordPress plugin 'Connect Matomo' = 4.15.2 = * Fix ecommerce reports not archiving if no goal conversions or order for the site