CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.3.80

Version Description

(2021-05-06) = * Added: GoedGeplaatst.nl template default attributes added.

Download this release

Release Info

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

Code changes from version 4.3.79 to 4.3.80

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.3.79
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -501,6 +501,9 @@ Using pro version:
501
 
502
  == Changelog ==
503
 
 
 
 
504
  = 4.3.79 (2021-05-04) =
505
  * Added: GoedGeplaatst.nl template has been added.
506
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 4.3.80
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
501
 
502
  == Changelog ==
503
 
504
+ = 4.3.80 (2021-05-06) =
505
+ * Added: GoedGeplaatst.nl template default attributes added.
506
+
507
  = 4.3.79 (2021-05-04) =
508
  * Added: GoedGeplaatst.nl template has been added.
509
 
includes/feeds/merchant_templates.php CHANGED
@@ -814,6 +814,16 @@ return array(
814
  '',
815
  ),
816
  ),
 
 
 
 
 
 
 
 
 
 
817
  'jet' => array(
818
  'mattributes' => array(
819
  'Merchant SKU ID',
814
  '',
815
  ),
816
  ),
817
+ 'goedgeplaatst' => array(
818
+ 'mattributes' => array('title','description','type','price','images','categoryId','externalAdId','priceRetail','priceOther','bid','showContact','website','name','phone','address','houseNumber','postalCode','city','country','autoReplace','directForwardToMp','priceBidMinimal','priceBidAsking',),
819
+ 'prefix' => array('','','','','','','','','','','','','','','','','','','','','','','',),
820
+ 'type' => array('attribute','attribute','attribute','attribute','attribute','attribute','pattern','pattern','attribute','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern','pattern',),
821
+ 'attributes' => array('title','description','type','price','image','primary_category_id','','','sale_price','','','','','','','','','','','','','','',),
822
+ 'default' => array('','','','','','','','','','','','','','','','','','','','','','','',),
823
+ 'suffix' => array('','','','','','','','','','','','','','','','','','','','','','','',),
824
+ 'output_type' => array('1','1','1','6','1','1','1','1','6','1','1','1','1','1','1','1','1','1','1','1','1','1','1',),
825
+ 'limit' => array('','','','','','','','','','','','','','','','','','','','','','','',),
826
+ ),
827
  'jet' => array(
828
  'mattributes' => array(
829
  'Merchant SKU 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.3.79
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.3.79' );
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.3.80
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.3.80' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {