Version Description
(2019-11-28) = * Feed Config table ui update
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.1.55 |
Comparing to | |
See all releases |
Code changes from version 3.1.54 to 3.1.55
- README.txt +5 -2
- admin/css/woo-feed-admin.css +8 -1
- woo-feed.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags:woocommerce,google product feed,facebook product feed,woocommerce product f
|
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.4-alpha-46743
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 3.1.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -305,7 +305,10 @@ Using pro version:
|
|
305 |
|
306 |
== Changelog ==
|
307 |
|
308 |
-
= 3.1.
|
|
|
|
|
|
|
309 |
* Fix stock status
|
310 |
|
311 |
= 3.1.53 (2019-11-25) =
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.4-alpha-46743
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 3.1.55
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
305 |
|
306 |
== Changelog ==
|
307 |
|
308 |
+
= 3.1.55 (2019-11-28) =
|
309 |
+
* Feed Config table ui update
|
310 |
+
|
311 |
+
= 3.1.54 (2019-11-27) =
|
312 |
* Fix stock status
|
313 |
|
314 |
= 3.1.53 (2019-11-25) =
|
admin/css/woo-feed-admin.css
CHANGED
@@ -153,6 +153,12 @@
|
|
153 |
height: 25px;
|
154 |
}
|
155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
.wf_attributes {
|
158 |
width: 150px;
|
@@ -177,11 +183,12 @@
|
|
177 |
opacity: 0.8;
|
178 |
z-index: 9999;
|
179 |
background: #fff;
|
|
|
180 |
}
|
181 |
|
182 |
.sorted_table tbody tr.placeholder td {
|
183 |
border: 1px dashed #2cc185;
|
184 |
-
height:
|
185 |
}
|
186 |
/*noinspection SpellCheckingInspection */
|
187 |
.mtable2 tbody tr {
|
153 |
height: 25px;
|
154 |
}
|
155 |
|
156 |
+
div#wf-tab-content1 select:not([name^="output_type"]), div#wf-tab-content1 input {
|
157 |
+
width: 100%;
|
158 |
+
}
|
159 |
+
div#wf-tab-content1 .dashicons {
|
160 |
+
vertical-align: middle;
|
161 |
+
}
|
162 |
|
163 |
.wf_attributes {
|
164 |
width: 150px;
|
183 |
opacity: 0.8;
|
184 |
z-index: 9999;
|
185 |
background: #fff;
|
186 |
+
height: 48px;
|
187 |
}
|
188 |
|
189 |
.sorted_table tbody tr.placeholder td {
|
190 |
border: 1px dashed #2cc185;
|
191 |
+
height: 28px;
|
192 |
}
|
193 |
/*noinspection SpellCheckingInspection */
|
194 |
.mtable2 tbody tr {
|
woo-feed.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: WooCommerce Product Feed
|
16 |
* Plugin URI: https://webappick.com/
|
17 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
18 |
-
* Version: 3.1.
|
19 |
* Author: WebAppick
|
20 |
* Author URI: https://webappick.com/
|
21 |
* License: GPL v2
|
@@ -41,7 +41,7 @@ if( ! defined( 'WOO_FEED_VERSION' ) ) {
|
|
41 |
* Plugin Version
|
42 |
* @var string
|
43 |
*/
|
44 |
-
define( 'WOO_FEED_VERSION', '3.1.
|
45 |
}
|
46 |
if( ! defined( 'WOO_FEED_FREE_FILE') ) {
|
47 |
/**
|
15 |
* Plugin Name: WooCommerce Product Feed
|
16 |
* Plugin URI: https://webappick.com/
|
17 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
18 |
+
* Version: 3.1.55
|
19 |
* Author: WebAppick
|
20 |
* Author URI: https://webappick.com/
|
21 |
* License: GPL v2
|
41 |
* Plugin Version
|
42 |
* @var string
|
43 |
*/
|
44 |
+
define( 'WOO_FEED_VERSION', '3.1.55' );
|
45 |
}
|
46 |
if( ! defined( 'WOO_FEED_FREE_FILE') ) {
|
47 |
/**
|