Version Description
Download this release
Release Info
Developer | PixelYourSite |
Plugin | PixelYourSite – Facebook Pixel (Events, WooCommerce & Easy Digital Downloads) |
Version | 9.1.1 |
Comparing to | |
See all releases |
Code changes from version 9.1.0 to 9.1.1
- facebook-pixel-master.php +1 -1
- includes/functions-migrate.php +1 -1
- pixelyoursite.php +1 -1
- readme.txt +6 -1
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>Meta Pixel (formerly Facebook Pixel), Facebook Converion API,</strong> and <strong>Google Analytics</strong> install. Track key actions with our Automated Events, 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: 9.1.
|
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>Meta Pixel (formerly Facebook Pixel), Facebook Converion API,</strong> and <strong>Google Analytics</strong> install. Track key actions with our Automated Events, 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: 9.1.1
|
8 |
* Author: PixelYourSite
|
9 |
* Author URI: http://www.pixelyoursite.com
|
10 |
* License: GPLv3
|
includes/functions-migrate.php
CHANGED
@@ -21,7 +21,7 @@ function maybeMigrate() {
|
|
21 |
if ($pys_free_7_version && version_compare($pys_free_7_version, '9.0.0', '<') ) {
|
22 |
migrate_9_0_0();
|
23 |
|
24 |
-
update_option( 'pys_core_version',
|
25 |
update_option( 'pys_updated_at', time() );
|
26 |
} elseif ($pys_free_7_version && version_compare($pys_free_7_version, '7.1.0', '<')) {
|
27 |
|
21 |
if ($pys_free_7_version && version_compare($pys_free_7_version, '9.0.0', '<') ) {
|
22 |
migrate_9_0_0();
|
23 |
|
24 |
+
update_option( 'pys_core_version', PYS_FREE_VERSION );
|
25 |
update_option( 'pys_updated_at', time() );
|
26 |
} elseif ($pys_free_7_version && version_compare($pys_free_7_version, '7.1.0', '<')) {
|
27 |
|
pixelyoursite.php
CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
-
define( 'PYS_FREE_VERSION', '9.1.
|
8 |
define( 'PYS_FREE_PINTEREST_MIN_VERSION', '3.2.5' );
|
9 |
define( 'PYS_FREE_BING_MIN_VERSION', '2.2.2' );
|
10 |
define( 'PYS_FREE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
4 |
exit; // Exit if accessed directly.
|
5 |
}
|
6 |
|
7 |
+
define( 'PYS_FREE_VERSION', '9.1.1' );
|
8 |
define( 'PYS_FREE_PINTEREST_MIN_VERSION', '3.2.5' );
|
9 |
define( 'PYS_FREE_BING_MIN_VERSION', '2.2.2' );
|
10 |
define( 'PYS_FREE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: Meta Pixel, Facebook Pixel, Facebook Conversion API, CAPI, Facebook Pixel
|
|
4 |
Requires at least: 3.0.1
|
5 |
Requires PHP: 5.4
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 9.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -464,6 +464,11 @@ NO, absolutely not! We don't track any type of data about your website. We simpl
|
|
464 |
== Changelog ==
|
465 |
|
466 |
|
|
|
|
|
|
|
|
|
|
|
467 |
= PixelYourSite 9.1.0 =
|
468 |
|
469 |
* Automated events are turned ON by default.
|
4 |
Requires at least: 3.0.1
|
5 |
Requires PHP: 5.4
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 9.1.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
464 |
== Changelog ==
|
465 |
|
466 |
|
467 |
+
= PixelYourSite 9.1.1 =
|
468 |
+
|
469 |
+
* Fix for potential warning or fatal error related to pixelyoursite/includes/functions-migrate.php on line 24
|
470 |
+
|
471 |
+
|
472 |
= PixelYourSite 9.1.0 =
|
473 |
|
474 |
* Automated events are turned ON by default.
|