Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 2.2.24 |
Comparing to | |
See all releases |
Code changes from version 2.2.23 to 2.2.24
- README.txt +4 -1
- includes/class-woo-feed.php +1 -1
- includes/classes/class-woo-feed-products.php +0 -2
- woo-feed.php +2 -2
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: 4.9
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -296,6 +296,9 @@ Using pro version:
|
|
296 |
|
297 |
== Changelog ==
|
298 |
|
|
|
|
|
|
|
299 |
= 2.2.23(2018-10-25) =
|
300 |
* Google Attribute cost_of_goods_sold added
|
301 |
* Visual Composer shortcode remove issue fixed
|
4 |
Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.2.24
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
296 |
|
297 |
== Changelog ==
|
298 |
|
299 |
+
= 2.2.24(2018-11-05) =
|
300 |
+
* Minor issue fixed
|
301 |
+
|
302 |
= 2.2.23(2018-10-25) =
|
303 |
* Google Attribute cost_of_goods_sold added
|
304 |
* Visual Composer shortcode remove issue fixed
|
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.24';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
includes/classes/class-woo-feed-products.php
CHANGED
@@ -158,8 +158,6 @@ class Woo_Feed_Products
|
|
158 |
array_push($this->idExist,$id);
|
159 |
}
|
160 |
|
161 |
-
echo $prod->get_type();echo " == ".$prod->get_id(); echo "<br/>";
|
162 |
-
|
163 |
if ( $prod->is_type( 'simple' ) )
|
164 |
{
|
165 |
|
158 |
array_push($this->idExist,$id);
|
159 |
}
|
160 |
|
|
|
|
|
161 |
if ( $prod->is_type( 'simple' ) )
|
162 |
{
|
163 |
|
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
|
@@ -24,7 +24,7 @@
|
|
24 |
* Text Domain: woo-feed
|
25 |
* Domain Path: /languages
|
26 |
* WC requires at least: 3.2
|
27 |
-
* WC tested up to: 3.
|
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: 2.2.24
|
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: 3.2
|
27 |
+
* WC tested up to: 3.5
|
28 |
*/
|
29 |
|
30 |
// If this file is called directly, abort.
|