WooCommerce Google Analytics Integration - Version 1.5.9

Version Description

  • 2022-05-10 =
  • Tweak - WC 6.5 compatibility.
  • Tweak - WordPress 6.0 compatibility.
Download this release

Release Info

Developer nimakarimi
Plugin Icon 128x128 WooCommerce Google Analytics Integration
Version 1.5.9
Comparing to
See all releases

Code changes from version 1.5.8 to 1.5.9

changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  *** Changelog ***
2
 
 
 
 
 
3
  = 1.5.8 - 2022-02-02 =
4
  * Add - Support for Google Analytics cross domain tracking features.
5
 
1
  *** Changelog ***
2
 
3
+ = 1.5.9 - 2022-05-10 =
4
+ * Tweak - WC 6.5 compatibility.
5
+ * Tweak - WordPress 6.0 compatibility.
6
+
7
  = 1.5.8 - 2022-02-02 =
8
  * Add - Support for Google Analytics cross domain tracking features.
9
 
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.8
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -60,6 +60,10 @@ Exact wording depends on the national data privacy laws and should be adjusted.
60
 
61
  == Changelog ==
62
 
 
 
 
 
63
  = 1.5.8 - 2022-02-02 =
64
  * Add - Support for Google Analytics cross domain tracking features.
65
 
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
 
61
  == Changelog ==
62
 
63
+ = 1.5.9 - 2022-05-10 =
64
+ * Tweak - WC 6.5 compatibility.
65
+ * Tweak - WordPress 6.0 compatibility.
66
+
67
  = 1.5.8 - 2022-02-02 =
68
  * Add - Support for Google Analytics cross domain tracking features.
69
 
woocommerce-google-analytics-integration.php CHANGED
@@ -5,10 +5,10 @@
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.8
9
  * WC requires at least: 3.2
10
- * WC tested up to: 6.1
11
- * Tested up to: 5.9
12
  * License: GPLv2 or later
13
  * Text Domain: woocommerce-google-analytics-integration
14
  * Domain Path: languages/
@@ -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.8' ); // 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.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
14
  * Domain Path: languages/
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(