Product Feed PRO for WooCommerce - Version 8.0.2

Version Description

Solved a PHP warning issue that showed on the settings page

Download this release

Release Info

Developer jorisverwater
Plugin Icon 128x128 Product Feed PRO for WooCommerce
Version 8.0.2
Comparing to
See all releases

Code changes from version 8.0.1 to 8.0.2

pages/admin/woosea-manage-settings.php CHANGED
@@ -3,9 +3,14 @@ $domain = $_SERVER['HTTP_HOST'];
3
  $plugin_settings = get_option( 'plugin_settings' );
4
  $license_information = get_option( 'license_information' );
5
  $host = $_SERVER['HTTP_HOST'];
 
 
 
 
 
6
 
7
  $elite_disable = "enabled";
8
- if(($license_information['license_valid'] == "false") OR (!array_key_exists('license_valid',$license_information))){
9
  $elite_disable = "disabled";
10
  }
11
 
3
  $plugin_settings = get_option( 'plugin_settings' );
4
  $license_information = get_option( 'license_information' );
5
  $host = $_SERVER['HTTP_HOST'];
6
+ $directory_perm_xml = "";
7
+ $directory_perm_csv = "";
8
+ $directory_perm_txt = "";
9
+ $directory_perm_tsv = "";
10
+ $directory_perm_logs = "";
11
 
12
  $elite_disable = "enabled";
13
+ if(($license_information['license_valid'] == "false") OR (!is_array($license_information))){
14
  $elite_disable = "disabled";
15
  }
16
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
5
  Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
6
  Requires at least: 4.5
7
  Tested up to: 5.4
8
- Stable tag: 8.0.1
9
 
10
  == Description ==
11
 
@@ -67,7 +67,7 @@ Our plugin supports the WooCommerce Shipping Table Rate plugin created by Bolder
67
  = Product variations / Variables =
68
  This plugin supports product variables so all your variations make it to product feeds as individual products too.
69
 
70
- = Facebook Pixel =
71
  This plugin adds the Facebook pixel code on your websites and makes sure it matches the content of your Facebook catalogue product feed
72
  Our plugin add's the following Facebook pixel events:
73
  * on your product pages, both for simple, variable and variations pages
@@ -138,6 +138,7 @@ Some of the above mentioned feature can only be used by users who upgraded to th
138
  * Addition of the extra fields on your product edit pages
139
  * Data manipulation feature
140
  * WooCommerce structured data bug fix
 
141
 
142
  === Channels ===
143
  * Custom feeds
@@ -312,6 +313,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
312
 
313
  === Changelog ===
314
 
 
 
 
315
  = 8.0.1 (2020-04-21) =
316
  * Removed some more obsolote license JS code
317
 
@@ -2552,8 +2556,11 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
2552
 
2553
  == Upgrade Notice ==
2554
 
 
 
 
2555
  = 8.0.1 =
2556
- * Removed some more obsolote license JS code
2557
 
2558
  = 8.0.0 =
2559
  Removed the phone home license check feature
5
  Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
6
  Requires at least: 4.5
7
  Tested up to: 5.4
8
+ Stable tag: 8.0.2
9
 
10
  == Description ==
11
 
67
  = Product variations / Variables =
68
  This plugin supports product variables so all your variations make it to product feeds as individual products too.
69
 
70
+ = Facebook Pixel (Elite version) =
71
  This plugin adds the Facebook pixel code on your websites and makes sure it matches the content of your Facebook catalogue product feed
72
  Our plugin add's the following Facebook pixel events:
73
  * on your product pages, both for simple, variable and variations pages
138
  * Addition of the extra fields on your product edit pages
139
  * Data manipulation feature
140
  * WooCommerce structured data bug fix
141
+ * Facebook pixel
142
 
143
  === Channels ===
144
  * Custom feeds
313
 
314
  === Changelog ===
315
 
316
+ = 8.0.2 (2020-04-21) =
317
+ * Solved a PHP warning issue that showed on the settings page (undefined variables)
318
+
319
  = 8.0.1 (2020-04-21) =
320
  * Removed some more obsolote license JS code
321
 
2556
 
2557
  == Upgrade Notice ==
2558
 
2559
+ = 8.0.2 =
2560
+ Solved a PHP warning issue that showed on the settings page
2561
+
2562
  = 8.0.1 =
2563
+ Removed some more obsolote license JS code
2564
 
2565
  = 8.0.0 =
2566
  Removed the phone home license check feature
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 8.0.1
5
  * Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
6
  * Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
7
  * Author: AdTribes.io
@@ -48,7 +48,7 @@ if (!defined('ABSPATH')) {
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
- define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.0.1' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54
 
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
+ * Version: 8.0.2
5
  * Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
6
  * Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
7
  * Author: AdTribes.io
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
+ define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.0.2' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54