CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.0.23

Version Description

Download this release

Release Info

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

Code changes from version 3.0.22 to 3.0.23

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.1
7
- Stable tag: 3.0.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -176,6 +176,7 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
176
  * <a target="_blank" href="https://zap.co.il/">Zap.co.il</a>
177
  * <a target="_blank" href="https://smartly.io/">Smartly.io</a>
178
  * <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
 
179
 
180
  <blockquote>
181
  <h4>If you like Free Version, you'll love the Pro Version</h4>
@@ -301,6 +302,9 @@ Using pro version:
301
 
302
  == Changelog ==
303
 
 
 
 
304
  = 3.0.22(2019-04-22) =
305
  * Added: Stylight template added
306
  * Added: Google & Facebook template will auto add currency code as suffix for price attribute
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.1
7
+ Stable tag: 3.0.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
176
  * <a target="_blank" href="https://zap.co.il/">Zap.co.il</a>
177
  * <a target="_blank" href="https://smartly.io/">Smartly.io</a>
178
  * <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
179
+ * <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
180
 
181
  <blockquote>
182
  <h4>If you like Free Version, you'll love the Pro Version</h4>
302
 
303
  == Changelog ==
304
 
305
+ = 3.0.23(2019-04-24) =
306
+ * Added: Yahoo NFA template added
307
+
308
  = 3.0.22(2019-04-22) =
309
  * Added: Stylight template added
310
  * Added: Google & Facebook template will auto add currency code as suffix for price attribute
includes/class-woo-feed.php CHANGED
@@ -70,7 +70,7 @@ class Woo_Feed
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
- $this->version = '3.0.22';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
+ $this->version = '3.0.23';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -170,7 +170,7 @@ class Woo_Feed_Default_Attributes
170
  "stylight.com" => "Stylight.com",
171
  // "nextad" => "TheNextAd",
172
  // "skinflint.co.uk" => "SkinFlint.co.uk",
173
- // "yahoo_nfa" => "Yahoo NFA",
174
  // "comparer.be" => "Comparer.be",
175
  // "dooyoo" => "Dooyoo",
176
  // "hintaseuranta.fi" => "Hintaseuranta.fi",
170
  "stylight.com" => "Stylight.com",
171
  // "nextad" => "TheNextAd",
172
  // "skinflint.co.uk" => "SkinFlint.co.uk",
173
+ "yahoo_nfa" => "Yahoo NFA",
174
  // "comparer.be" => "Comparer.be",
175
  // "dooyoo" => "Dooyoo",
176
  // "hintaseuranta.fi" => "Hintaseuranta.fi",
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.0.22
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
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.0.23
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2