CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.1.21

Version Description

Download this release

Release Info

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

Code changes from version 3.1.20 to 3.1.21

README.txt CHANGED
@@ -4,11 +4,11 @@ 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.20
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Get Real Buyer and Boost Your Sell by Uploading your Products to 100+ Shopping Engines Like Google Merchant,Facebook,Bing,eBay,Amazon.
12
 
13
  == Description ==
14
 
@@ -304,6 +304,9 @@ Using pro version:
304
 
305
  == Changelog ==
306
 
 
 
 
307
  = 3.1.20(2019-08-19) =
308
  * Added: fashiola template added
309
 
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.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ WooCommerce Product Feed Generator for Google Merchant (Shopping), Faccebook Catalog, eBay, Bing, PriceSpy, Idealo and More. Support 100+ Merchants.
12
 
13
  == Description ==
14
 
304
 
305
  == Changelog ==
306
 
307
+ = 3.1.21(2019-08-20) =
308
+ * Added: vertaa.fi template added
309
+
310
  = 3.1.20(2019-08-19) =
311
  * Added: fashiola template added
312
 
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -93,7 +93,7 @@ class Woo_Feed_Default_Attributes
93
  "kieskeurig.nl" => "Kieskeurig.nl",
94
  "beslist.nl" => "Beslist.nl",
95
  "billiger.de" => "Billiger.de",
96
- // "vertaa.fi" => "Vertaa.fi",
97
  "cdiscount.fr" => "CDiscount.fr",
98
  // "fnac.fr" => "Fnac.fr",
99
  "idealo" => "Idealo",
93
  "kieskeurig.nl" => "Kieskeurig.nl",
94
  "beslist.nl" => "Beslist.nl",
95
  "billiger.de" => "Billiger.de",
96
+ "vertaa.fi" => "Vertaa.fi",
97
  "cdiscount.fr" => "CDiscount.fr",
98
  // "fnac.fr" => "Fnac.fr",
99
  "idealo" => "Idealo",
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.20
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.20");
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.21
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
36
  exit;
37
  }
38
 
39
+ define("WOO_FEED_VERSION", "3.1.21");
40
 
41
  /**
42
  * The core plugin class that is used to define internationalization,