Product Feed PRO for WooCommerce - Version 11.7.8

Version Description

Added additional field for the Pinterest template

Download this release

Release Info

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

Code changes from version 11.7.7 to 11.7.8

classes/channels/class-pinterest.php CHANGED
@@ -293,6 +293,16 @@ class WooSEA_pinterest {
293
  "feed_name" => "g:excluded_destination",
294
  "format" => "optional",
295
  ),
 
 
 
 
 
 
 
 
 
 
296
  ),
297
  "Shipping" => array(
298
  "Shipping" => array(
@@ -335,6 +345,16 @@ class WooSEA_pinterest {
335
  "feed_name" => "g:max_handling_time",
336
  "format" => "optional",
337
  ),
 
 
 
 
 
 
 
 
 
 
338
  ),
339
  "Tax" => array(
340
  "Tax" => array(
@@ -348,6 +368,34 @@ class WooSEA_pinterest {
348
  "format" => "optional",
349
  ),
350
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  );
352
  return $pinterest;
353
  }
293
  "feed_name" => "g:excluded_destination",
294
  "format" => "optional",
295
  ),
296
+ "Checkout enabled" => array(
297
+ "name" => "checkout_enabled",
298
+ "feed_name" => "g:checkout_enabled",
299
+ "format" => "optional",
300
+ ),
301
+ "Ad link" => array(
302
+ "name" => "ad_link",
303
+ "feed_name" => "g:ad_link",
304
+ "format" => "optional",
305
+ ),
306
  ),
307
  "Shipping" => array(
308
  "Shipping" => array(
345
  "feed_name" => "g:max_handling_time",
346
  "format" => "optional",
347
  ),
348
+ "Free shipping label" => array(
349
+ "name" => "free_shipping_label",
350
+ "feed_name" => "g:free_shipping_label",
351
+ "format" => "optional",
352
+ ),
353
+ "Free shipping limit" => array(
354
+ "name" => "free_shipping_limit",
355
+ "feed_name" => "g:free_shipping_limit",
356
+ "format" => "optional",
357
+ ),
358
  ),
359
  "Tax" => array(
360
  "Tax" => array(
368
  "format" => "optional",
369
  ),
370
  ),
371
+ "Optional product characteristics" => array(
372
+ "Alt text" => array(
373
+ "name" => "alt_text",
374
+ "feed_name" => "g:alt_text",
375
+ "format" => "optional",
376
+ ),
377
+ "Size system" => array(
378
+ "name" => "size_system",
379
+ "feed_name" => "g:size_system",
380
+ "format" => "optional",
381
+ ),
382
+ "Size type" => array(
383
+ "name" => "size_type",
384
+ "feed_name" => "g:size_type",
385
+ "format" => "optional",
386
+ ),
387
+ "Variant names" => array(
388
+ "name" => "variant_names",
389
+ "feed_name" => "g:variant_names",
390
+ "format" => "optional",
391
+ ),
392
+ "Variant values" => array(
393
+ "name" => "variant_values",
394
+ "feed_name" => "g:variant_values",
395
+ "format" => "optional",
396
+ ),
397
+ ),
398
+
399
  );
400
  return $pinterest;
401
  }
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.7.7',
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.7.8',
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.7.7
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.7.7 (2022-08-01) =
349
  * Removed currency from Zbozi shipping costs
350
 
@@ -3764,6 +3767,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3764
 
3765
  == Upgrade Notice ==
3766
 
 
 
 
3767
  = 11.7.7 =
3768
  Removed currency from Zbozi shipping costs
3769
 
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.7.8
9
 
10
  == Description ==
11
 
345
 
346
  === Changelog ===
347
 
348
+ = 11.7.8 (2022-08-05) =
349
+ * Added additional field for the Pinterest template
350
+
351
  = 11.7.7 (2022-08-01) =
352
  * Removed currency from Zbozi shipping costs
353
 
3767
 
3768
  == Upgrade Notice ==
3769
 
3770
+ = 11.7.8 =
3771
+ Added additional field for the Pinterest template
3772
+
3773
  = 11.7.7 =
3774
  Removed currency from Zbozi shipping costs
3775
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.7.7
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.7.7' );
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.7.8
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.7.8' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54