From 6b22997758e03da12d4e4a40c66b3bb6db0c2993 Mon Sep 17 00:00:00 2001 From: Eason Su Date: Tue, 30 Sep 2025 11:21:58 +0800 Subject: [PATCH] Bump the minimum required WooCommerce to 10.1. --- woocommerce-google-analytics-integration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index ee4b2022..cf6116b4 100644 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -6,7 +6,7 @@ * Author: WooCommerce * Author URI: https://woocommerce.com * Version: 2.1.17 - * WC requires at least: 10.0 + * WC requires at least: 10.1 * WC tested up to: 10.1 * Requires at least: 6.7 * Requires Plugins: woocommerce @@ -27,7 +27,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.17' ); // WRCS: DEFINED_VERSION. - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '10.0' ); + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '10.1' ); // Maybe show the GA Pro notice on plugin activation. register_activation_hook(