Version Description
Download this release
Release Info
Developer | PixelYourSite |
Plugin | PixelYourSite – Facebook Pixel (Events, WooCommerce & Easy Digital Downloads) |
Version | 8.2.11 |
Comparing to | |
See all releases |
Code changes from version 8.2.10 to 8.2.11
- dist/scripts/public.js +1 -1
- facebook-pixel-master.php +1 -1
- pixelyoursite.php +1 -1
- readme.txt +6 -1
dist/scripts/public.js
CHANGED
@@ -1398,7 +1398,7 @@ if (!Array.prototype.includes) {
|
|
1398 |
if(options.trackTrafficSource) {
|
1399 |
params['traffic_source'] = param.traffic_source
|
1400 |
}
|
1401 |
-
var formClass = (typeof param.form_class != 'undefined') ? 'class: ' +
|
1402 |
if(formClass != "") {
|
1403 |
params["event_label"] = formClass;
|
1404 |
}
|
1398 |
if(options.trackTrafficSource) {
|
1399 |
params['traffic_source'] = param.traffic_source
|
1400 |
}
|
1401 |
+
var formClass = (typeof param.form_class != 'undefined') ? 'class: ' + param.form_class : '';
|
1402 |
if(formClass != "") {
|
1403 |
params["event_label"] = formClass;
|
1404 |
}
|
facebook-pixel-master.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: PixelYourSite
|
5 |
* Plugin URI: http://www.pixelyoursite.com/
|
6 |
* Description: No coding <strong>Facebook Pixel, Facebook Converion API,</strong> and <strong>Google Analytics</strong> install. Track key actions with our Signal event, or configure your own events. WooCommerce and EDD fully supported, with Facebook Dynamic Ads Pixel set-up and Google Analytics Enhanced Ecommerce. Insert any custom script with our Head & Footer option. Add the <strong>Pinterest Tag</strong> with our paid add-on. The PRO version adds support for the Google Ads tag plus a lot of extra stuff. Full support for <strong>ConsentMagic.com</strong>.
|
7 |
-
* Version: 8.2.
|
8 |
* Author: PixelYourSite
|
9 |
* Author URI: http://www.pixelyoursite.com
|
10 |
* License: GPLv3
|
4 |
* Plugin Name: PixelYourSite
|
5 |
* Plugin URI: http://www.pixelyoursite.com/
|
6 |
* Description: No coding <strong>Facebook Pixel, Facebook Converion API,</strong> and <strong>Google Analytics</strong> install. Track key actions with our Signal event, or configure your own events. WooCommerce and EDD fully supported, with Facebook Dynamic Ads Pixel set-up and Google Analytics Enhanced Ecommerce. Insert any custom script with our Head & Footer option. Add the <strong>Pinterest Tag</strong> with our paid add-on. The PRO version adds support for the Google Ads tag plus a lot of extra stuff. Full support for <strong>ConsentMagic.com</strong>.
|
7 |
+
* Version: 8.2.11
|
8 |
* Author: PixelYourSite
|
9 |
* Author URI: http://www.pixelyoursite.com
|
10 |
* License: GPLv3
|
pixelyoursite.php
CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
-
define( 'PYS_FREE_VERSION', '8.2.
|
8 |
define( 'PYS_FREE_PINTEREST_MIN_VERSION', '3.0.0' );
|
9 |
define( 'PYS_FREE_BING_MIN_VERSION', '2.0.0' );
|
10 |
define( 'PYS_FREE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
+
define( 'PYS_FREE_VERSION', '8.2.11' );
|
8 |
define( 'PYS_FREE_PINTEREST_MIN_VERSION', '3.0.0' );
|
9 |
define( 'PYS_FREE_BING_MIN_VERSION', '2.0.0' );
|
10 |
define( 'PYS_FREE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: Facebook Pixel, Facebook Conversion API, CAPI, Facebook Pixel Events, Face
|
|
4 |
Requires at least: 3.0.1
|
5 |
Requires PHP: 5.4
|
6 |
Tested up to: 5.8
|
7 |
-
Stable tag: 8.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -457,6 +457,11 @@ NO, absolutely not! We don't track any type of data about your website. We simpl
|
|
457 |
== Changelog ==
|
458 |
|
459 |
|
|
|
|
|
|
|
|
|
|
|
460 |
= PixelYourSite 8.2.10 =
|
461 |
|
462 |
* fixing a small issue with the previous update
|
4 |
Requires at least: 3.0.1
|
5 |
Requires PHP: 5.4
|
6 |
Tested up to: 5.8
|
7 |
+
Stable tag: 8.2.11
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
457 |
== Changelog ==
|
458 |
|
459 |
|
460 |
+
= PixelYourSite 8.2.11 =
|
461 |
+
|
462 |
+
* Fixing some small bugs, please update.
|
463 |
+
|
464 |
+
|
465 |
= PixelYourSite 8.2.10 =
|
466 |
|
467 |
* fixing a small issue with the previous update
|