Version Description
(2020-08-20) = * Fixed: g:additional_image_link attribute issue fixed.
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.7.2 |
Comparing to | |
See all releases |
Code changes from version 3.7.1 to 3.7.2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags:product feed,woocommerce product feed,google shopping feed,google shopping,
|
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 3.7.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -308,6 +308,9 @@ Using pro version:
|
|
308 |
|
309 |
== Changelog ==
|
310 |
|
|
|
|
|
|
|
311 |
= 3.7.1 (2020-08-19) =
|
312 |
* Added: sale_price added as default into Google Shopping product feed template.
|
313 |
* Fix: shopping_ads_excluded_country structure fixed into Google Shopping product feed template.
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 3.7.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
308 |
|
309 |
== Changelog ==
|
310 |
|
311 |
+
= 3.7.2 (2020-08-20) =
|
312 |
+
* Fixed: g:additional_image_link attribute issue fixed.
|
313 |
+
|
314 |
= 3.7.1 (2020-08-19) =
|
315 |
* Added: sale_price added as default into Google Shopping product feed template.
|
316 |
* Fix: shopping_ads_excluded_country structure fixed into Google Shopping product feed template.
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -27,16 +27,16 @@ class Woo_Feed_Default_Attributes {
|
|
27 |
'current_category' => array( 'g:google_product_category', true ),
|
28 |
'image' => array( 'g:image_link', true ),
|
29 |
'images' => array( 'g:additional_image_link', false ),
|
30 |
-
'images_1' => array( 'g:
|
31 |
-
'images_2' => array( 'g:
|
32 |
-
'images_3' => array( 'g:
|
33 |
-
'images_4' => array( 'g:
|
34 |
-
'images_5' => array( 'g:
|
35 |
-
'images_6' => array( 'g:
|
36 |
-
'images_7' => array( 'g:
|
37 |
-
'images_8' => array( 'g:
|
38 |
-
'images_9' => array( 'g:
|
39 |
-
'images_10' => array( 'g:
|
40 |
'condition' => array( 'g:condition', false ),
|
41 |
'availability' => array( 'g:availability', false ),
|
42 |
'availability_date' => array( 'g:availability_date', false ),
|
@@ -132,16 +132,16 @@ class Woo_Feed_Default_Attributes {
|
|
132 |
'current_category' => array( 'google product category', true ),
|
133 |
'image' => array( 'image link', true ),
|
134 |
'images' => array( 'additional image link', true ),
|
135 |
-
'images_1' => array( 'additional image link
|
136 |
-
'images_2' => array( 'additional image link
|
137 |
-
'images_3' => array( 'additional image link
|
138 |
-
'images_4' => array( 'additional image link
|
139 |
-
'images_5' => array( 'additional image link
|
140 |
-
'images_6' => array( 'additional image link
|
141 |
-
'images_7' => array( 'additional image link
|
142 |
-
'images_8' => array( 'additional image link
|
143 |
-
'images_9' => array( 'additional image link
|
144 |
-
'images_10' => array( 'additional image link
|
145 |
'condition' => array( 'condition', false ),
|
146 |
'availability' => array( 'availability', false ),
|
147 |
'availability_date' => array( 'availability date', false ),
|
@@ -236,16 +236,16 @@ class Woo_Feed_Default_Attributes {
|
|
236 |
'current_category' => array( 'g:google_product_category', true ),
|
237 |
'image' => array( 'g:image_link', true ),
|
238 |
'images' => array( 'g:additional_image_link', false ),
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
'condition' => array( 'g:condition', false ),
|
250 |
'availability' => array( 'g:availability', false ),
|
251 |
'inventory' => array( 'g:inventory', false ),
|
@@ -309,16 +309,16 @@ class Woo_Feed_Default_Attributes {
|
|
309 |
'current_category' => array( 'google product category', true ),
|
310 |
'image' => array( 'image link', true ),
|
311 |
'images' => array( 'additional image link', true ),
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
'condition' => array( 'condition', false ),
|
323 |
'availability' => array( 'availability', false ),
|
324 |
'inventory' => array( 'inventory', false ),
|
@@ -382,16 +382,16 @@ class Woo_Feed_Default_Attributes {
|
|
382 |
'current_category' => array( 'g:google_product_category', true ),
|
383 |
'image' => array( 'g:image_link', true ),
|
384 |
'images' => array( 'g:additional_image_link', false ),
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
'condition' => array( 'g:condition', false ),
|
396 |
'availability' => array( 'g:availability', false ),
|
397 |
'availability_date' => array( 'g:availability_date', false ),
|
@@ -458,16 +458,16 @@ class Woo_Feed_Default_Attributes {
|
|
458 |
'current_category' => array( 'google_product_category', true ),
|
459 |
'image' => array( 'image_link', true ),
|
460 |
'images' => array( 'additional_image_link', true ),
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
'condition' => array( 'condition', false ),
|
472 |
'availability' => array( 'availability', false ),
|
473 |
'availability_date' => array( 'availability_date', false ),
|
27 |
'current_category' => array( 'g:google_product_category', true ),
|
28 |
'image' => array( 'g:image_link', true ),
|
29 |
'images' => array( 'g:additional_image_link', false ),
|
30 |
+
'images_1' => array( 'g:additional_image_link', true ),
|
31 |
+
'images_2' => array( 'g:additional_image_link', true ),
|
32 |
+
'images_3' => array( 'g:additional_image_link', true ),
|
33 |
+
'images_4' => array( 'g:additional_image_link', true ),
|
34 |
+
'images_5' => array( 'g:additional_image_link', true ),
|
35 |
+
'images_6' => array( 'g:additional_image_link', true ),
|
36 |
+
'images_7' => array( 'g:additional_image_link', true ),
|
37 |
+
'images_8' => array( 'g:additional_image_link', true ),
|
38 |
+
'images_9' => array( 'g:additional_image_link', true ),
|
39 |
+
'images_10' => array( 'g:additional_image_link', true ),
|
40 |
'condition' => array( 'g:condition', false ),
|
41 |
'availability' => array( 'g:availability', false ),
|
42 |
'availability_date' => array( 'g:availability_date', false ),
|
132 |
'current_category' => array( 'google product category', true ),
|
133 |
'image' => array( 'image link', true ),
|
134 |
'images' => array( 'additional image link', true ),
|
135 |
+
'images_1' => array( 'additional image link', true ),
|
136 |
+
'images_2' => array( 'additional image link', true ),
|
137 |
+
'images_3' => array( 'additional image link', true ),
|
138 |
+
'images_4' => array( 'additional image link', true ),
|
139 |
+
'images_5' => array( 'additional image link', true ),
|
140 |
+
'images_6' => array( 'additional image link', true ),
|
141 |
+
'images_7' => array( 'additional image link', true ),
|
142 |
+
'images_8' => array( 'additional image link', true ),
|
143 |
+
'images_9' => array( 'additional image link', true ),
|
144 |
+
'images_10' => array( 'additional image link', true ),
|
145 |
'condition' => array( 'condition', false ),
|
146 |
'availability' => array( 'availability', false ),
|
147 |
'availability_date' => array( 'availability date', false ),
|
236 |
'current_category' => array( 'g:google_product_category', true ),
|
237 |
'image' => array( 'g:image_link', true ),
|
238 |
'images' => array( 'g:additional_image_link', false ),
|
239 |
+
'images_1' => array( 'g:additional_image_link', true ),
|
240 |
+
'images_2' => array( 'g:additional_image_link', true ),
|
241 |
+
'images_3' => array( 'g:additional_image_link', true ),
|
242 |
+
'images_4' => array( 'g:additional_image_link', true ),
|
243 |
+
'images_5' => array( 'g:additional_image_link', true ),
|
244 |
+
'images_6' => array( 'g:additional_image_link', true ),
|
245 |
+
'images_7' => array( 'g:additional_image_link', true ),
|
246 |
+
'images_8' => array( 'g:additional_image_link', true ),
|
247 |
+
'images_9' => array( 'g:additional_image_link', true ),
|
248 |
+
'images_10' => array( 'g:additional_image_link', true ),
|
249 |
'condition' => array( 'g:condition', false ),
|
250 |
'availability' => array( 'g:availability', false ),
|
251 |
'inventory' => array( 'g:inventory', false ),
|
309 |
'current_category' => array( 'google product category', true ),
|
310 |
'image' => array( 'image link', true ),
|
311 |
'images' => array( 'additional image link', true ),
|
312 |
+
'images_1' => array( 'additional image link', true ),
|
313 |
+
'images_2' => array( 'additional image link', true ),
|
314 |
+
'images_3' => array( 'additional image link', true ),
|
315 |
+
'images_4' => array( 'additional image link', true ),
|
316 |
+
'images_5' => array( 'additional image link', true ),
|
317 |
+
'images_6' => array( 'additional image link', true ),
|
318 |
+
'images_7' => array( 'additional image link', true ),
|
319 |
+
'images_8' => array( 'additional image link', true ),
|
320 |
+
'images_9' => array( 'additional image link', true ),
|
321 |
+
'images_10' => array( 'additional image link', true ),
|
322 |
'condition' => array( 'condition', false ),
|
323 |
'availability' => array( 'availability', false ),
|
324 |
'inventory' => array( 'inventory', false ),
|
382 |
'current_category' => array( 'g:google_product_category', true ),
|
383 |
'image' => array( 'g:image_link', true ),
|
384 |
'images' => array( 'g:additional_image_link', false ),
|
385 |
+
'images_1' => array( 'g:additional_image_link', true ),
|
386 |
+
'images_2' => array( 'g:additional_image_link', true ),
|
387 |
+
'images_3' => array( 'g:additional_image_link', true ),
|
388 |
+
'images_4' => array( 'g:additional_image_link', true ),
|
389 |
+
'images_5' => array( 'g:additional_image_link', true ),
|
390 |
+
'images_6' => array( 'g:additional_image_link', true ),
|
391 |
+
'images_7' => array( 'g:additional_image_link', true ),
|
392 |
+
'images_8' => array( 'g:additional_image_link', true ),
|
393 |
+
'images_9' => array( 'g:additional_image_link', true ),
|
394 |
+
'images_10' => array( 'g:additional_image_link', true ),
|
395 |
'condition' => array( 'g:condition', false ),
|
396 |
'availability' => array( 'g:availability', false ),
|
397 |
'availability_date' => array( 'g:availability_date', false ),
|
458 |
'current_category' => array( 'google_product_category', true ),
|
459 |
'image' => array( 'image_link', true ),
|
460 |
'images' => array( 'additional_image_link', true ),
|
461 |
+
'images_1' => array( 'additional image link', true ),
|
462 |
+
'images_2' => array( 'additional image link', true ),
|
463 |
+
'images_3' => array( 'additional image link', true ),
|
464 |
+
'images_4' => array( 'additional image link', true ),
|
465 |
+
'images_5' => array( 'additional image link', true ),
|
466 |
+
'images_6' => array( 'additional image link', true ),
|
467 |
+
'images_7' => array( 'additional image link', true ),
|
468 |
+
'images_8' => array( 'additional image link', true ),
|
469 |
+
'images_9' => array( 'additional image link', true ),
|
470 |
+
'images_10' => array( 'additional image link', true ),
|
471 |
'condition' => array( 'condition', false ),
|
472 |
'availability' => array( 'availability', false ),
|
473 |
'availability_date' => array( 'availability_date', false ),
|
includes/classes/class-woo-feed-webappick-api.php
CHANGED
@@ -133,7 +133,7 @@ if ( ! class_exists( 'WooFeedWebAppickAPI' ) ) {
|
|
133 |
$projectSlug = $this->client->getSlug();
|
134 |
add_filter( $projectSlug . '_what_tracked', [ $this, 'data_we_collect' ], 10, 1 );
|
135 |
add_filter( "WebAppick_{$projectSlug}_Support_Ticket_Recipient_Email", function(){
|
136 |
-
return '
|
137 |
}, 10 );
|
138 |
add_filter( "WebAppick_{$projectSlug}_Support_Ticket_Email_Template", [ $this, 'supportTicketTemplate' ], 10 );
|
139 |
add_filter( "WebAppick_{$projectSlug}_Support_Request_Ajax_Success_Response", [ $this, 'supportResponse' ], 10 );
|
133 |
$projectSlug = $this->client->getSlug();
|
134 |
add_filter( $projectSlug . '_what_tracked', [ $this, 'data_we_collect' ], 10, 1 );
|
135 |
add_filter( "WebAppick_{$projectSlug}_Support_Ticket_Recipient_Email", function(){
|
136 |
+
return 'sales@webappick.com';
|
137 |
}, 10 );
|
138 |
add_filter( "WebAppick_{$projectSlug}_Support_Ticket_Email_Template", [ $this, 'supportTicketTemplate' ], 10 );
|
139 |
add_filter( "WebAppick_{$projectSlug}_Support_Request_Ajax_Success_Response", [ $this, 'supportResponse' ], 10 );
|
woo-feed.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* Plugin URI: https://webappick.com/
|
12 |
* Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
|
13 |
*
|
14 |
-
* Version: 3.7.
|
15 |
* Author: WebAppick
|
16 |
* Author URI: https://webappick.com/
|
17 |
* License: GPL v2
|
@@ -39,7 +39,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
|
|
39 |
* @var string
|
40 |
* @since 3.1.6
|
41 |
*/
|
42 |
-
define( 'WOO_FEED_FREE_VERSION', '3.7.
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
11 |
* Plugin URI: https://webappick.com/
|
12 |
* Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
|
13 |
*
|
14 |
+
* Version: 3.7.2
|
15 |
* Author: WebAppick
|
16 |
* Author URI: https://webappick.com/
|
17 |
* License: GPL v2
|
39 |
* @var string
|
40 |
* @since 3.1.6
|
41 |
*/
|
42 |
+
define( 'WOO_FEED_FREE_VERSION', '3.7.2' );
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|