Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.0.25 |
Comparing to | |
See all releases |
Code changes from version 3.0.24 to 3.0.25
- README.txt +5 -1
- includes/class-woo-feed.php +1 -1
- includes/classes/class-woo-feed-default-attributes.php +1 -1
- woo-feed.php +1 -1
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -177,6 +177,7 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
|
|
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,6 +303,9 @@ Using pro version:
|
|
302 |
|
303 |
== Changelog ==
|
304 |
|
|
|
|
|
|
|
305 |
= 3.0.24(2019-04-25) =
|
306 |
* Fixed: cost_of_good_sold attribute issue fixed for Google & Facebook template
|
307 |
* Added: tax_category attribute added for Facebook template
|
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 |
|
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 |
+
* <a target="_blank" href="https://www.thenextad.com/">TheNextAd.com</a>
|
181 |
|
182 |
<blockquote>
|
183 |
<h4>If you like Free Version, you'll love the Pro Version</h4>
|
303 |
|
304 |
== Changelog ==
|
305 |
|
306 |
+
= 3.0.25(2019-04-26) =
|
307 |
+
* Added: TheNextAd template added
|
308 |
+
|
309 |
= 3.0.24(2019-04-25) =
|
310 |
* Fixed: cost_of_good_sold attribute issue fixed for Google & Facebook template
|
311 |
* Added: tax_category attribute added for Facebook template
|
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.
|
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.25';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -168,7 +168,7 @@ class Woo_Feed_Default_Attributes
|
|
168 |
"myshopping.com.au" => "Myshopping.com.au",
|
169 |
"smartly.io" => "Smartly.io",
|
170 |
"stylight.com" => "Stylight.com",
|
171 |
-
|
172 |
// "skinflint.co.uk" => "SkinFlint.co.uk",
|
173 |
"yahoo_nfa" => "Yahoo NFA",
|
174 |
// "comparer.be" => "Comparer.be",
|
168 |
"myshopping.com.au" => "Myshopping.com.au",
|
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",
|
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.
|
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.25
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|