CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.0.26

Version Description

Download this release

Release Info

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

Code changes from version 3.0.25 to 3.0.26

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wahid0003
3
  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.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -303,6 +303,11 @@ Using pro version:
303
 
304
  == Changelog ==
305
 
 
 
 
 
 
306
  = 3.0.25(2019-04-26) =
307
  * Added: TheNextAd template added
308
 
3
  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.0.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
303
 
304
  == Changelog ==
305
 
306
+ = 3.0.26(2019-04-29) =
307
+ * Added: SkinFlint.co.uk template added
308
+ * Wordpress 5.2 compatibility checked
309
+ * WooCommerce 3.6 compatibility checked
310
+
311
  = 3.0.25(2019-04-26) =
312
  * Added: TheNextAd template added
313
 
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.25';
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.26';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -169,7 +169,7 @@ class Woo_Feed_Default_Attributes
169
  "smartly.io" => "Smartly.io",
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",
169
  "smartly.io" => "Smartly.io",
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",
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.25
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
@@ -24,7 +24,7 @@
24
  * Text Domain: woo-feed
25
  * Domain Path: /languages
26
  * WC requires at least: 2.6
27
- * WC tested up to: 3.5
28
  */
29
 
30
  // If this file is called directly, abort.
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.26
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
24
  * Text Domain: woo-feed
25
  * Domain Path: /languages
26
  * WC requires at least: 2.6
27
+ * WC tested up to: 3.6
28
  */
29
 
30
  // If this file is called directly, abort.