CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.3.38

Version Description

(2021-02-28) = * Tweak: Rakuten.de template updated.

Download this release

Release Info

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

Code changes from version 4.3.37 to 4.3.38

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.6.1
7
  Requires PHP: 5.6
8
- Stable tag: 4.3.37
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -498,6 +498,9 @@ Using pro version:
498
 
499
  == Changelog ==
500
 
 
 
 
501
  = 4.3.37 (2021-02-25) =
502
  * Fixed: Status page product count issue fixed.
503
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.6.1
7
  Requires PHP: 5.6
8
+ Stable tag: 4.3.38
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
498
 
499
  == Changelog ==
500
 
501
+ = 4.3.38 (2021-02-28) =
502
+ * Tweak: Rakuten.de template updated.
503
+
504
  = 4.3.37 (2021-02-25) =
505
  * Fixed: Status page product count issue fixed.
506
 
includes/feeds/merchant_templates.php CHANGED
@@ -7729,5 +7729,15 @@ return array(
7729
  'output_type' => array('1','1','1','1','1','1',),
7730
  'limit' => array('','','','','','',),
7731
  ),
 
 
 
 
 
 
 
 
 
 
7732
  );
7733
  // End of file merchant_templates.php
7729
  'output_type' => array('1','1','1','1','1','1',),
7730
  'limit' => array('','','','','','',),
7731
  ),
7732
+ 'rakuten.de' => array(
7733
+ 'mattributes' => array('id','title','description','link','image_link','price','google_product_category','brand','item_group_id','sale_price','availability','gtin','mpn','sku','additional image link','condition','gender','age group',),
7734
+ 'prefix' => array('','','','','','','','','','','','','','','','','','',),
7735
+ 'type' => array('attribute','attribute','attribute','attribute','attribute','attribute','attribute','pattern','attribute','attribute','attribute','attribute','attribute','attribute','attribute','pattern','pattern','pattern',),
7736
+ 'attributes' => array('id','title','description','link','image','price','product_type','','item_group_id','sale_price','availability','woo_feed_gtin','woo_feed_mpn','sku','image_1','','','',),
7737
+ 'default' => array('','','','','','','','','','','','','','','','','','',),
7738
+ 'suffix' => array('','','','','','','','','','','','','','','','','','',),
7739
+ 'output_type' => array('1','1','1','1','1','1','1','1','1','6','1','1','1','1','1','1','1','1',),
7740
+ 'limit' => array('','','','','','','','','','','','','','','','','','',),
7741
+ ),
7742
  );
7743
  // End of file merchant_templates.php
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.3.37
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
@@ -38,7 +38,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
38
  * @var string
39
  * @since 3.1.6
40
  */
41
- define( 'WOO_FEED_FREE_VERSION', '4.3.37' );
42
  }
43
 
44
  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.3.38
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
38
  * @var string
39
  * @since 3.1.6
40
  */
41
+ define( 'WOO_FEED_FREE_VERSION', '4.3.38' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {