Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.0.40 |
Comparing to | |
See all releases |
Code changes from version 3.0.39 to 3.0.40
- README.txt +4 -1
- admin/partials/woo-feed-admin-display.php +1 -2
- 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 |
|
@@ -303,6 +303,9 @@ Using pro version:
|
|
303 |
|
304 |
== Changelog ==
|
305 |
|
|
|
|
|
|
|
306 |
= 3.0.39(2019-06-20) =
|
307 |
* Fixed: Prefix & suffix with empty value and stripslash issue fixed
|
308 |
* Added: Override 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.2
|
7 |
+
Stable tag: 3.0.40
|
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.40(2019-06-21) =
|
307 |
+
* Fixed: Make Feed view issue fixed
|
308 |
+
|
309 |
= 3.0.39(2019-06-20) =
|
310 |
* Fixed: Prefix & suffix with empty value and stripslash issue fixed
|
311 |
* Added: Override attribute added for facebook template
|
admin/partials/woo-feed-admin-display.php
CHANGED
@@ -16,8 +16,7 @@ $dropDown = new Woo_Feed_Dropdown();
|
|
16 |
$product = new Woo_Feed_Products();
|
17 |
$attributes=new Woo_Feed_Default_Attributes();
|
18 |
$product->load_attributes();
|
19 |
-
|
20 |
-
die();
|
21 |
?>
|
22 |
|
23 |
<div class="wrap" id="Feed">
|
16 |
$product = new Woo_Feed_Products();
|
17 |
$attributes=new Woo_Feed_Default_Attributes();
|
18 |
$product->load_attributes();
|
19 |
+
|
|
|
20 |
?>
|
21 |
|
22 |
<div class="wrap" id="Feed">
|
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.40
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|