CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.0.6

Version Description

Download this release

Release Info

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

Code changes from version 3.0.5 to 3.0.6

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.1
7
- Stable tag: 3.0.5
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
  = 3.0.5(2019-02-27) =
300
  * Fixed: Google Local Product Inventory feed template added
301
 
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.1
7
+ Stable tag: 3.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
296
 
297
  == Changelog ==
298
 
299
+ = 3.0.6(2019-03-05) =
300
+ * Fixed: Facebook inventory attribute added
301
+
302
  = 3.0.5(2019-02-27) =
303
  * Fixed: Google Local Product Inventory feed template added
304
 
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.5';
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.6';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -60,8 +60,8 @@ class Woo_Feed_Default_Attributes
60
  "leguide" =>"LeGuide",
61
  "real" =>"Real",
62
  "crowdfox" =>"Crowdfox",
63
- "jet" =>"Jet.com",
64
- "wish" =>"Wish.com",
65
  "---2" =>"",
66
  "--3" =>"Amazon Template",
67
  "amazon_clothing" =>"Clothing",
@@ -3676,6 +3676,7 @@ class Woo_Feed_Default_Attributes
3676
 
3677
  "--2" => "Availability & Price",
3678
  "availability" => "Stock Status[availability]",
 
3679
  "price" => "Regular Price[price]",
3680
  "sale_price" => "Sale Price[sale_price]",
3681
  "cost_of_goods_sold" => "Cost of Goods Sold[cost_of_goods_sold]",
60
  "leguide" =>"LeGuide",
61
  "real" =>"Real",
62
  "crowdfox" =>"Crowdfox",
63
+ "jet" =>"Jet.com",
64
+ "wish" =>"Wish.com",
65
  "---2" =>"",
66
  "--3" =>"Amazon Template",
67
  "amazon_clothing" =>"Clothing",
3676
 
3677
  "--2" => "Availability & Price",
3678
  "availability" => "Stock Status[availability]",
3679
+ "inventory" => "Facebook Inventory[inventory]",
3680
  "price" => "Regular Price[price]",
3681
  "sale_price" => "Sale Price[sale_price]",
3682
  "cost_of_goods_sold" => "Cost of Goods Sold[cost_of_goods_sold]",
includes/feeds/class-woo-feed-facebook.php CHANGED
@@ -169,6 +169,7 @@ class Woo_Feed_Facebook
169
  "images_10" => array("g:additional_image_link_10", true),
170
  "condition" => array("g:condition", false),
171
  "availability" => array("g:availability", false),
 
172
  "price" => array("g:price", true),
173
  "sale_price" => array("g:sale_price", true),
174
  "sale_price_effective_date" => array("g:sale_price_effective_date", true),
@@ -252,6 +253,7 @@ class Woo_Feed_Facebook
252
  "images_10" => array("additional image link 10", true),
253
  "condition" => array("condition", false),
254
  "availability" => array("availability", false),
 
255
  "price" => array("price", true),
256
  "sale_price" => array("sale price", true),
257
  "sale_price_effective_date" => array("sale price effective date", true),
169
  "images_10" => array("g:additional_image_link_10", true),
170
  "condition" => array("g:condition", false),
171
  "availability" => array("g:availability", false),
172
+ "inventory" => array("g:inventory", false),
173
  "price" => array("g:price", true),
174
  "sale_price" => array("g:sale_price", true),
175
  "sale_price_effective_date" => array("g:sale_price_effective_date", true),
253
  "images_10" => array("additional image link 10", true),
254
  "condition" => array("condition", false),
255
  "availability" => array("availability", false),
256
+ "inventory" => array("inventory", false),
257
  "price" => array("price", true),
258
  "sale_price" => array("sale price", true),
259
  "sale_price_effective_date" => array("sale price effective date", true),
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.5
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.6
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2