Version Description
- 2018-01-28 =
- Added support for WooCommerce 3.3
Download this release
Release Info
Developer | jablonowski |
Plugin | Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager |
Version | 1.5.8 |
Comparing to | |
See all releases |
Code changes from version 1.5.7 to 1.5.8
- flexible-checkout-fields.php +3 -3
- readme.txt +6 -3
flexible-checkout-fields.php
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
-
Version: 1.5.
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
10 |
Domain Path: /lang/
|
11 |
Requires at least: 4.5
|
12 |
-
Tested up to: 4.9.
|
13 |
WC requires at least: 2.6.14
|
14 |
-
WC tested up to: 3.
|
15 |
|
16 |
Copyright 2017 WP Desk Ltd.
|
17 |
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
+
Version: 1.5.8
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
10 |
Domain Path: /lang/
|
11 |
Requires at least: 4.5
|
12 |
+
Tested up to: 4.9.2
|
13 |
WC requires at least: 2.6.14
|
14 |
+
WC tested up to: 3.3
|
15 |
|
16 |
Copyright 2017 WP Desk Ltd.
|
17 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdesk
|
|
3 |
Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
4 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -100,7 +100,7 @@ Enable conditional logic (show or hide) for fields based on products and/or cate
|
|
100 |
|
101 |
= WooCommerce Compatibility =
|
102 |
|
103 |
-
**WooCommerce 3.
|
104 |
|
105 |
Flexible Checkout Fields also plays well with older versions of WooCommerce. We tested the plugin with WooCommerce 2.6.14 and up.
|
106 |
|
@@ -165,6 +165,9 @@ If you are upgrading from the old WooCommerce Checkout Fields version (1.1, wooc
|
|
165 |
|
166 |
== Changelog ==
|
167 |
|
|
|
|
|
|
|
168 |
= 1.5.7 - 2017-12-14 =
|
169 |
* Fixed issue with changing name and placeholder for core WooCommerce fields
|
170 |
* Fixed displaying field name when it's removed
|
3 |
Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
4 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 4.9.2
|
7 |
+
Stable tag: 1.5.8
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
100 |
|
101 |
= WooCommerce Compatibility =
|
102 |
|
103 |
+
**WooCommerce 3.3 ready!**
|
104 |
|
105 |
Flexible Checkout Fields also plays well with older versions of WooCommerce. We tested the plugin with WooCommerce 2.6.14 and up.
|
106 |
|
165 |
|
166 |
== Changelog ==
|
167 |
|
168 |
+
= 1.5.8 - 2018-01-28 =
|
169 |
+
* Added support for WooCommerce 3.3
|
170 |
+
|
171 |
= 1.5.7 - 2017-12-14 =
|
172 |
* Fixed issue with changing name and placeholder for core WooCommerce fields
|
173 |
* Fixed displaying field name when it's removed
|