WooCommerce Google Analytics Integration - Version 1.5.10

Version Description

  • 2022-06-07 =
  • Tweak - WC 6.6 compatibility.
Download this release

Release Info

Developer ecgan
Plugin Icon 128x128 WooCommerce Google Analytics Integration
Version 1.5.10
Comparing to
See all releases

Code changes from version 1.5.9 to 1.5.10

changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** Changelog ***
2
 
 
 
 
3
  = 1.5.9 - 2022-05-10 =
4
  * Tweak - WC 6.5 compatibility.
5
  * Tweak - WordPress 6.0 compatibility.
1
  *** Changelog ***
2
 
3
+ = 1.5.10 - 2022-06-07 =
4
+ * Tweak - WC 6.6 compatibility.
5
+
6
  = 1.5.9 - 2022-05-10 =
7
  * Tweak - WC 6.5 compatibility.
8
  * Tweak - WordPress 6.0 compatibility.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendaviss
3
  Tags: woocommerce, google analytics
4
  Requires at least: 3.9
5
  Tested up to: 5.9
6
- Stable tag: 1.5.9
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -60,6 +60,9 @@ Exact wording depends on the national data privacy laws and should be adjusted.
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.5.9 - 2022-05-10 =
64
  * Tweak - WC 6.5 compatibility.
65
  * Tweak - WordPress 6.0 compatibility.
3
  Tags: woocommerce, google analytics
4
  Requires at least: 3.9
5
  Tested up to: 5.9
6
+ Stable tag: 1.5.10
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.5.10 - 2022-06-07 =
64
+ * Tweak - WC 6.6 compatibility.
65
+
66
  = 1.5.9 - 2022-05-10 =
67
  * Tweak - WC 6.5 compatibility.
68
  * Tweak - WordPress 6.0 compatibility.
woocommerce-google-analytics-integration.php CHANGED
@@ -5,9 +5,9 @@
5
  * Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
6
  * Author: WooCommerce
7
  * Author URI: https://woocommerce.com
8
- * Version: 1.5.9
9
  * WC requires at least: 3.2
10
- * WC tested up to: 6.5
11
  * Tested up to: 6.0
12
  * License: GPLv2 or later
13
  * Text Domain: woocommerce-google-analytics-integration
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
20
 
21
  if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
22
 
23
- define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.9' ); // WRCS: DEFINED_VERSION.
24
 
25
  // Maybe show the GA Pro notice on plugin activation.
26
  register_activation_hook(
5
  * Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
6
  * Author: WooCommerce
7
  * Author URI: https://woocommerce.com
8
+ * Version: 1.5.10
9
  * WC requires at least: 3.2
10
+ * WC tested up to: 6.6
11
  * Tested up to: 6.0
12
  * License: GPLv2 or later
13
  * Text Domain: woocommerce-google-analytics-integration
20
 
21
  if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
22
 
23
+ define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.10' ); // WRCS: DEFINED_VERSION.
24
 
25
  // Maybe show the GA Pro notice on plugin activation.
26
  register_activation_hook(