Product Feed PRO for WooCommerce - Version 11.9.2

Version Description

Removed some autoloading on wp_options Checked for compatibility with WooCommerce 7.0

Download this release

Release Info

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

Code changes from version 11.9.1 to 11.9.2

Files changed (3) hide show
  1. js/woosea_key.js +1 -1
  2. readme.txt +9 -1
  3. woocommerce-sea.php +7 -7
js/woosea_key.js CHANGED
@@ -26,7 +26,7 @@ jQuery(document).ready(function($) {
26
  var license_key = $('#license-key').val();
27
 
28
  jQuery.ajax({
29
- url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=11.9.1',
30
  jsonp: 'callback',
31
  dataType: 'jsonp',
32
  type: 'GET',
26
  var license_key = $('#license-key').val();
27
 
28
  jQuery.ajax({
29
+ url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=11.9.2',
30
  jsonp: 'callback',
31
  dataType: 'jsonp',
32
  type: 'GET',
readme.txt CHANGED
@@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
5
  Tags: Google Shopping Feed, Facebook feed, Facebook catalog feed, WooCommerce Product Feed, Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Pixels, Conversion API
6
  Requires at least: 4.5
7
  Tested up to: 6.0
8
- Stable tag: 11.9.1
9
 
10
  == Description ==
11
 
@@ -340,6 +340,10 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
340
 
341
  === Changelog ===
342
 
 
 
 
 
343
  = 11.9.1 (2022-10-14) =
344
  * Fixed an issue with shipping costs formula calculations
345
 
@@ -3802,6 +3806,10 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3802
 
3803
  == Upgrade Notice ==
3804
 
 
 
 
 
3805
  = 11.9.1 =
3806
  Fixed an issue with shipping costs formula calculations
3807
 
5
  Tags: Google Shopping Feed, Facebook feed, Facebook catalog feed, WooCommerce Product Feed, Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Pixels, Conversion API
6
  Requires at least: 4.5
7
  Tested up to: 6.0
8
+ Stable tag: 11.9.2
9
 
10
  == Description ==
11
 
340
 
341
  === Changelog ===
342
 
343
+ = 11.9.2 (2022-10-14) =
344
+ * Removed some autoloading on wp_options
345
+ * Checked for compatibility with WooCommerce 7.0
346
+
347
  = 11.9.1 (2022-10-14) =
348
  * Fixed an issue with shipping costs formula calculations
349
 
3806
 
3807
  == Upgrade Notice ==
3808
 
3809
+ = 11.9.2 =
3810
+ Removed some autoloading on wp_options
3811
+ Checked for compatibility with WooCommerce 7.0
3812
+
3813
  = 11.9.1 =
3814
  Fixed an issue with shipping costs formula calculations
3815
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.9.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, Catalog managers, Remarketing, Bing, Skroutz, 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', '11.9.1' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54
 
@@ -2219,7 +2219,7 @@ function woosea_add_attributes() {
2219
  $extra_attributes = array(
2220
  $attribute_value => $attribute_name
2221
  );
2222
- update_option ( 'woosea_extra_attributes', $extra_attributes, 'yes');
2223
  }
2224
  } else {
2225
  $extra_attributes = get_option( 'woosea_extra_attributes' );
@@ -2229,13 +2229,13 @@ function woosea_add_attributes() {
2229
  $attribute_value => $attribute_name
2230
  );
2231
  $extra_attributes = array_merge ($extra_attributes, $add_attribute);
2232
- update_option ( 'woosea_extra_attributes', $extra_attributes, 'yes');
2233
  }
2234
  } else {
2235
  if($active == "false"){
2236
  // remove from extra attributes array
2237
  $extra_attributes = array_diff($extra_attributes, array($attribute_value => $attribute_name));
2238
- update_option ( 'woosea_extra_attributes', $extra_attributes, 'yes');
2239
  }
2240
  }
2241
  }
@@ -4684,12 +4684,12 @@ function woosea_on_product_save( $product_id ) {
4684
  $diff['product_id'] = $product_id;
4685
  } else {
4686
  // Enable the product changed flag
4687
- update_option('woosea_allow_update', 'yes');
4688
  }
4689
  delete_option('product_changes');
4690
  } else {
4691
  // Enable the product changed flag
4692
- update_option('woosea_allow_update', 'yes');
4693
  }
4694
  }
4695
  }
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
+ * Version: 11.9.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, Catalog managers, Remarketing, Bing, Skroutz, 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', '11.9.2' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54
 
2219
  $extra_attributes = array(
2220
  $attribute_value => $attribute_name
2221
  );
2222
+ update_option ( 'woosea_extra_attributes', $extra_attributes, 'no');
2223
  }
2224
  } else {
2225
  $extra_attributes = get_option( 'woosea_extra_attributes' );
2229
  $attribute_value => $attribute_name
2230
  );
2231
  $extra_attributes = array_merge ($extra_attributes, $add_attribute);
2232
+ update_option ( 'woosea_extra_attributes', $extra_attributes, 'no');
2233
  }
2234
  } else {
2235
  if($active == "false"){
2236
  // remove from extra attributes array
2237
  $extra_attributes = array_diff($extra_attributes, array($attribute_value => $attribute_name));
2238
+ update_option ( 'woosea_extra_attributes', $extra_attributes, 'no');
2239
  }
2240
  }
2241
  }
4684
  $diff['product_id'] = $product_id;
4685
  } else {
4686
  // Enable the product changed flag
4687
+ update_option('woosea_allow_update', 'no');
4688
  }
4689
  delete_option('product_changes');
4690
  } else {
4691
  // Enable the product changed flag
4692
+ update_option('woosea_allow_update', 'no');
4693
  }
4694
  }
4695
  }