Version Description
Switched rules and data manipulation feature
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 8.9.7 |
Comparing to | |
See all releases |
Code changes from version 8.9.6 to 8.9.7
- classes/class-get-products.php +15 -14
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +2 -2
classes/class-get-products.php
CHANGED
@@ -2152,6 +2152,7 @@ class WooSEA_Get_Products {
|
|
2152 |
|
2153 |
$categories = $cat_order;
|
2154 |
|
|
|
2155 |
// This is a category fix for Yandex, probably needed for all channels
|
2156 |
// When Yoast is not installed and a product is linked to multiple categories
|
2157 |
// The ancestor categoryId does not need to be in the feed
|
@@ -3231,26 +3232,17 @@ class WooSEA_Get_Products {
|
|
3231 |
/**
|
3232 |
* Field manipulation
|
3233 |
*/
|
3234 |
-
if (array_key_exists('field_manipulation', $project_config)){
|
3235 |
-
|
3236 |
-
|
3237 |
-
|
3238 |
-
}
|
3239 |
|
3240 |
/**
|
3241 |
* Get product reviews for Google Product Review Feeds
|
3242 |
*/
|
3243 |
$product_data['reviews'] = $this->woosea_get_reviews( $product_data, $product );
|
3244 |
|
3245 |
-
/**
|
3246 |
-
* Filter execution
|
3247 |
-
*/
|
3248 |
-
// if (array_key_exists('rules', $project_config)){
|
3249 |
-
// if(is_array($product_data)){
|
3250 |
-
// $product_data = $this->woocommerce_sea_filters( $project_config['rules'], $product_data );
|
3251 |
-
// }
|
3252 |
-
// }
|
3253 |
-
|
3254 |
/**
|
3255 |
* Check if we need to add category taxonomy mappings (Google Shopping)
|
3256 |
*/
|
@@ -3273,6 +3265,15 @@ class WooSEA_Get_Products {
|
|
3273 |
}
|
3274 |
}
|
3275 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3276 |
/**
|
3277 |
* Filter execution
|
3278 |
*/
|
2152 |
|
2153 |
$categories = $cat_order;
|
2154 |
|
2155 |
+
|
2156 |
// This is a category fix for Yandex, probably needed for all channels
|
2157 |
// When Yoast is not installed and a product is linked to multiple categories
|
2158 |
// The ancestor categoryId does not need to be in the feed
|
3232 |
/**
|
3233 |
* Field manipulation
|
3234 |
*/
|
3235 |
+
//if (array_key_exists('field_manipulation', $project_config)){
|
3236 |
+
// if(is_array($product_data)){
|
3237 |
+
// $product_data = $this->woocommerce_field_manipulation( $project_config['field_manipulation'], $product_data );
|
3238 |
+
// }
|
3239 |
+
//}
|
3240 |
|
3241 |
/**
|
3242 |
* Get product reviews for Google Product Review Feeds
|
3243 |
*/
|
3244 |
$product_data['reviews'] = $this->woosea_get_reviews( $product_data, $product );
|
3245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3246 |
/**
|
3247 |
* Check if we need to add category taxonomy mappings (Google Shopping)
|
3248 |
*/
|
3265 |
}
|
3266 |
}
|
3267 |
|
3268 |
+
/**
|
3269 |
+
* Field manipulation
|
3270 |
+
*/
|
3271 |
+
if (array_key_exists('field_manipulation', $project_config)){
|
3272 |
+
if(is_array($product_data)){
|
3273 |
+
$product_data = $this->woocommerce_field_manipulation( $project_config['field_manipulation'], $product_data );
|
3274 |
+
}
|
3275 |
+
}
|
3276 |
+
|
3277 |
/**
|
3278 |
* Filter execution
|
3279 |
*/
|
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=8.9.
|
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=8.9.7',
|
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: 8.9.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -320,6 +320,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
320 |
|
321 |
=== Changelog ===
|
322 |
|
|
|
|
|
|
|
323 |
= 8.9.6 (2020-10-22) =
|
324 |
* Escaping & characters in deeplinks
|
325 |
* Bundled and Composite products now also working for WPML/WCML
|
@@ -2856,6 +2859,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
2856 |
|
2857 |
== Upgrade Notice ==
|
2858 |
|
|
|
|
|
|
|
2859 |
= 8.9.6 =
|
2860 |
Bundle and composite products now also working with WPML and WCML
|
2861 |
Escaping & characters in deeplinks
|
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: 8.9.7
|
9 |
|
10 |
== Description ==
|
11 |
|
320 |
|
321 |
=== Changelog ===
|
322 |
|
323 |
+
= 8.9.7 (2020-10-23) =
|
324 |
+
* Switched rules and data manipulation feature
|
325 |
+
|
326 |
= 8.9.6 (2020-10-22) =
|
327 |
* Escaping & characters in deeplinks
|
328 |
* Bundled and Composite products now also working for WPML/WCML
|
2859 |
|
2860 |
== Upgrade Notice ==
|
2861 |
|
2862 |
+
= 8.9.7 =
|
2863 |
+
Switched rules and data manipulation feature
|
2864 |
+
|
2865 |
= 8.9.6 =
|
2866 |
Bundle and composite products now also working with WPML and WCML
|
2867 |
Escaping & characters in deeplinks
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 8.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,7 +48,7 @@ if (!defined('ABSPATH')) {
|
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
-
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.9.
|
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: 8.9.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 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
+
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.9.7' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|