CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.5.3

Version Description

(2020-05-12) = * Fix: Fruugo template NormalPriceWithoutVat attribute replaced with NormalPriceWithoutVAT

Download this release

Release Info

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

Code changes from version 3.5.2 to 3.5.3

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.4
7
  Requires PHP: 5.6
8
- Stable tag: 3.5.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -305,6 +305,9 @@ Using pro version:
305
 
306
  == Changelog ==
307
 
 
 
 
308
  = 3.5.2 (2020-04-28) =
309
  * Fix: Tracking notice dismiss error fixed.
310
  * Fix: Minor php error fixed.
5
  Requires at least: 3.6
6
  Tested Up To: 5.4
7
  Requires PHP: 5.6
8
+ Stable tag: 3.5.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
305
 
306
  == Changelog ==
307
 
308
+ = 3.5.3 (2020-05-12) =
309
+ * Fix: Fruugo template NormalPriceWithoutVat attribute replaced with NormalPriceWithoutVAT
310
+
311
  = 3.5.2 (2020-04-28) =
312
  * Fix: Tracking notice dismiss error fixed.
313
  * Fix: Minor php error fixed.
includes/classes/class-woo-feed-merchant.php CHANGED
@@ -88,8 +88,8 @@ class Woo_Feed_Merchant {
88
  *
89
  * @param string $merchant merchant slug
90
  * if merchant not found default template params will be loaded.
91
- * @param string $currency currency code
92
- * @param string $brand_pattern brand name (pattern)
93
  *
94
  * @return void
95
  *
@@ -117,7 +117,7 @@ class Woo_Feed_Merchant {
117
  }
118
 
119
  /**
120
- * Sets Merchant Infos
121
  *
122
  * Follow this common format to add new merchant info
123
  * [
88
  *
89
  * @param string $merchant merchant slug
90
  * if merchant not found default template params will be loaded.
91
+ * @param string $currency currency code.
92
+ * @param string $brand_pattern brand name (pattern).
93
  *
94
  * @return void
95
  *
117
  }
118
 
119
  /**
120
+ * Sets Merchant Info
121
  *
122
  * Follow this common format to add new merchant info
123
  * [
includes/feeds/merchant_templates.php CHANGED
@@ -668,7 +668,7 @@ return array(
668
  'StockQuantity',
669
  'Title',
670
  'Description',
671
- 'NormalPriceWithoutVat',
672
  'DiscountPriceWithoutVAT',
673
  'VatRate',
674
  'Currency',
668
  'StockQuantity',
669
  'Title',
670
  'Description',
671
+ 'NormalPriceWithoutVAT',
672
  'DiscountPriceWithoutVAT',
673
  'VatRate',
674
  'Currency',
includes/helper.php CHANGED
@@ -578,10 +578,10 @@ if ( ! function_exists( 'woo_feed_parse_feed_rules' ) ) {
578
  'post_status' => [ 'publish' ],
579
  'filter_mode' => [],
580
  'campaign_parameters' => [],
581
- 'is_outOfStock' => 'n',
582
- 'product_visibility' => 0,
583
  // include hidden ? 1 yes 0 no
584
- 'outofstock_visibility' => 0,
585
  // override wc global option for out-of-stock product hidden from catalog? 1 yes 0 no
586
  'ptitle_show' => '',
587
  'decimal_separator' => wc_get_price_decimal_separator(),
578
  'post_status' => [ 'publish' ],
579
  'filter_mode' => [],
580
  'campaign_parameters' => [],
581
+ //'is_outOfStock' => 'y',
582
+ //'product_visibility' => 0,
583
  // include hidden ? 1 yes 0 no
584
+ //'outofstock_visibility' => 1,
585
  // override wc global option for out-of-stock product hidden from catalog? 1 yes 0 no
586
  'ptitle_show' => '',
587
  'decimal_separator' => wc_get_price_decimal_separator(),
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.5.2
15
  * Author: WebAppick
16
  * Author URI: https://webappick.com/
17
  * License: GPL v2
@@ -26,7 +26,7 @@
26
  *
27
  * WC Requirement & Test
28
  * WC requires at least: 3.2
29
- * WC tested up to: 4.0.0
30
  */
31
 
32
  if ( ! defined( 'ABSPATH' ) ) {
@@ -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.5.2' );
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.5.3
15
  * Author: WebAppick
16
  * Author URI: https://webappick.com/
17
  * License: GPL v2
26
  *
27
  * WC Requirement & Test
28
  * WC requires at least: 3.2
29
+ * WC tested up to: 4.1
30
  */
31
 
32
  if ( ! defined( 'ABSPATH' ) ) {
39
  * @var string
40
  * @since 3.1.6
41
  */
42
+ define( 'WOO_FEED_FREE_VERSION', '3.5.3' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {