Product Feed PRO for WooCommerce - Version 9.0.3

Version Description

Added support for adding multiple images to Australian Kogan feeds

Download this release

Release Info

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

Code changes from version 9.0.2 to 9.0.3

classes/channels/class-kogan.php CHANGED
@@ -65,7 +65,7 @@ class WooSEA_kogan {
65
  "name" => "IMAGES",
66
  "feed_name" => "IMAGES",
67
  "format" => "required",
68
- "woo_suggest" => "image",
69
  ),
70
  "product_subtitle" => array(
71
  "name" => "product_subtitle",
65
  "name" => "IMAGES",
66
  "feed_name" => "IMAGES",
67
  "format" => "required",
68
+ "woo_suggest" => "all_images_kogan",
69
  ),
70
  "product_subtitle" => array(
71
  "name" => "product_subtitle",
classes/class-attributes.php CHANGED
@@ -287,6 +287,7 @@ public function get_mapping_attributes_dropdown() {
287
  "image_10" => "Additional image 10",
288
  "all_images" => "All images (comma separated)",
289
  "all_gallery_images" => "All gallery images (comma separated)",
 
290
  );
291
 
292
  /**
@@ -484,6 +485,7 @@ public function get_mapping_attributes_dropdown() {
484
  "image_10" => "Additional image 10",
485
  "all_images" => "All images (comma separated)",
486
  "all_gallery_images" => "All gallery images (comma separated)",
 
487
  );
488
 
489
  $attributes = array_merge($attributes, $images);
287
  "image_10" => "Additional image 10",
288
  "all_images" => "All images (comma separated)",
289
  "all_gallery_images" => "All gallery images (comma separated)",
290
+ "all_images_kogan" => "All images Kogan (pipe separated)",
291
  );
292
 
293
  /**
485
  "image_10" => "Additional image 10",
486
  "all_images" => "All images (comma separated)",
487
  "all_gallery_images" => "All gallery images (comma separated)",
488
+ "all_images_kogan" => "All images Kogan (pipe separated)",
489
  );
490
 
491
  $attributes = array_merge($attributes, $images);
classes/class-get-products.php CHANGED
@@ -2366,6 +2366,7 @@ class WooSEA_Get_Products {
2366
  }
2367
 
2368
  $product_data['all_images'] = ltrim($product_data['all_images'],',');
 
2369
  $product_data['all_gallery_images'] = ltrim($product_data['all_gallery_images'],',');
2370
  $product_data['product_type'] = $product->get_type();
2371
 
2366
  }
2367
 
2368
  $product_data['all_images'] = ltrim($product_data['all_images'],',');
2369
+ $product_data['all_images_kogan'] = preg_replace( '/,/', '|', $product_data['all_images'] );
2370
  $product_data['all_gallery_images'] = ltrim($product_data['all_gallery_images'],',');
2371
  $product_data['product_type'] = $product->get_type();
2372
 
js/woosea_key.js CHANGED
@@ -27,7 +27,7 @@ jQuery(document).ready(function($) {
27
  var license_key = $('#license-key').val();
28
 
29
  jQuery.ajax({
30
- url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=9.0.2',
31
  jsonp: 'callback',
32
  dataType: 'jsonp',
33
  type: 'GET',
27
  var license_key = $('#license-key').val();
28
 
29
  jQuery.ajax({
30
+ url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=9.0.3',
31
  jsonp: 'callback',
32
  dataType: 'jsonp',
33
  type: 'GET',
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.5
8
- Stable tag: 9.0.2
9
 
10
  == Description ==
11
 
@@ -321,6 +321,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
321
 
322
  === Changelog ===
323
 
 
 
 
324
  = 9.0.2 (2020-11-04) =
325
  * Fixed an issue where when adding "?aelia_cs_currency=" to the suffix field for links resulted in two quesionsmarks in deeplinks. This has been fixed now.
326
 
@@ -2876,6 +2879,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
2876
 
2877
  == Upgrade Notice ==
2878
 
 
 
 
2879
  = 9.0.2 =
2880
  Fixed an issue where when adding "?aelia_cs_currency=" to the suffix field for links resulted in two quesionsmarks in deeplinks. This has been fixed now.
2881
 
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.5
8
+ Stable tag: 9.0.3
9
 
10
  == Description ==
11
 
321
 
322
  === Changelog ===
323
 
324
+ = 9.0.3 (2020-11-05) =
325
+ * Added support for adding multiple images to Australian Kogan feeds
326
+
327
  = 9.0.2 (2020-11-04) =
328
  * Fixed an issue where when adding "?aelia_cs_currency=" to the suffix field for links resulted in two quesionsmarks in deeplinks. This has been fixed now.
329
 
2879
 
2880
  == Upgrade Notice ==
2881
 
2882
+ = 9.0.3 =
2883
+ Added support for adding multiple images to Australian Kogan feeds
2884
+
2885
  = 9.0.2 =
2886
  Fixed an issue where when adding "?aelia_cs_currency=" to the suffix field for links resulted in two quesionsmarks in deeplinks. This has been fixed now.
2887
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 9.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,7 +48,7 @@ if (!defined('ABSPATH')) {
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
- define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '9.0.2' );
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: 9.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, 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', '9.0.3' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54