CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.1.9

Version Description

Download this release

Release Info

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

Code changes from version 3.1.8 to 3.1.9

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webappick.com
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
- Stable tag: 3.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -303,6 +303,9 @@ Using pro version:
303
 
304
  == Changelog ==
305
 
 
 
 
306
  = 3.1.8(2019-07-08) =
307
  * Fixed: pinterest csv feed attribute underscore issue fixed
308
 
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
+ Stable tag: 3.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
303
 
304
  == Changelog ==
305
 
306
+ = 3.1.9(2019-07-11) =
307
+ * Added: shopalike.fr template added
308
+
309
  = 3.1.8(2019-07-08) =
310
  * Fixed: pinterest csv feed attribute underscore issue fixed
311
 
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -85,7 +85,7 @@ class Woo_Feed_Default_Attributes
85
  "kijiji.ca" => "Kijiji.ca",
86
  "marktplaats.nl" => "Marktplaats.nl",
87
  "rakuten" => "Rakuten",
88
- // "shopalike.fr" => "Shopalike.fr",
89
  // "spartoo.fi" => "Spartoo.fi",
90
  // "webmarchand" => "Webmarchand",
91
  // "fashiola" => "Fashiola",
85
  "kijiji.ca" => "Kijiji.ca",
86
  "marktplaats.nl" => "Marktplaats.nl",
87
  "rakuten" => "Rakuten",
88
+ "shopalike.fr" => "Shopalike.fr",
89
  // "spartoo.fi" => "Spartoo.fi",
90
  // "webmarchand" => "Webmarchand",
91
  // "fashiola" => "Fashiola",
woo-feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WooCommerce Product Feed
17
  * Plugin URI: https://webappick.com/
18
  * Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
19
- * Version: 3.1.8
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
36
  exit;
37
  }
38
 
39
- define("WOO_FEED_VERSION", "3.1.8");
40
 
41
  /**
42
  * The core plugin class that is used to define internationalization,
16
  * Plugin Name: WooCommerce Product Feed
17
  * Plugin URI: https://webappick.com/
18
  * Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
19
+ * Version: 3.1.9
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
36
  exit;
37
  }
38
 
39
+ define("WOO_FEED_VERSION", "3.1.9");
40
 
41
  /**
42
  * The core plugin class that is used to define internationalization,