Version Description
Only shipping costs are added to the feed for the country the feed was configured
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 7.7.9 |
Comparing to | |
See all releases |
Code changes from version 7.7.8 to 7.7.9
- classes/class-get-products.php +3 -2
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +3 -3
classes/class-get-products.php
CHANGED
@@ -674,7 +674,7 @@ class WooSEA_Get_Products {
|
|
674 |
// Only add shipping zones to the feed for specific feed country
|
675 |
$ship_found = strpos($zone_type->code, $code_from_config);
|
676 |
|
677 |
-
|
678 |
//if($code_from_config == $zone_type->code){
|
679 |
if ($zone_type->type == "country"){
|
680 |
// This is a country shipping zone
|
@@ -947,7 +947,7 @@ class WooSEA_Get_Products {
|
|
947 |
}
|
948 |
}
|
949 |
}
|
950 |
-
|
951 |
}
|
952 |
}
|
953 |
|
@@ -2683,6 +2683,7 @@ class WooSEA_Get_Products {
|
|
2683 |
$variation_pass = "true";
|
2684 |
|
2685 |
if( ($product_data['item_group_id'] > 0) AND (is_object(wc_get_product( $product_data['item_group_id'])))){
|
|
|
2686 |
$product_variations = new WC_Product_Variation( $product_data['id'] );
|
2687 |
$variations = $product_variations->get_variation_attributes();
|
2688 |
|
674 |
// Only add shipping zones to the feed for specific feed country
|
675 |
$ship_found = strpos($zone_type->code, $code_from_config);
|
676 |
|
677 |
+
if($ship_found !== false){
|
678 |
//if($code_from_config == $zone_type->code){
|
679 |
if ($zone_type->type == "country"){
|
680 |
// This is a country shipping zone
|
947 |
}
|
948 |
}
|
949 |
}
|
950 |
+
}
|
951 |
}
|
952 |
}
|
953 |
|
2683 |
$variation_pass = "true";
|
2684 |
|
2685 |
if( ($product_data['item_group_id'] > 0) AND (is_object(wc_get_product( $product_data['item_group_id'])))){
|
2686 |
+
|
2687 |
$product_variations = new WC_Product_Variation( $product_data['id'] );
|
2688 |
$variations = $product_variations->get_variation_attributes();
|
2689 |
|
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=7.7.
|
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=7.7.9',
|
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.3
|
8 |
-
Stable tag: 7.7.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -312,6 +312,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
312 |
|
313 |
=== Changelog ===
|
314 |
|
|
|
|
|
|
|
315 |
= 7.7.8 (2020-03-23) =
|
316 |
* Changed the order in which filters and rules are executed. Rules are executed first, filters last.
|
317 |
|
@@ -2477,6 +2480,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
2477 |
|
2478 |
== Upgrade Notice ==
|
2479 |
|
|
|
|
|
|
|
2480 |
= 7.7.8 =
|
2481 |
Changed the order in which filters and rules are executed. Rules are executed first, filters last.
|
2482 |
|
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.3
|
8 |
+
Stable tag: 7.7.9
|
9 |
|
10 |
== Description ==
|
11 |
|
312 |
|
313 |
=== Changelog ===
|
314 |
|
315 |
+
= 7.7.9 (2020-03-25) =
|
316 |
+
* Only shipping costs are added to the feed for the country the feed was configured
|
317 |
+
|
318 |
= 7.7.8 (2020-03-23) =
|
319 |
* Changed the order in which filters and rules are executed. Rules are executed first, filters last.
|
320 |
|
2480 |
|
2481 |
== Upgrade Notice ==
|
2482 |
|
2483 |
+
= 7.7.9 =
|
2484 |
+
Only shipping costs are added to the feed for the country the feed was configured
|
2485 |
+
|
2486 |
= 7.7.8 =
|
2487 |
Changed the order in which filters and rules are executed. Rules are executed first, filters last.
|
2488 |
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 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, 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', '7.7.
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
@@ -4219,7 +4219,7 @@ function woosea_license_valid(){
|
|
4219 |
|
4220 |
if(!empty($license_information['license_key'])){
|
4221 |
$curl = curl_init();
|
4222 |
-
$url = "https://www.adtribes.io/check/license.php?key=$license_information[license_key]&email=$license_information[license_email]&domain=$domain&version=7.7.
|
4223 |
|
4224 |
curl_setopt_array($curl, array(
|
4225 |
CURLOPT_RETURNTRANSFER => 1,
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
+
* Version: 7.7.9
|
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', '7.7.9' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
4219 |
|
4220 |
if(!empty($license_information['license_key'])){
|
4221 |
$curl = curl_init();
|
4222 |
+
$url = "https://www.adtribes.io/check/license.php?key=$license_information[license_key]&email=$license_information[license_email]&domain=$domain&version=7.7.9";
|
4223 |
|
4224 |
curl_setopt_array($curl, array(
|
4225 |
CURLOPT_RETURNTRANSFER => 1,
|