Version Description
Added the link_template field for Google Shopping feeds
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 11.7.6 |
Comparing to | |
See all releases |
Code changes from version 11.7.5 to 11.7.6
- classes/channels/class-google_shopping.php +5 -0
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +2 -2
classes/channels/class-google_shopping.php
CHANGED
@@ -476,6 +476,11 @@ class WooSEA_google_shopping {
|
|
476 |
"feed_name" => "g:mobile_pickup_link_template",
|
477 |
"format" => "optional",
|
478 |
),
|
|
|
|
|
|
|
|
|
|
|
479 |
"Seller name" => array(
|
480 |
"name" => "seller_name",
|
481 |
"feed_name" => "g:seller_name",
|
476 |
"feed_name" => "g:mobile_pickup_link_template",
|
477 |
"format" => "optional",
|
478 |
),
|
479 |
+
"Link template" => array(
|
480 |
+
"name" => "link_template",
|
481 |
+
"feed_name" => "g:link_template",
|
482 |
+
"format" => "optional",
|
483 |
+
),
|
484 |
"Seller name" => array(
|
485 |
"name" => "seller_name",
|
486 |
"feed_name" => "g:seller_name",
|
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.7.
|
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.7.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.7.
|
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.7.5 (2022-07-23) =
|
349 |
* Fixed an issue with VAT that was not being added for bundled products
|
350 |
|
@@ -3758,6 +3761,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
3758 |
|
3759 |
== Upgrade Notice ==
|
3760 |
|
|
|
|
|
|
|
3761 |
= 11.7.5 =
|
3762 |
Fixed an issue with VAT that was not being added for bundled products
|
3763 |
|
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.7.6
|
9 |
|
10 |
== Description ==
|
11 |
|
345 |
|
346 |
=== Changelog ===
|
347 |
|
348 |
+
= 11.7.6 (2022-07-31) =
|
349 |
+
* Added the link_template field for Google Shopping feeds
|
350 |
+
|
351 |
= 11.7.5 (2022-07-23) =
|
352 |
* Fixed an issue with VAT that was not being added for bundled products
|
353 |
|
3761 |
|
3762 |
== Upgrade Notice ==
|
3763 |
|
3764 |
+
= 11.7.6 =
|
3765 |
+
Added the link_template field for Google Shopping feeds
|
3766 |
+
|
3767 |
= 11.7.5 =
|
3768 |
Fixed an issue with VAT that was not being added for bundled products
|
3769 |
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 11.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, 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.7.
|
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.7.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.7.6' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|