WooCommerce Google Analytics Integration - Version 1.4.24

Version Description

  • 2020-10-12 =
  • Tweak - WC 4.5 compatibility.
Download this release

Release Info

Developer mikkamp
Plugin Icon 128x128 WooCommerce Google Analytics Integration
Version 1.4.24
Comparing to
See all releases

Code changes from version 1.4.23 to 1.4.24

changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** Changelog ***
2
 
 
 
 
3
  = 1.4.23 - 2020-08-19 =
4
  * Fix - Prevent transaction from being tracked a second time when page is reloaded locally or from cache.
5
  * Tweak - WordPress 5.5 compatibility.
1
  *** Changelog ***
2
 
3
+ = 1.4.24 - 2020-10-12 =
4
+ * Tweak - WC 4.5 compatibility.
5
+
6
  = 1.4.23 - 2020-08-19 =
7
  * Fix - Prevent transaction from being tracked a second time when page is reloaded locally or from cache.
8
  * Tweak - WordPress 5.5 compatibility.
languages/woocommerce-google-analytics-integration.pot CHANGED
@@ -2,11 +2,11 @@
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce Google Analytics Integration 1.4.23\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-google-analytics-"
8
  "integration\n"
9
- "POT-Creation-Date: 2020-08-19 20:17:02+00:00\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=utf-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -244,7 +244,7 @@ msgid "WooCommerce Google Analytics Integration"
244
  msgstr ""
245
 
246
  #. Plugin URI of the plugin/theme
247
- msgid "http://wordpress.org/plugins/woocommerce-google-analytics-integration/"
248
  msgstr ""
249
 
250
  #. Description of the plugin/theme
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce Google Analytics Integration 1.4.24\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-google-analytics-"
8
  "integration\n"
9
+ "POT-Creation-Date: 2020-10-12 08:58:52+00:00\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=utf-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
244
  msgstr ""
245
 
246
  #. Plugin URI of the plugin/theme
247
+ msgid "https://wordpress.org/plugins/woocommerce-google-analytics-integration/"
248
  msgstr ""
249
 
250
  #. Description of the plugin/theme
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === WooCommerce Google Analytics Integration ===
2
- Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-shultz
3
  Tags: woocommerce, google analytics
4
  Requires at least: 3.9
5
  Tested up to: 5.5
6
- Stable tag: 1.4.23
7
  License: GPLv3
8
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
10
  Provides integration between Google Analytics and WooCommerce.
11
 
@@ -68,6 +68,9 @@ Exact wording depends on the national data privacy laws and should be adjusted.
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 1.4.23 - 2020-08-19 =
72
  * Fix - Prevent transaction from being tracked a second time when page is reloaded locally or from cache.
73
  * Tweak - WordPress 5.5 compatibility.
@@ -81,54 +84,6 @@ Exact wording depends on the national data privacy laws and should be adjusted.
81
  = 1.4.20 - 2020-03-29 =
82
  * Fix - Change wc_goole_analytics_send_pageview fiter name to wc_google_analytics_send_pageview.
83
 
84
- = 1.4.19 - 2020-03-09 =
85
- * Tweak - WordPress 5.4 compatibility.
86
-
87
- = 1.4.18 - 2020-03-04 =
88
- * Tweak - Use code sniff version.
89
- * Tweak - WC 4.0 compatibility.
90
-
91
- = 1.4.17 - 2020-01-13 =
92
- * Tweak - Update constant VERSION in plugin file
93
-
94
- = 1.4.16 - 2020-01-13 =
95
- * Tweak - WC 3.9 compatibility.
96
-
97
- = 1.4.15 - 2019-11-04 =
98
- * Tweak - WC 3.8 compatibility.
99
-
100
- = 1.4.14 - 2019-09-04 =
101
- * Fix - Google Analytics JS URL missing quotes.
102
-
103
- = 1.4.13 - 2019-09-03 =
104
- * Tweak - Make Google Analytics JS script URL filterable.
105
-
106
- = 1.4.12 - 2019-08-13 =
107
- * Tweak - WC 3.7 compatibility.
108
-
109
- = 1.4.11 - 2019-08-02 =
110
- * Add - Filter to bypass "send pageview" for users whom want to use separate standard GA. `wc_goole_analytics_send_pageview`.
111
- * Fix - Revert last release due to it causing ecommerce tracking to be disabled when standard tracking is disabled.
112
-
113
- = 1.4.10 - 2019-07-10 =
114
- * Fix - Ensure universal analytics pageview doesn’t occur if standard tracking is disabled.
115
-
116
- = 1.4.9 - 2019-04-16 =
117
- * Tweak - WC 3.6 compatibility.
118
-
119
- = 1.4.8 - 2019-03-04 =
120
- * Fix - Event for deleting from cart not sent after a cart update.
121
-
122
- = 1.4.7 - 11/19/2018 =
123
- * Tweak - WP 5.0 compatibility.
124
-
125
- = 1.4.6 - 06/11/2018 =
126
- * Fix - Check for active WooCommerce plugin.
127
-
128
- = 1.4.5 - 16/10/2018 =
129
- * Tweak - Mention Google Analytics Pro in certain cases.
130
- * Tweak - WC 3.5 compatibility.
131
-
132
  == Upgrade Notice ==
133
  = 1.4.0 =
134
  Adds support for enhanced eCommerce (tracking full store process from view to order)
1
  === WooCommerce Google Analytics Integration ===
2
+ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendavissmith001, c-shultz
3
  Tags: woocommerce, google analytics
4
  Requires at least: 3.9
5
  Tested up to: 5.5
6
+ Stable tag: 1.4.24
7
  License: GPLv3
8
+ License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
10
  Provides integration between Google Analytics and WooCommerce.
11
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.4.24 - 2020-10-12 =
72
+ * Tweak - WC 4.5 compatibility.
73
+
74
  = 1.4.23 - 2020-08-19 =
75
  * Fix - Prevent transaction from being tracked a second time when page is reloaded locally or from cache.
76
  * Tweak - WordPress 5.5 compatibility.
84
  = 1.4.20 - 2020-03-29 =
85
  * Fix - Change wc_goole_analytics_send_pageview fiter name to wc_google_analytics_send_pageview.
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  == Upgrade Notice ==
88
  = 1.4.0 =
89
  Adds support for enhanced eCommerce (tracking full store process from view to order)
woocommerce-google-analytics-integration.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Plugin Name: WooCommerce Google Analytics Integration
4
- * Plugin URI: http://wordpress.org/plugins/woocommerce-google-analytics-integration/
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.23
9
  * WC requires at least: 2.1
10
- * WC tested up to: 4.2
11
  * Tested up to: 5.5
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.4.23' ); // WRCS: DEFINED_VERSION.
24
 
25
  /**
26
  * WooCommerce Google Analytics Integration main class.
1
  <?php
2
  /**
3
  * Plugin Name: WooCommerce Google Analytics Integration
4
+ * Plugin URI: https://wordpress.org/plugins/woocommerce-google-analytics-integration/
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.24
9
  * WC requires at least: 2.1
10
+ * WC tested up to: 4.5
11
  * Tested up to: 5.5
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.4.24' ); // WRCS: DEFINED_VERSION.
24
 
25
  /**
26
  * WooCommerce Google Analytics Integration main class.