CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.1.5

Version Description

(2020-11-08) = * Fix: Bing template as txt format.

Download this release

Release Info

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

Code changes from version 4.1.4 to 4.1.5

Files changed (3) hide show
  1. README.txt +4 -1
  2. includes/feeds/merchant_infos.php +1 -1
  3. woo-feed.php +2 -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: 4.1.4
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
  = 4.1.4 (2020-11-05) =
312
  * Fix: Unslush link solved.
313
  * Fix: Removed whitespaces.
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 4.1.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
308
 
309
  == Changelog ==
310
 
311
+ = 4.1.5 (2020-11-08) =
312
+ * Fix: Bing template as txt format.
313
+
314
  = 4.1.4 (2020-11-05) =
315
  * Fix: Unslush link solved.
316
  * Fix: Removed whitespaces.
includes/feeds/merchant_infos.php CHANGED
@@ -54,7 +54,7 @@ return array(
54
  ), // Pinterest.
55
  'bing' => array(
56
  'link' => 'http://bit.ly/33ZeuVS',
57
- 'feed_file_type' => array( 'CSV' ),
58
  ), // Bing.
59
  'pricespy' => array(
60
  'link' => 'http://bit.ly/2t0rEFm',
54
  ), // Pinterest.
55
  'bing' => array(
56
  'link' => 'http://bit.ly/33ZeuVS',
57
+ 'feed_file_type' => array( 'TXT' ),
58
  ), // Bing.
59
  'pricespy' => array(
60
  'link' => 'http://bit.ly/2t0rEFm',
woo-feed.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: WooCommerce Product 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.1.4
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.1.4' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
10
  * Plugin Name: WooCommerce Product 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.1.5
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.1.5' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {