WooCommerce Google Analytics Integration - Version 1.4.7

Version Description

  • 11/19/2018 =
  • Tweak - WP 5.0 compatibility.
Download this release

Release Info

Developer bor0
Plugin Icon 128x128 WooCommerce Google Analytics Integration
Version 1.4.7
Comparing to
See all releases

Code changes from version 1.4.6 to 1.4.7

readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-shultz
3
  Tags: woocommerce, google analytics
4
  Requires at least: 3.8
5
- Tested up to: 4.9
6
- Stable tag: 1.4.6
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -67,6 +67,10 @@ Exact wording depends on the national data privacy laws and should be adjusted.
67
  1. Google Analytics Integration Settings.
68
 
69
  == Changelog ==
 
 
 
 
70
  = 1.4.6 - 06/11/2018 =
71
  * Fix - Check for active WooCommerce plugin.
72
 
2
  Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-shultz
3
  Tags: woocommerce, google analytics
4
  Requires at least: 3.8
5
+ Tested up to: 5.0
6
+ Stable tag: 1.4.7
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
67
  1. Google Analytics Integration Settings.
68
 
69
  == Changelog ==
70
+
71
+ = 1.4.7 - 11/19/2018 =
72
+ * Tweak - WP 5.0 compatibility.
73
+
74
  = 1.4.6 - 06/11/2018 =
75
  * Fix - Check for active WooCommerce plugin.
76
 
woocommerce-google-analytics-integration.php CHANGED
@@ -5,7 +5,7 @@
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.4.6
9
  * WC requires at least: 2.1
10
  * WC tested up to: 3.5
11
  * License: GPLv2 or later
@@ -29,7 +29,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
29
  *
30
  * @var string
31
  */
32
- const VERSION = '1.4.6';
33
 
34
  /**
35
  * Instance of this class.
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.4.7
9
  * WC requires at least: 2.1
10
  * WC tested up to: 3.5
11
  * License: GPLv2 or later
29
  *
30
  * @var string
31
  */
32
+ const VERSION = '1.4.7';
33
 
34
  /**
35
  * Instance of this class.