Product Feed PRO for WooCommerce - Version 11.3.8

Version Description

Added the new custom number fields to the Facebook / Instragram template

Download this release

Release Info

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

Code changes from version 11.3.7 to 11.3.8

classes/channels/class-facebook_drm.php CHANGED
@@ -278,6 +278,31 @@ class WooSEA_facebook_drm {
278
  "feed_name" => "g:custom_label_4",
279
  "format" => "optional",
280
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  "inventory" => array(
282
  "name" => "inventory",
283
  "feed_name" => "g:inventory",
278
  "feed_name" => "g:custom_label_4",
279
  "format" => "optional",
280
  ),
281
+ "custom_number_0" => array(
282
+ "name" => "custom_number_0",
283
+ "feed_name" => "g:custom_number_0",
284
+ "format" => "optional",
285
+ ),
286
+ "custom_number_1" => array(
287
+ "name" => "custom_number_1",
288
+ "feed_name" => "g:custom_number_1",
289
+ "format" => "optional",
290
+ ),
291
+ "custom_number_2" => array(
292
+ "name" => "custom_number_2",
293
+ "feed_name" => "g:custom_number_2",
294
+ "format" => "optional",
295
+ ),
296
+ "custom_number_3" => array(
297
+ "name" => "custom_number_3",
298
+ "feed_name" => "g:custom_number_3",
299
+ "format" => "optional",
300
+ ),
301
+ "custom_number_4" => array(
302
+ "name" => "custom_number_4",
303
+ "feed_name" => "g:custom_number_4",
304
+ "format" => "optional",
305
+ ),
306
  "inventory" => array(
307
  "name" => "inventory",
308
  "feed_name" => "g:inventory",
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.3.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.3.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, WooCommerce Product Feed, Facebook Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Facebook Pixel, Facebook Conversion API
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
- Stable tag: 11.3.7
9
 
10
  == Description ==
11
 
@@ -337,6 +337,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
337
 
338
  === Changelog ===
339
 
 
 
 
340
  = 11.3.7 (2022-03-06) =
341
  * Solved an issue with an undefined variable in the Google pixel feature
342
 
@@ -3632,6 +3635,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3632
 
3633
  == Upgrade Notice ==
3634
 
 
 
 
3635
  = 11.3.7 =
3636
  Solved an issue with an undefined variable in the Google pixel feature
3637
 
5
  Tags: Google Shopping Feed, WooCommerce Product Feed, Facebook Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Facebook Pixel, Facebook Conversion API
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
+ Stable tag: 11.3.8
9
 
10
  == Description ==
11
 
337
 
338
  === Changelog ===
339
 
340
+ = 11.3.8 (2022-03-07) =
341
+ * Added the new custom number fields to the Facebook / Instragram template
342
+
343
  = 11.3.7 (2022-03-06) =
344
  * Solved an issue with an undefined variable in the Google pixel feature
345
 
3635
 
3636
  == Upgrade Notice ==
3637
 
3638
+ = 11.3.8 =
3639
+ Added the new custom number fields to the Facebook / Instragram template
3640
+
3641
  = 11.3.7 =
3642
  Solved an issue with an undefined variable in the Google pixel feature
3643
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.3.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, Facebook, 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.3.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.3.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, Facebook, 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.3.8' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54