Version Description
- 20/12/2017 =
- Quick Fixes for Product Page &
- Minor Bug Fixes
Download this release
Release Info
Developer | Tatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 1.2.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.1.1
includes/aga_premium.gif
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -7,8 +7,8 @@ Author URI: http://www.tatvic.com/
|
|
7 |
Author: Tatvic
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.9
|
10 |
-
Stable tag: 1.2.1
|
11 |
-
Version: 1.2.1
|
12 |
License: GPLv3
|
13 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
14 |
|
@@ -248,6 +248,10 @@ Important Note: When you update the plugin, please save your settings again.
|
|
248 |
= 1.2.0.1 - 06/11/2017 =
|
249 |
* Quick Bug Fixes.
|
250 |
|
251 |
-
|
252 |
* Improvisation for Product Page
|
|
|
|
|
|
|
|
|
253 |
* Minor Bug Fixes
|
7 |
Author: Tatvic
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.9
|
10 |
+
Stable tag: 1.2.1.1
|
11 |
+
Version: 1.2.1.1
|
12 |
License: GPLv3
|
13 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
14 |
|
248 |
= 1.2.0.1 - 06/11/2017 =
|
249 |
* Quick Bug Fixes.
|
250 |
|
251 |
+
= 1.2.1 - 12/12/2017 =
|
252 |
* Improvisation for Product Page
|
253 |
+
* Minor Bug Fixes
|
254 |
+
|
255 |
+
= 1.2.1.1 - 20/12/2017 =
|
256 |
+
* Quick Fixes for Product Page &
|
257 |
* Minor Bug Fixes
|
woocommerce-enhanced-ecommerce-google-analytics-integration.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
|
22 |
Author: Tatvic
|
23 |
Author URI: http://www.tatvic.com
|
24 |
-
Version: 1.2.1
|
25 |
*/
|
26 |
if (!defined('ABSPATH')) {
|
27 |
exit; // Exit if accessed directly
|
21 |
Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
|
22 |
Author: Tatvic
|
23 |
Author URI: http://www.tatvic.com
|
24 |
+
Version: 1.2.1.1
|
25 |
*/
|
26 |
if (!defined('ABSPATH')) {
|
27 |
exit; // Exit if accessed directly
|