Skip to content

Commit fb598ec

Browse files
authored
Merge pull request #527 from woocommerce/wc-10-3
Bump minimum WooCommerce to 10.2, tested up to 10.3
2 parents 04e2836 + d2c2148 commit fb598ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

woocommerce-google-analytics-integration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Author: WooCommerce
77
* Author URI: https://woocommerce.com
88
* Version: 2.1.18
9-
* WC requires at least: 10.1
10-
* WC tested up to: 10.2
9+
* WC requires at least: 10.2
10+
* WC tested up to: 10.3
1111
* Requires at least: 6.7
1212
* Requires Plugins: woocommerce
1313
* Tested up to: 6.8
@@ -27,7 +27,7 @@
2727
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
2828

2929
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.18' ); // WRCS: DEFINED_VERSION.
30-
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '10.1' );
30+
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '10.2' );
3131

3232
// Maybe show the GA Pro notice on plugin activation.
3333
register_activation_hook(

0 commit comments

Comments
 (0)