Version Description
Removed some debugging code
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 11.6.6 |
Comparing to | |
See all releases |
Code changes from version 11.6.5 to 11.6.6
- TODO.txt +0 -1
- classes/class-get-products.php +0 -2
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +2 -2
TODO.txt
CHANGED
@@ -9,7 +9,6 @@ Priority issues:
|
|
9 |
- Add automotive fields for Facebook feed, see: https://developers.facebook.com/docs/marketing-api/dynamic-ads-auto/auto-catalog/
|
10 |
- Autosuggest for category mapping broken
|
11 |
- Add AddToCart event on buttons again
|
12 |
-
- Local product feed - store code should also work with an attribute and not just static values
|
13 |
- Add Pinterest Tag; https://help.pinterest.com/nl/business/article/install-the-pinterest-tag
|
14 |
- License key input field needs to be a password field (asterixes)
|
15 |
- A seperate FB pixel per WPML website / language
|
9 |
- Add automotive fields for Facebook feed, see: https://developers.facebook.com/docs/marketing-api/dynamic-ads-auto/auto-catalog/
|
10 |
- Autosuggest for category mapping broken
|
11 |
- Add AddToCart event on buttons again
|
|
|
12 |
- Add Pinterest Tag; https://help.pinterest.com/nl/business/article/install-the-pinterest-tag
|
13 |
- License key input field needs to be a password field (asterixes)
|
14 |
- A seperate FB pixel per WPML website / language
|
classes/class-get-products.php
CHANGED
@@ -4182,8 +4182,6 @@ class WooSEA_Get_Products {
|
|
4182 |
$custom_value_m = get_post_meta( $product_data['item_group_id'], $custom_kk_m, true );
|
4183 |
$new_key_m ="custom_attributes_" . $custom_kk_m;
|
4184 |
|
4185 |
-
error_log($custom_kk_m);
|
4186 |
-
|
4187 |
if(!is_array($custom_value_m)){
|
4188 |
// In order to make the mapping work again, replace var by product
|
4189 |
$new_key_m = str_replace("var","product",$new_key_m);
|
4182 |
$custom_value_m = get_post_meta( $product_data['item_group_id'], $custom_kk_m, true );
|
4183 |
$new_key_m ="custom_attributes_" . $custom_kk_m;
|
4184 |
|
|
|
|
|
4185 |
if(!is_array($custom_value_m)){
|
4186 |
// In order to make the mapping work again, replace var by product
|
4187 |
$new_key_m = str_replace("var","product",$new_key_m);
|
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.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.6.6',
|
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.6.
|
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.6.5 (2022-06-20) =
|
349 |
* Added XML support for Google's Local Product Inventory feeds
|
350 |
|
@@ -3728,6 +3731,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
3728 |
|
3729 |
== Upgrade Notice ==
|
3730 |
|
|
|
|
|
|
|
3731 |
= 11.6.5 =
|
3732 |
Added XML support for Google's Local Product Inventory feeds
|
3733 |
|
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.6.6
|
9 |
|
10 |
== Description ==
|
11 |
|
345 |
|
346 |
=== Changelog ===
|
347 |
|
348 |
+
= 11.6.6 (2022-06-20) =
|
349 |
+
* Removed some debugging code
|
350 |
+
|
351 |
= 11.6.5 (2022-06-20) =
|
352 |
* Added XML support for Google's Local Product Inventory feeds
|
353 |
|
3731 |
|
3732 |
== Upgrade Notice ==
|
3733 |
|
3734 |
+
= 11.6.6 =
|
3735 |
+
Removed some debugging code
|
3736 |
+
|
3737 |
= 11.6.5 =
|
3738 |
Added XML support for Google's Local Product Inventory feeds
|
3739 |
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 11.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, 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.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.6.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, 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.6.6' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|