Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 2.2.16 |
Comparing to | |
See all releases |
Code changes from version 2.2.15 to 2.2.16
- README.txt +4 -1
- admin/partials/facebook/add-feed.php +1 -1
- admin/partials/google/add-feed.php +1 -1
- includes/class-woo-feed.php +1 -1
- woo-feed.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webappick.com
|
|
4 |
Tags:woocommerce,Google Merchant Feed,Facebook product feed,eBay,Bing,pricegrabber,nextag,pricerunner,kelkoo,feed,woocommerce feed,woocommerce product feed, txt export, csv export, xml export,woocommerce export,product export, newegg,rakuten,houzz,godatafeed,pricefalls,google merchant,google shopping,sell,sears,variation export,shareasale,etsy,Buy,Getprice,LeGuide,Twenga,Beslist,Kieskeurig,HotLine,Yandex.Market,product variation,connexity,Commission Junction,channel advisor,dealtime,shopbot,shopzilla,yahoo,Getprice,Gimme,Junglee,Myshopping,Priceme,Shopmania,Wine-searcher
|
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.15(2018-06-09) =
|
300 |
* Documentation and Pro plugin link added under plugin activation links
|
301 |
|
4 |
Tags:woocommerce,Google Merchant Feed,Facebook product feed,eBay,Bing,pricegrabber,nextag,pricerunner,kelkoo,feed,woocommerce feed,woocommerce product feed, txt export, csv export, xml export,woocommerce export,product export, newegg,rakuten,houzz,godatafeed,pricefalls,google merchant,google shopping,sell,sears,variation export,shareasale,etsy,Buy,Getprice,LeGuide,Twenga,Beslist,Kieskeurig,HotLine,Yandex.Market,product variation,connexity,Commission Junction,channel advisor,dealtime,shopbot,shopzilla,yahoo,Getprice,Gimme,Junglee,Myshopping,Priceme,Shopmania,Wine-searcher
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.2.16
|
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.16(2018-07-02) =
|
300 |
+
* Strip tag added as default output type for Google and Facebook template
|
301 |
+
|
302 |
= 2.2.15(2018-06-09) =
|
303 |
* Documentation and Pro plugin link added under plugin activation links
|
304 |
|
admin/partials/facebook/add-feed.php
CHANGED
@@ -148,7 +148,7 @@
|
|
148 |
<td>
|
149 |
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
150 |
<option value="1">Default</option>
|
151 |
-
<option value="2">Strip Tags</option>
|
152 |
<option value="3">UTF-8 Encode</option>
|
153 |
<option value="4">htmlentities</option>
|
154 |
<option value="5">Integer</option>
|
148 |
<td>
|
149 |
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
150 |
<option value="1">Default</option>
|
151 |
+
<option selected value="2">Strip Tags</option>
|
152 |
<option value="3">UTF-8 Encode</option>
|
153 |
<option value="4">htmlentities</option>
|
154 |
<option value="5">Integer</option>
|
admin/partials/google/add-feed.php
CHANGED
@@ -148,7 +148,7 @@
|
|
148 |
<td>
|
149 |
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
150 |
<option value="1">Default</option>
|
151 |
-
<option value="2">Strip Tags</option>
|
152 |
<option value="3">UTF-8 Encode</option>
|
153 |
<option value="4">htmlentities</option>
|
154 |
<option value="5">Integer</option>
|
148 |
<td>
|
149 |
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
150 |
<option value="1">Default</option>
|
151 |
+
<option selected value="2">Strip Tags</option>
|
152 |
<option value="3">UTF-8 Encode</option>
|
153 |
<option value="4">htmlentities</option>
|
154 |
<option value="5">Integer</option>
|
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.16';
|
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.16
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|