Version Description
Added two new fields to the Google Shopping template: Short title and Excluded countries for Shopping ads
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 11.4.7 |
Comparing to | |
See all releases |
Code changes from version 11.4.6 to 11.4.7
- classes/channels/class-google_shopping.php +11 -5
- classes/class-activate.php +0 -14
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +2 -2
classes/channels/class-google_shopping.php
CHANGED
@@ -22,6 +22,12 @@ class WooSEA_google_shopping {
|
|
22 |
"format" => "required",
|
23 |
"woo_suggest" => "title",
|
24 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"Product description" => array(
|
26 |
"name" => "description",
|
27 |
"feed_name" => "g:description",
|
@@ -289,11 +295,6 @@ class WooSEA_google_shopping {
|
|
289 |
"feed_name" => "included_destination",
|
290 |
"format" => "optional",
|
291 |
),
|
292 |
-
"Excluded destination" => array(
|
293 |
-
"name" => "excluded_destination",
|
294 |
-
"feed_name" => "g:excluded_destination",
|
295 |
-
"format" => "optional",
|
296 |
-
),
|
297 |
"Ads grouping" => array(
|
298 |
"name" => "ads_grouping",
|
299 |
"feed_name" => "g:ads_grouping",
|
@@ -420,6 +421,11 @@ class WooSEA_google_shopping {
|
|
420 |
"feed_name" => "g:energy_label_image_link",
|
421 |
"format" => "optional",
|
422 |
),
|
|
|
|
|
|
|
|
|
|
|
423 |
"Product detail" => array(
|
424 |
"name" => "product_detail",
|
425 |
"feed_name" => "g:product_detail",
|
22 |
"format" => "required",
|
23 |
"woo_suggest" => "title",
|
24 |
),
|
25 |
+
"Short title" => array(
|
26 |
+
"name" => "short_title",
|
27 |
+
"feed_name" => "g:short_title",
|
28 |
+
"format" => "optional",
|
29 |
+
"woo_suggest" => "title",
|
30 |
+
),
|
31 |
"Product description" => array(
|
32 |
"name" => "description",
|
33 |
"feed_name" => "g:description",
|
295 |
"feed_name" => "included_destination",
|
296 |
"format" => "optional",
|
297 |
),
|
|
|
|
|
|
|
|
|
|
|
298 |
"Ads grouping" => array(
|
299 |
"name" => "ads_grouping",
|
300 |
"feed_name" => "g:ads_grouping",
|
421 |
"feed_name" => "g:energy_label_image_link",
|
422 |
"format" => "optional",
|
423 |
),
|
424 |
+
"Excluding countries for Shopping ads" => array(
|
425 |
+
"name" => "shopping_ads_excluded_country",
|
426 |
+
"feed_name" => "g:shopping_ads_excluded_country",
|
427 |
+
"format" => "optional",
|
428 |
+
),
|
429 |
"Product detail" => array(
|
430 |
"name" => "product_detail",
|
431 |
"feed_name" => "g:product_detail",
|
classes/class-activate.php
CHANGED
@@ -473,20 +473,6 @@ class WooSEA_Activation {
|
|
473 |
"taxonomy" => "none",
|
474 |
"utm_source" => "Connexity.com",
|
475 |
"type" => "Advertising" ),
|
476 |
-
"Cdiscount" => array (
|
477 |
-
"channel_hash" => md5("Cdiscount.fr"),
|
478 |
-
"name" => "Cdiscount.fr",
|
479 |
-
"fields" => "customfeed",
|
480 |
-
"taxonomy" => "none",
|
481 |
-
"utm_source" => "Cdiscount.fr",
|
482 |
-
"type" => "Marketplace" ),
|
483 |
-
"Fnac" => array (
|
484 |
-
"channel_hash" => md5("Fnac.fr"),
|
485 |
-
"name" => "Fnac.fr",
|
486 |
-
"fields" => "customfeed",
|
487 |
-
"taxonomy" => "none",
|
488 |
-
"utm_source" => "Fnac.fr",
|
489 |
-
"type" => "Marketplace" ),
|
490 |
"ManoMano" => array (
|
491 |
"channel_hash" => md5("ManoMano.fr"),
|
492 |
"name" => "ManoMano.fr",
|
473 |
"taxonomy" => "none",
|
474 |
"utm_source" => "Connexity.com",
|
475 |
"type" => "Advertising" ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
"ManoMano" => array (
|
477 |
"channel_hash" => md5("ManoMano.fr"),
|
478 |
"name" => "ManoMano.fr",
|
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.4.
|
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.4.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.9
|
8 |
-
Stable tag: 11.4.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -342,6 +342,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
342 |
|
343 |
=== Changelog ===
|
344 |
|
|
|
|
|
|
|
345 |
= 11.4.6 (2022-03-23) =
|
346 |
* The WooCommerce Composite plugin returned sale prices of 0.00. When this happens our plugin removes that sale price from the feeds
|
347 |
|
@@ -3667,6 +3670,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
3667 |
|
3668 |
== Upgrade Notice ==
|
3669 |
|
|
|
|
|
|
|
3670 |
= 11.4.6 =
|
3671 |
The WooCommerce Composite plugin returned sale prices of 0.00. When this happens our plugin removes that sale price from the feeds
|
3672 |
|
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.4.7
|
9 |
|
10 |
== Description ==
|
11 |
|
342 |
|
343 |
=== Changelog ===
|
344 |
|
345 |
+
= 11.4.7 (2022-03-28) =
|
346 |
+
* Added two new fields to the Google Shopping template: Short title and Excluded countries for Shopping ads
|
347 |
+
|
348 |
= 11.4.6 (2022-03-23) =
|
349 |
* The WooCommerce Composite plugin returned sale prices of 0.00. When this happens our plugin removes that sale price from the feeds
|
350 |
|
3670 |
|
3671 |
== Upgrade Notice ==
|
3672 |
|
3673 |
+
= 11.4.7 =
|
3674 |
+
Added two new fields to the Google Shopping template: Short title and Excluded countries for Shopping ads
|
3675 |
+
|
3676 |
= 11.4.6 =
|
3677 |
The WooCommerce Composite plugin returned sale prices of 0.00. When this happens our plugin removes that sale price from the feeds
|
3678 |
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 11.4.
|
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.4.
|
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.4.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.4.7' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|