Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions woocommerce-google-analytics-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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(
Expand Down