Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.0.30 |
Comparing to | |
See all releases |
Code changes from version 3.0.29 to 3.0.30
- README.txt +9 -5
- 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.2
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -53,10 +53,10 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
|
|
53 |
* It is highly customizable, having access to 100+ merchant sites & also very responsive of user commands.
|
54 |
* 10+ pre configured template for Google Shopping,Google Adword,Facebook,Nextag.com,pricegrabber.com,Shopping.com,
|
55 |
become.com,conexity.com,shopmania.com,shopzilla.com,bing.com
|
56 |
-
* You can post your product feeds either manually from your site to shopping engines
|
57 |
or you can also set FTP to post your feeds automatically to your desired engines.
|
58 |
* Feeds are also accessible via HTTP or HTTPS. So that merchant can easily and automatically fetch product feed using given Feed URL.
|
59 |
-
* There are 3 supported file formats for feeds. They are: XML, TXT, CSV.
|
60 |
* Attribute Prefix and Suffix. You can easily add Marketing or Promo Text with Product Title, Description And its also possible to add Price symbol,currency code with price.
|
61 |
* Output formatting using Strip Tags,UTF-8 encode,Remove Space,CDATA,Htmentities,Price and Number format
|
62 |
* Output Limitation. You can Limit output length according to your merchant feed specification.
|
@@ -242,7 +242,7 @@ WooCommerce Product Feed Pro supports multi-vendor product feed generation. You
|
|
242 |
|
243 |
**SUPPORT TEAM**
|
244 |
|
245 |
-
We’ve a dedicated team of coders and wordpress experts to make your journey to us friendlier & error free. So, if you want to use our plugin or if you are facing any problem with our plugin feel free to say us by emailing here: support@webappick.com.
|
246 |
|
247 |
== Installation ==
|
248 |
|
@@ -275,7 +275,7 @@ e.g.
|
|
275 |
|
276 |
= which shopping engines are supported? =
|
277 |
|
278 |
-
This plugin support all the sopping engines.
|
279 |
|
280 |
= Does the plugin support product variation? =
|
281 |
|
@@ -303,6 +303,10 @@ Using pro version:
|
|
303 |
|
304 |
== Changelog ==
|
305 |
|
|
|
|
|
|
|
|
|
306 |
= 3.0.29(2019-05-06) =
|
307 |
* Added: Idealo template added
|
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.0.30
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
53 |
* It is highly customizable, having access to 100+ merchant sites & also very responsive of user commands.
|
54 |
* 10+ pre configured template for Google Shopping,Google Adword,Facebook,Nextag.com,pricegrabber.com,Shopping.com,
|
55 |
become.com,conexity.com,shopmania.com,shopzilla.com,bing.com
|
56 |
+
* You can post your product feeds either manually from your site to shopping engines
|
57 |
or you can also set FTP to post your feeds automatically to your desired engines.
|
58 |
* Feeds are also accessible via HTTP or HTTPS. So that merchant can easily and automatically fetch product feed using given Feed URL.
|
59 |
+
* There are 3 supported file formats for feeds. They are: XML, TXT, CSV.
|
60 |
* Attribute Prefix and Suffix. You can easily add Marketing or Promo Text with Product Title, Description And its also possible to add Price symbol,currency code with price.
|
61 |
* Output formatting using Strip Tags,UTF-8 encode,Remove Space,CDATA,Htmentities,Price and Number format
|
62 |
* Output Limitation. You can Limit output length according to your merchant feed specification.
|
242 |
|
243 |
**SUPPORT TEAM**
|
244 |
|
245 |
+
We’ve a dedicated team of coders and wordpress experts to make your journey to us friendlier & error free. So, if you want to use our plugin or if you are facing any problem with our plugin feel free to say us by emailing here: support@webappick.com.
|
246 |
|
247 |
== Installation ==
|
248 |
|
275 |
|
276 |
= which shopping engines are supported? =
|
277 |
|
278 |
+
This plugin support all the sopping engines.
|
279 |
|
280 |
= Does the plugin support product variation? =
|
281 |
|
303 |
|
304 |
== Changelog ==
|
305 |
|
306 |
+
= 3.0.30(2019-05-08) =
|
307 |
+
* Added: tax_country,tax_region,tax_rate,tax_ship attribute added.
|
308 |
+
* Tweak: tax attribute deleted.
|
309 |
+
|
310 |
= 3.0.29(2019-05-06) =
|
311 |
* Added: Idealo template added
|
312 |
|
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.30';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -3845,7 +3845,7 @@ class Woo_Feed_Default_Attributes
|
|
3845 |
"---4" => "",
|
3846 |
|
3847 |
"--5" => "Tax & Shipping",
|
3848 |
-
"tax" => "Tax[tax]",
|
3849 |
"tax_country" => "Tax Country[tax_country]",
|
3850 |
"tax_region" => "Tax Region[tax_region]",
|
3851 |
"tax_rate" => "Tax Rate[tax_rate]",
|
3845 |
"---4" => "",
|
3846 |
|
3847 |
"--5" => "Tax & Shipping",
|
3848 |
+
// "tax" => "Tax[tax]",
|
3849 |
"tax_country" => "Tax Country[tax_country]",
|
3850 |
"tax_region" => "Tax Region[tax_region]",
|
3851 |
"tax_rate" => "Tax Rate[tax_rate]",
|
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.30
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|