Product Feed PRO for WooCommerce - Version 12.0.4

Version Description

Solved an undefined variable PHP warning for the sz_attribute variable

Download this release

Release Info

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

Code changes from version 12.0.3 to 12.0.4

classes/class-get-products.php CHANGED
@@ -4577,11 +4577,13 @@ class WooSEA_Get_Products {
4577
  $new_size .= " ".$siz.",";
4578
  }
4579
 
4580
- $product_data[$sz_attribute] = $new_size;
4581
- $product_data[$sz_attribute] = str_replace(", , ",",",$product_data[$sz_attribute]);
4582
- $product_data[$sz_attribute] = rtrim($product_data[$sz_attribute], " ");
4583
- $product_data[$sz_attribute] = rtrim($product_data[$sz_attribute], ",");
4584
- $product_data[$sz_attribute] = ltrim($product_data[$sz_attribute], ",");
 
 
4585
 
4586
  foreach($variations_id as $var_id){
4587
  if(isset($sz_attribute)){
4577
  $new_size .= " ".$siz.",";
4578
  }
4579
 
4580
+ if(isset($sz_attribute)){
4581
+ $product_data[$sz_attribute] = $new_size;
4582
+ $product_data[$sz_attribute] = str_replace(", , ",",",$product_data[$sz_attribute]);
4583
+ $product_data[$sz_attribute] = rtrim($product_data[$sz_attribute], " ");
4584
+ $product_data[$sz_attribute] = rtrim($product_data[$sz_attribute], ",");
4585
+ $product_data[$sz_attribute] = ltrim($product_data[$sz_attribute], ",");
4586
+ }
4587
 
4588
  foreach($variations_id as $var_id){
4589
  if(isset($sz_attribute)){
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=12.0.3',
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=12.0.4',
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.1
8
- Stable tag: 12.0.3
9
 
10
  == Description ==
11
 
@@ -340,8 +340,11 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
340
 
341
  === Changelog ===
342
 
 
 
 
343
  = 12.0.3 (2022-11-23) =
344
- Solved a PHP Fatal error when trying to retrieve the woosea_condition string
345
 
346
  = 12.0.2 (2022-11-21) =
347
  * Added the sale_price_effective_date field to the Google DRM feed template
@@ -3843,6 +3846,9 @@ Solved a PHP Fatal error when trying to retrieve the woosea_condition string
3843
 
3844
  == Upgrade Notice ==
3845
 
 
 
 
3846
  = 12.0.3 =
3847
  Solved a PHP Fatal error when trying to retrieve the woosea_condition string
3848
 
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.1
8
+ Stable tag: 12.0.4
9
 
10
  == Description ==
11
 
340
 
341
  === Changelog ===
342
 
343
+ = 12.0.4 (2022-12-02) =
344
+ * Solved an undefined variable PHP warning for the sz_attribute variable
345
+
346
  = 12.0.3 (2022-11-23) =
347
+ * Solved a PHP Fatal error when trying to retrieve the woosea_condition string
348
 
349
  = 12.0.2 (2022-11-21) =
350
  * Added the sale_price_effective_date field to the Google DRM feed template
3846
 
3847
  == Upgrade Notice ==
3848
 
3849
+ = 12.0.4 =
3850
+ Solved an undefined variable PHP warning for the sz_attribute variable
3851
+
3852
  = 12.0.3 =
3853
  Solved a PHP Fatal error when trying to retrieve the woosea_condition string
3854
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 12.0.3
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', '12.0.3' );
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: 12.0.4
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', '12.0.4' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54