diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index 64f87a8b..d0fafb49 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.16 - * WC requires at least: 9.9 + * WC requires at least: 10.0 * WC tested up to: 10.0 * 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.16' ); // WRCS: DEFINED_VERSION. - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '9.9' ); + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '10.0' ); // Maybe show the GA Pro notice on plugin activation. register_activation_hook(