Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.1.14 |
Comparing to | |
See all releases |
Code changes from version 3.1.13 to 3.1.14
- README.txt +5 -1
- includes/classes/class-woo-feed-default-attributes.php +2 -1
- woo-feed.php +4 -3
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.2
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -178,6 +178,7 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
|
|
178 |
* <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
|
179 |
* <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
|
180 |
* <a target="_blank" href="https://www.thenextad.com/">TheNextAd.com</a>
|
|
|
181 |
|
182 |
<blockquote>
|
183 |
<h4>If you like Free Version, you'll love the Pro Version</h4>
|
@@ -303,6 +304,9 @@ Using pro version:
|
|
303 |
|
304 |
== Changelog ==
|
305 |
|
|
|
|
|
|
|
306 |
= 3.1.13(2019-07-22) =
|
307 |
* Modified: spartoo.fi template modified
|
308 |
|
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.14
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
178 |
* <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
|
179 |
* <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
|
180 |
* <a target="_blank" href="https://www.thenextad.com/">TheNextAd.com</a>
|
181 |
+
* <a target="_blank" href="https://modina.de/">Modina.de</a>
|
182 |
|
183 |
<blockquote>
|
184 |
<h4>If you like Free Version, you'll love the Pro Version</h4>
|
304 |
|
305 |
== Changelog ==
|
306 |
|
307 |
+
= 3.1.14(2019-07-23) =
|
308 |
+
* Added: modina.de template added
|
309 |
+
|
310 |
= 3.1.13(2019-07-22) =
|
311 |
* Modified: spartoo.fi template modified
|
312 |
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -101,8 +101,9 @@ class Woo_Feed_Default_Attributes
|
|
101 |
// 'fyndiq.se' => "Fyndiq.se",
|
102 |
// "criteo" => "Criteo"
|
103 |
// "avantlink" => "Avantlink",
|
104 |
-
'shareasale' => "ShareASale"
|
105 |
// "walmart" => "Walmart"
|
|
|
106 |
);
|
107 |
|
108 |
asort($others_temp);
|
101 |
// 'fyndiq.se' => "Fyndiq.se",
|
102 |
// "criteo" => "Criteo"
|
103 |
// "avantlink" => "Avantlink",
|
104 |
+
'shareasale' => "ShareASale",
|
105 |
// "walmart" => "Walmart"
|
106 |
+
"modina.de" => "Modina.de"
|
107 |
);
|
108 |
|
109 |
asort($others_temp);
|
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.
|
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.
|
40 |
|
41 |
/**
|
42 |
* The core plugin class that is used to define internationalization,
|
@@ -804,7 +804,8 @@ function woo_feed_manage_feed()
|
|
804 |
"criteo",
|
805 |
"avantlink",
|
806 |
"shareasale",
|
807 |
-
"walmart"
|
|
|
808 |
);
|
809 |
|
810 |
if (isset($fname)) {
|
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.14
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|
36 |
exit;
|
37 |
}
|
38 |
|
39 |
+
define("WOO_FEED_VERSION", "3.1.14");
|
40 |
|
41 |
/**
|
42 |
* The core plugin class that is used to define internationalization,
|
804 |
"criteo",
|
805 |
"avantlink",
|
806 |
"shareasale",
|
807 |
+
"walmart",
|
808 |
+
"modina.de"
|
809 |
);
|
810 |
|
811 |
if (isset($fname)) {
|