Product Feed PRO for WooCommerce - Version 11.1.7

Version Description

Bolder element changed the table rate shipping name method. This causes the integration to no longer work. This issue has been fixed now.

Download this release

Release Info

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

Code changes from version 11.1.6 to 11.1.7

classes/class-get-products.php CHANGED
@@ -805,10 +805,12 @@ class WooSEA_Get_Products {
805
  }
806
 
807
  // WooCommerce Table Rate - Bolder Elements
808
- if($method_id == "table_rate"){
 
809
  if($this->woosea_is_plugin_active( 'woocommerce-table-rate-shipping/woocommerce-table-rate-shipping.php' )) {
810
  // Set shipping cost
811
- $shipping_cost = 0;
 
812
  if(!empty($product_id)){
813
  // Add product to cart
814
  if ((isset($product_id)) AND ($product_id > 0)){
805
  }
806
 
807
  // WooCommerce Table Rate - Bolder Elements
808
+ if($method_id == "table_rate" OR $method_id == "betrs_shipping"){
809
+
810
  if($this->woosea_is_plugin_active( 'woocommerce-table-rate-shipping/woocommerce-table-rate-shipping.php' )) {
811
  // Set shipping cost
812
+ $shipping_cost = 0;
813
+
814
  if(!empty($product_id)){
815
  // Add product to cart
816
  if ((isset($product_id)) AND ($product_id > 0)){
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.1.6',
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.1.7',
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.8
8
- Stable tag: 11.1.6
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.1.6 (2022-01-20) =
341
  * Solved this error for Skroutz feed: Call to undefined method WC_Product_Simple::get_available_variations()
342
 
@@ -3566,6 +3569,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3566
 
3567
  == Upgrade Notice ==
3568
 
 
 
 
3569
  = 11.1.6 =
3570
  Solved this error for Skroutz feed: Call to undefined method WC_Product_Simple::get_available_variations()
3571
 
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.8
8
+ Stable tag: 11.1.7
9
 
10
  == Description ==
11
 
337
 
338
  === Changelog ===
339
 
340
+ = 11.1.7 (2022-01-20) =
341
+ * Bolder element changed the table rate shipping name method. This causes the integration to no longer work. This issue has been fixed now.
342
+
343
  = 11.1.6 (2022-01-20) =
344
  * Solved this error for Skroutz feed: Call to undefined method WC_Product_Simple::get_available_variations()
345
 
3569
 
3570
  == Upgrade Notice ==
3571
 
3572
+ = 11.1.7 =
3573
+ Bolder element changed the table rate shipping name method. This causes the integration to no longer work. This issue has been fixed now.
3574
+
3575
  = 11.1.6 =
3576
  Solved this error for Skroutz feed: Call to undefined method WC_Product_Simple::get_available_variations()
3577
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.1.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, 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.1.6' );
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.1.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
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
+ define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.1.7' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54