CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.4.7

Version Description

(2021-06-28) = * Fixed: Extra identifier image attribute removed, additional image attribute should be used instead.

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 4.4.7
Comparing to
See all releases

Code changes from version 4.4.6 to 4.4.7

README.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Cata
5
  Requires at least: 3.6
6
  Tested Up To: 5.7
7
  Requires PHP: 5.6
8
- Stable tag: 4.4.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -516,6 +516,9 @@ Using pro version:
516
 
517
  == Changelog ==
518
 
 
 
 
519
  = 4.4.6 (2021-06-24) =
520
  * Added: Rank math GTIN attribute has been added.
521
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 4.4.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
516
 
517
  == Changelog ==
518
 
519
+ = 4.4.7 (2021-06-28) =
520
+ * Fixed: Extra identifier image attribute removed, additional image attribute should be used instead.
521
+
522
  = 4.4.6 (2021-06-24) =
523
  * Added: Rank math GTIN attribute has been added.
524
 
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -616,14 +616,6 @@ class Woo_Feed_Default_Attributes {
616
  'upc' => 'GTIN[gtin]',
617
  'sku' => 'MPN[mpn]',
618
  'identifier_exists' => 'Identifier Exist[identifier_exists]',
619
- 'image_link_2' => 'Image 2',
620
- 'image_link_3' => 'Image 3',
621
- 'image_link_4' => 'Image 4',
622
- 'image_link_5' => 'Image 5',
623
- 'image_link_6' => 'Image 6',
624
- 'image_link_7' => 'Image 7',
625
- 'image_link_8' => 'Image 8',
626
- 'image_link_9' => 'Image 9',
627
  '---3' => '',
628
  '--4' => 'Detailed Product Attributes',
629
  'item_group_id' => 'Item Group Id[item_group_id]',
616
  'upc' => 'GTIN[gtin]',
617
  'sku' => 'MPN[mpn]',
618
  'identifier_exists' => 'Identifier Exist[identifier_exists]',
 
 
 
 
 
 
 
 
619
  '---3' => '',
620
  '--4' => 'Detailed Product Attributes',
621
  'item_group_id' => 'Item Group Id[item_group_id]',
woo-feed.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: CTX Feed
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
- * Version: 4.4.6
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * 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', '4.4.6' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
10
  * Plugin Name: CTX Feed
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
+ * Version: 4.4.7
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
39
  * @var string
40
  * @since 3.1.6
41
  */
42
+ define( 'WOO_FEED_FREE_VERSION', '4.4.7' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {