WooCommerce Checkout Field Editor (Manager) Pro - Version 1.5.1

Version Description

  • Added WooCommerce 5.9.0 compatibility.
Download this release

Release Info

Developer ThemeHigh
Plugin Icon 128x128 WooCommerce Checkout Field Editor (Manager) Pro
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5.0 to 1.5.1

admin/assets/images/wp-plugins/advanced-faq-manager.png CHANGED
Binary file
admin/assets/images/wp-plugins/checkout-field-editor.png CHANGED
Binary file
admin/assets/images/wp-plugins/discount-and-dynamic-pricing.png CHANGED
Binary file
admin/assets/images/wp-plugins/email-customizer.png CHANGED
Binary file
admin/assets/images/wp-plugins/extra-product-options.png CHANGED
Binary file
admin/assets/images/wp-plugins/job-manager.png CHANGED
Binary file
admin/assets/images/wp-plugins/multiple-addresses.png CHANGED
Binary file
admin/assets/images/wp-plugins/multistep-checkout.png CHANGED
Binary file
admin/assets/images/wp-plugins/product-feature-request.png CHANGED
Binary file
admin/assets/images/wp-plugins/variation-swatches.png CHANGED
Binary file
admin/assets/images/wp-plugins/wishlist-compare.png CHANGED
Binary file
checkout-form-designer.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: Checkout Field Editor for WooCommerce
4
  * Description: Customize WooCommerce checkout fields(Add, Edit, Delete and re-arrange fields).
5
  * Author: ThemeHigh
6
- * Version: 1.5.0
7
  * Author URI: https://www.themehigh.com
8
  * Plugin URI: https://www.themehigh.com
9
  * Text Domain: woo-checkout-field-editor-pro
10
  * Domain Path: /languages
11
  * WC requires at least: 3.0.0
12
- * WC tested up to: 5.8.0
13
  */
14
 
15
  if(!defined( 'ABSPATH' )) exit;
@@ -25,7 +25,7 @@ if (!function_exists('is_woocommerce_active')){
25
  }
26
 
27
  if(is_woocommerce_active()) {
28
- define('THWCFD_VERSION', '1.5.0');
29
  !defined('THWCFD_BASE_NAME') && define('THWCFD_BASE_NAME', plugin_basename( __FILE__ ));
30
  !defined('THWCFD_PATH') && define('THWCFD_PATH', plugin_dir_path( __FILE__ ));
31
  !defined('THWCFD_URL') && define('THWCFD_URL', plugins_url( '/', __FILE__ ));
3
  * Plugin Name: Checkout Field Editor for WooCommerce
4
  * Description: Customize WooCommerce checkout fields(Add, Edit, Delete and re-arrange fields).
5
  * Author: ThemeHigh
6
+ * Version: 1.5.1
7
  * Author URI: https://www.themehigh.com
8
  * Plugin URI: https://www.themehigh.com
9
  * Text Domain: woo-checkout-field-editor-pro
10
  * Domain Path: /languages
11
  * WC requires at least: 3.0.0
12
+ * WC tested up to: 5.9.0
13
  */
14
 
15
  if(!defined( 'ABSPATH' )) exit;
25
  }
26
 
27
  if(is_woocommerce_active()) {
28
+ define('THWCFD_VERSION', '1.5.1');
29
  !defined('THWCFD_BASE_NAME') && define('THWCFD_BASE_NAME', plugin_basename( __FILE__ ));
30
  !defined('THWCFD_PATH') && define('THWCFD_PATH', plugin_dir_path( __FILE__ ));
31
  !defined('THWCFD_URL') && define('THWCFD_URL', plugins_url( '/', __FILE__ ));
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: checkout field editor, woocommerce checkout field editor, checkout manager
5
  Requires at least: 4.9
6
  Tested up to: 5.8
7
  Requires PHP: 5.6
8
- Stable tag: 1.5.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -249,6 +249,9 @@ Yes. There is a button 'reset to default fields' to go back to the WooCommerce d
249
  9. Locale override settings
250
 
251
  == Changelog ==
 
 
 
252
  = 1.5.0 =
253
  * Improved the pot file.
254
  * Added compatibility with Loco Translate plugin.
5
  Requires at least: 4.9
6
  Tested up to: 5.8
7
  Requires PHP: 5.6
8
+ Stable tag: 1.5.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
249
  9. Locale override settings
250
 
251
  == Changelog ==
252
+ = 1.5.1 =
253
+ * Added WooCommerce 5.9.0 compatibility.
254
+
255
  = 1.5.0 =
256
  * Improved the pot file.
257
  * Added compatibility with Loco Translate plugin.