Version Description
Download this release
Release Info
Developer | PixelYourSite |
Plugin | PixelYourSite – Facebook Pixel (Events, WooCommerce & Easy Digital Downloads) |
Version | 1.03 |
Comparing to | |
See all releases |
Code changes from version 1.02 to 1.03
- facebook-pixel-master.php +1 -1
- inc/helper-functions.php +6 -2
- readme.txt +9 -5
facebook-pixel-master.php
CHANGED
@@ -5,7 +5,7 @@ Description: Add the Facebook Pixel code into your Wordpress site and set up sta
|
|
5 |
Plugin URI: http://www.pixelyoursite.com/free
|
6 |
Author: PixelYourSite
|
7 |
Author URI: http://www.pixelyoursite.com
|
8 |
-
Version: 1.
|
9 |
License: GPLv3
|
10 |
*/
|
11 |
|
5 |
Plugin URI: http://www.pixelyoursite.com/free
|
6 |
Author: PixelYourSite
|
7 |
Author URI: http://www.pixelyoursite.com
|
8 |
+
Version: 1.03
|
9 |
License: GPLv3
|
10 |
*/
|
11 |
|
inc/helper-functions.php
CHANGED
@@ -546,6 +546,10 @@ jQuery(function($){
|
|
546 |
|
547 |
//Run AddToCart Event when product are added using ajax
|
548 |
jQuery(document).on( 'click', '.add_to_cart_button', function(e) {
|
|
|
|
|
|
|
|
|
549 |
|
550 |
e.preventDefault();
|
551 |
|
@@ -576,7 +580,7 @@ jQuery(document).on( 'click', '.add_to_cart_button', function(e) {
|
|
576 |
}
|
577 |
|
578 |
}
|
579 |
-
|
580 |
|
581 |
});
|
582 |
|
@@ -898,4 +902,4 @@ function woofp_is_woocommerce(){
|
|
898 |
return true;
|
899 |
}
|
900 |
|
901 |
-
}
|
546 |
|
547 |
//Run AddToCart Event when product are added using ajax
|
548 |
jQuery(document).on( 'click', '.add_to_cart_button', function(e) {
|
549 |
+
|
550 |
+
if ( jQuery(this).attr('class').indexOf( 'product_type_variable' ) > 1 ) {
|
551 |
+
return true;
|
552 |
+
}
|
553 |
|
554 |
e.preventDefault();
|
555 |
|
580 |
}
|
581 |
|
582 |
}
|
583 |
+
|
584 |
|
585 |
});
|
586 |
|
902 |
return true;
|
903 |
}
|
904 |
|
905 |
+
}
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== PixelYourSite: Insert Facebook Pixel and track Standard Events ===
|
2 |
Contributors: PixelYourSite
|
3 |
-
Tags: Facebook, Facebook
|
4 |
Requires at least: 3.0.1
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -91,6 +91,10 @@ PixelYourSite 1.02
|
|
91 |
- Fixed currency symbol error
|
92 |
- Added super special offer for the PRO version
|
93 |
|
|
|
|
|
|
|
|
|
|
|
94 |
== Upgrade Notice ==
|
95 |
-
|
96 |
-
Find out about the Super Special Offer for the PRO version of the plugin that will expire on December 16. Get your secret offer link and don't lose this deal.
|
1 |
=== PixelYourSite: Insert Facebook Pixel and track Standard Events ===
|
2 |
Contributors: PixelYourSite
|
3 |
+
Tags: Facebook Pixel, Facebook, Facebook Conversion Pixel, Facebook Pixel Events, tracking, standard events, Facebook Events, Facebook Standard Events, New Facebook Pixel, Facebook Dynamic Ads, WooCommerce, Facebook Custom Events, Custom Events, conversion pixel, track conversion, Facebook pixel WooCommerce, Facebook Ads, Facebook Campaign, Facebook Ads Campaign, Facebook Conversion Value
|
4 |
Requires at least: 3.0.1
|
5 |
+
Tested up to: 4.4
|
6 |
+
Stable tag: 1.03
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
91 |
- Fixed currency symbol error
|
92 |
- Added super special offer for the PRO version
|
93 |
|
94 |
+
PixelYourSite 1.03
|
95 |
+
|
96 |
+
- Fixed "Select options" error for variable products on categories pages
|
97 |
+
|
98 |
+
|
99 |
== Upgrade Notice ==
|
100 |
+
Important update: Error fix for "Select options" variable product button on category pages. Please update now!
|
|