Product Feed PRO for WooCommerce - Version 11.5.6

Version Description

Fixed an issue with the Skroutz template, adding comma's inbetween size values

Download this release

Release Info

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

Code changes from version 11.5.5 to 11.5.6

classes/channels/class-facebook_drm.php CHANGED
@@ -1493,6 +1493,11 @@ class WooSEA_facebook_drm {
1493
  "feed_name" => "g:visibility",
1494
  "format" => "optional",
1495
  ),
 
 
 
 
 
1496
  "mobile_link" => array(
1497
  "name" => "mobile_link",
1498
  "feed_name" => "g:mobile_link",
1493
  "feed_name" => "g:visibility",
1494
  "format" => "optional",
1495
  ),
1496
+ "status" => array(
1497
+ "name" => "status",
1498
+ "feed_name" => "g:status",
1499
+ "format" => "optional",
1500
+ ),
1501
  "mobile_link" => array(
1502
  "name" => "mobile_link",
1503
  "feed_name" => "g:mobile_link",
classes/class-get-products.php CHANGED
@@ -4391,13 +4391,12 @@ class WooSEA_Get_Products {
4391
  $size_variation_new = $size_variation.",";
4392
  if ($sz_attribute) {
4393
  $product_data[$sz_attribute] = str_replace($size_variation,$size_variation_new,$product_data[$sz_attribute]);
 
4394
  $product_data[$sz_attribute] = trim($product_data[$sz_attribute], ",");
4395
  $product_data['availability'] = "in stock";
4396
  }
4397
  }
4398
-
4399
  }
4400
-
4401
  }
4402
  }
4403
  }
4391
  $size_variation_new = $size_variation.",";
4392
  if ($sz_attribute) {
4393
  $product_data[$sz_attribute] = str_replace($size_variation,$size_variation_new,$product_data[$sz_attribute]);
4394
+ $product_data[$sz_attribute] = str_replace(' ',',',$product_data[$sz_attribute]);
4395
  $product_data[$sz_attribute] = trim($product_data[$sz_attribute], ",");
4396
  $product_data['availability'] = "in stock";
4397
  }
4398
  }
 
4399
  }
 
4400
  }
4401
  }
4402
  }
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.5.5',
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.5.6',
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: 5.9
8
- Stable tag: 11.5.5
9
 
10
  == Description ==
11
 
@@ -345,6 +345,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
345
 
346
  === Changelog ===
347
 
 
 
 
348
  = 11.5.5 (2022-05-05) =
349
  * Fixed a PHP notice introduced in the previous release
350
 
@@ -3698,6 +3701,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3698
 
3699
  == Upgrade Notice ==
3700
 
 
 
 
3701
  = 11.5.5 =
3702
  Fixed a PHP notice introduced in the previous release
3703
 
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: 5.9
8
+ Stable tag: 11.5.6
9
 
10
  == Description ==
11
 
345
 
346
  === Changelog ===
347
 
348
+ = 11.5.6 (2022-05-10) =
349
+ * Fixed an issue with the Skroutz template, adding comma's inbetween size values
350
+
351
  = 11.5.5 (2022-05-05) =
352
  * Fixed a PHP notice introduced in the previous release
353
 
3701
 
3702
  == Upgrade Notice ==
3703
 
3704
+ = 11.5.6 =
3705
+ Fixed an issue with the Skroutz template, adding comma's inbetween size values
3706
+
3707
  = 11.5.5 =
3708
  Fixed a PHP notice introduced in the previous release
3709
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.5.5
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.5.5' );
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: 11.5.6
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.5.6' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54