Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 2.2.17 |
Comparing to | |
See all releases |
Code changes from version 2.2.16 to 2.2.17
- README.txt +3 -0
- admin/partials/amazon/add-feed.php +1 -1
- includes/class-woo-feed.php +1 -1
- woo-feed.php +1 -1
README.txt
CHANGED
@@ -296,6 +296,9 @@ Using pro version:
|
|
296 |
|
297 |
== Changelog ==
|
298 |
|
|
|
|
|
|
|
299 |
= 2.2.16(2018-07-02) =
|
300 |
* Strip tag added as default output type for Google and Facebook template
|
301 |
|
296 |
|
297 |
== Changelog ==
|
298 |
|
299 |
+
= 2.2.17(2018-07-05) =
|
300 |
+
* All field added to amazon template
|
301 |
+
|
302 |
= 2.2.16(2018-07-02) =
|
303 |
* Strip tag added as default output type for Google and Facebook template
|
304 |
|
admin/partials/amazon/add-feed.php
CHANGED
@@ -79,7 +79,7 @@
|
|
79 |
</tr>
|
80 |
<?php
|
81 |
if($i>8){
|
82 |
-
break;
|
83 |
}
|
84 |
}
|
85 |
?>
|
79 |
</tr>
|
80 |
<?php
|
81 |
if($i>8){
|
82 |
+
//break;
|
83 |
}
|
84 |
}
|
85 |
?>
|
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 = '2.2.
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->woo_feed = 'woo-feed';
|
73 |
+
$this->version = '2.2.17';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
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: 2.2.
|
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: 2.2.17
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|