CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.1.30

Version Description

(2019-10-2) = * Fix Feed doesn't include last product variation

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 3.1.30
Comparing to
See all releases

Code changes from version 3.1.29 to 3.1.30

README.txt CHANGED
@@ -1,10 +1,10 @@
1
- === WooCommerce Product Feed for Google, Bing, eBay and Many More ===
2
  Contributors: wahid0003
3
  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.1.29
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -303,6 +303,8 @@ Using pro version:
303
  2. FTP info config
304
 
305
  == Changelog ==
 
 
306
 
307
  = 3.1.29(2019-09-30) =
308
  * Update Google Taxonomy list at the latest.
1
+ === WooCommerce Product Feed for Google, Bing, eBay and Many More ===
2
  Contributors: wahid0003
3
  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.1.30
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
303
  2. FTP info config
304
 
305
  == Changelog ==
306
+ = 3.1.30 (2019-10-2) =
307
+ * Fix Feed doesn't include last product variation
308
 
309
  = 3.1.29(2019-09-30) =
310
  * Update Google Taxonomy list at the latest.
admin/css/selectize.css CHANGED
File without changes
admin/js/selectize.min.js CHANGED
File without changes
admin/js/wp-selectize.js CHANGED
File without changes
includes/classes/class-woo-feed-products.php CHANGED
@@ -688,7 +688,6 @@ class Woo_Feed_Products
688
  if(is_array($variations) && (sizeof($variations) > 0 )){
689
  foreach ($variations as $vKey=>$variationProd){
690
 
691
- $this->pi++;
692
  $id=$variationProd['variation_id'];
693
 
694
  $variation=new WC_Product_Variation($id);
@@ -816,7 +815,7 @@ class Woo_Feed_Products
816
  // $this->productsList[ $this->pi ]["wf_taxo_".$taxonomy]=strip_tags(get_the_term_list($id,$taxonomy,"",",",""));
817
  // }
818
  // }
819
-
820
  }
821
  }
822
  }catch (Exception $e){
688
  if(is_array($variations) && (sizeof($variations) > 0 )){
689
  foreach ($variations as $vKey=>$variationProd){
690
 
 
691
  $id=$variationProd['variation_id'];
692
 
693
  $variation=new WC_Product_Variation($id);
815
  // $this->productsList[ $this->pi ]["wf_taxo_".$taxonomy]=strip_tags(get_the_term_list($id,$taxonomy,"",",",""));
816
  // }
817
  // }
818
+ $this->pi++;
819
  }
820
  }
821
  }catch (Exception $e){
public/class-woo-feed-public.php CHANGED
File without changes
public/css/woo-feed-public.css CHANGED
File without changes
public/index.php CHANGED
File without changes
public/js/woo-feed-public.js CHANGED
File without changes
public/partials/woo-feed-public-display.php CHANGED
File without changes
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.1.29
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
36
  exit;
37
  }
38
 
39
- define( 'WOO_FEED_VERSION', '3.1.29' );
40
 
41
  /**
42
  * Plugin Path with trailing slash
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.1.30
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
36
  exit;
37
  }
38
 
39
+ define( 'WOO_FEED_VERSION', '3.1.30' );
40
 
41
  /**
42
  * Plugin Path with trailing slash