Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.1.2 to 3.1.3
- README.txt +4 -1
- includes/class-woo-feed.php +1 -1
- includes/classes/class-woo-feed-default-attributes.php +1 -1
- woo-feed.php +1 -1
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 |
|
@@ -303,6 +303,9 @@ Using pro version:
|
|
303 |
|
304 |
== Changelog ==
|
305 |
|
|
|
|
|
|
|
306 |
= 3.1.2(2019-06-26) =
|
307 |
* Fixed: Auto input field populate issue into feed making and edit page has fixed
|
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.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
303 |
|
304 |
== Changelog ==
|
305 |
|
306 |
+
= 3.1.3(2019-06-27) =
|
307 |
+
* Added: CDiscount.fr template added
|
308 |
+
|
309 |
= 3.1.2(2019-06-26) =
|
310 |
* Fixed: Auto input field populate issue into feed making and edit page has fixed
|
311 |
|
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.1.
|
74 |
$this->load_dependencies();
|
75 |
$this->set_locale();
|
76 |
$this->define_admin_hooks();
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->woo_feed = 'woo-feed';
|
73 |
+
$this->version = '3.1.3';
|
74 |
$this->load_dependencies();
|
75 |
$this->set_locale();
|
76 |
$this->define_admin_hooks();
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -94,7 +94,7 @@ class Woo_Feed_Default_Attributes
|
|
94 |
"beslist.nl" => "Beslist.nl",
|
95 |
"billiger.de" => "Billiger.de",
|
96 |
// "vertaa.fi" => "Vertaa.fi",
|
97 |
-
|
98 |
// "fnac.fr" => "Fnac.fr",
|
99 |
"idealo" => "Idealo",
|
100 |
// "miinto.nl" => "Miinto.nl",
|
94 |
"beslist.nl" => "Beslist.nl",
|
95 |
"billiger.de" => "Billiger.de",
|
96 |
// "vertaa.fi" => "Vertaa.fi",
|
97 |
+
"cdiscount.fr" => "CDiscount.fr",
|
98 |
// "fnac.fr" => "Fnac.fr",
|
99 |
"idealo" => "Idealo",
|
100 |
// "miinto.nl" => "Miinto.nl",
|
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
|
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.3
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|