Version Description
- 2020-01-13 =
- Tweak - WC 3.9 compatibility.
Download this release
Release Info
Developer | harriswong |
Plugin | WooCommerce Google Analytics Integration |
Version | 1.4.16 |
Comparing to | |
See all releases |
Code changes from version 1.4.15 to 1.4.16
- changelog.txt +4 -1
- readme.txt +5 -2
- woocommerce-google-analytics-integration.php +3 -2
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
*** Changelog ***
|
2 |
|
|
|
|
|
|
|
3 |
= 1.4.15 - 2019-11-04 =
|
4 |
* Tweak - WC 3.8 compatibility.
|
5 |
|
@@ -18,7 +21,7 @@
|
|
18 |
|
19 |
= 1.4.10 - 2019-07-10 =
|
20 |
* Fix - Ensure universal analytics pageview doesn’t occur if standard tracking is disabled.
|
21 |
-
|
22 |
= 1.4.9 - 2019-04-16 =
|
23 |
* Tweak - WC 3.6 compatibility.
|
24 |
|
1 |
*** Changelog ***
|
2 |
|
3 |
+
= 1.4.16 - 2020-01-13 =
|
4 |
+
* Tweak - WC 3.9 compatibility.
|
5 |
+
|
6 |
= 1.4.15 - 2019-11-04 =
|
7 |
* Tweak - WC 3.8 compatibility.
|
8 |
|
21 |
|
22 |
= 1.4.10 - 2019-07-10 =
|
23 |
* Fix - Ensure universal analytics pageview doesn’t occur if standard tracking is disabled.
|
24 |
+
|
25 |
= 1.4.9 - 2019-04-16 =
|
26 |
* Tweak - WC 3.6 compatibility.
|
27 |
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== WooCommerce Google Analytics Integration ===
|
2 |
Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-shultz
|
3 |
Tags: woocommerce, google analytics
|
4 |
-
Requires at least: 3.
|
5 |
Tested up to: 5.3
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -68,6 +68,9 @@ Exact wording depends on the national data privacy laws and should be adjusted.
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
71 |
= 1.4.15 - 2019-11-04 =
|
72 |
* Tweak - WC 3.8 compatibility.
|
73 |
|
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.3
|
6 |
+
Stable tag: 1.4.16
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 1.4.16 - 2020-01-13 =
|
72 |
+
* Tweak - WC 3.9 compatibility.
|
73 |
+
|
74 |
= 1.4.15 - 2019-11-04 =
|
75 |
* Tweak - WC 3.8 compatibility.
|
76 |
|
woocommerce-google-analytics-integration.php
CHANGED
@@ -5,9 +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.4.
|
9 |
* WC requires at least: 2.1
|
10 |
-
* WC tested up to: 3.
|
|
|
11 |
* License: GPLv2 or later
|
12 |
* Text Domain: woocommerce-google-analytics-integration
|
13 |
* Domain Path: languages/
|
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.16
|
9 |
* WC requires at least: 2.1
|
10 |
+
* WC tested up to: 3.9
|
11 |
+
* Tested up to: 5.3
|
12 |
* License: GPLv2 or later
|
13 |
* Text Domain: woocommerce-google-analytics-integration
|
14 |
* Domain Path: languages/
|