Version Description
- 26/12/2017 =
- Minor Fixes
Download this release
Release Info
Developer | Tatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 1.2.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1.1 to 1.2.1.2
includes/aga_premium.gif
DELETED
Binary file
|
includes/aga_premium.png
ADDED
Binary file
|
includes/class-wc-enhanced-ecommerce-google-analytics-integration.php
CHANGED
@@ -18,7 +18,7 @@ class WC_Enhanced_Ecommerce_Google_Analytics extends WC_Integration {
|
|
18 |
* @return void
|
19 |
*/
|
20 |
//set plugin version
|
21 |
-
public $tvc_eeVer = '1.2.1';
|
22 |
public function __construct() {
|
23 |
|
24 |
//Set Global Variables
|
@@ -157,7 +157,7 @@ class WC_Enhanced_Ecommerce_Google_Analytics extends WC_Integration {
|
|
157 |
});
|
158 |
|
159 |
//Pugin Promotion
|
160 |
-
jQuery("h1.screen-reader-text").before("<a href=https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?ref=tatvic target=_blank><img src='.plugins_url( '/aga_premium.
|
161 |
jQuery("form#mainform").after("<a href=https://www.tatvic.com/contact/?utm_source=woocommerce_ee_plugin&utm_medium=wordpress_admin&utm_campaign=plugin_promotion target=_blank><img src='.plugins_url( '/owox_banner_700_150.png' , __FILE__ ).' title=Owox Banner Ad alt=Owox Banner Ad></a>");
|
162 |
</script>';
|
163 |
}
|
18 |
* @return void
|
19 |
*/
|
20 |
//set plugin version
|
21 |
+
public $tvc_eeVer = '1.2.1.2';
|
22 |
public function __construct() {
|
23 |
|
24 |
//Set Global Variables
|
157 |
});
|
158 |
|
159 |
//Pugin Promotion
|
160 |
+
jQuery("h1.screen-reader-text").before("<a href=https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?ref=tatvic target=_blank><img src='.plugins_url( '/aga_premium.png' , __FILE__ ).' title=Actionable Google Analytics Plugin by Tatvic alt=Actionable Google Analytics Plugin by Tatvic></a>");
|
161 |
jQuery("form#mainform").after("<a href=https://www.tatvic.com/contact/?utm_source=woocommerce_ee_plugin&utm_medium=wordpress_admin&utm_campaign=plugin_promotion target=_blank><img src='.plugins_url( '/owox_banner_700_150.png' , __FILE__ ).' title=Owox Banner Ad alt=Owox Banner Ad></a>");
|
162 |
</script>';
|
163 |
}
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
Contributors: Tatvic
|
3 |
Plugin Name: Enhanced Ecommerce for Woocommerce store
|
4 |
Plugin URI: http://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
|
@@ -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 |
|
@@ -253,5 +253,8 @@ Important Note: When you update the plugin, please save your settings again.
|
|
253 |
* Minor Bug Fixes
|
254 |
|
255 |
= 1.2.1.1 - 20/12/2017 =
|
256 |
-
* Quick Fixes for Product Page &
|
257 |
-
* Minor Bug Fixes
|
|
|
|
|
|
1 |
+
=== Enhanced Ecommerce Google Analytics Plugin for WooCommerce ===
|
2 |
Contributors: Tatvic
|
3 |
Plugin Name: Enhanced Ecommerce for Woocommerce store
|
4 |
Plugin URI: http://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
|
7 |
Author: Tatvic
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.9
|
10 |
+
Stable tag: 1.2.1.2
|
11 |
+
Version: 1.2.1.2
|
12 |
License: GPLv3
|
13 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
14 |
|
253 |
* Minor Bug Fixes
|
254 |
|
255 |
= 1.2.1.1 - 20/12/2017 =
|
256 |
+
* Quick Fixes for Product Page & ATC
|
257 |
+
* Minor Bug Fixes
|
258 |
+
|
259 |
+
= 1.2.1.2 - 26/12/2017 =
|
260 |
+
* Minor 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
|
@@ -54,7 +54,7 @@ function tvc_ee_plugin_action_links($links) {
|
|
54 |
$links[] = '<a href="' . get_admin_url(null, $setting_url) . '">Settings</a>';
|
55 |
$links[] = '<a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/faq/" target="_blank">FAQ</a>';
|
56 |
$links[] = '<a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf" target="_blank">Documentation</a>';
|
57 |
-
$links[] = '<b><a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?ref=tatvic" target="_blank">Upgrade to Premium
|
58 |
return $links;
|
59 |
}
|
60 |
?>
|
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.2
|
25 |
*/
|
26 |
if (!defined('ABSPATH')) {
|
27 |
exit; // Exit if accessed directly
|
54 |
$links[] = '<a href="' . get_admin_url(null, $setting_url) . '">Settings</a>';
|
55 |
$links[] = '<a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/faq/" target="_blank">FAQ</a>';
|
56 |
$links[] = '<a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf" target="_blank">Documentation</a>';
|
57 |
+
$links[] = '<b><a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?ref=tatvic" target="_blank">Upgrade to Premium</a></b>';
|
58 |
return $links;
|
59 |
}
|
60 |
?>
|