Changeset 3454287
- Timestamp:
- 02/05/2026 06:24:46 AM (5 weeks ago)
- Location:
- woo-checkout-field-editor-pro/trunk
- Files:
-
- 3 edited
-
checkout-form-designer.php (modified) (2 diffs)
-
public/class-thwcfd-public-checkout.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-checkout-field-editor-pro/trunk/checkout-form-designer.php
r3453503 r3454287 4 4 * Description: Customize WooCommerce checkout fields(Add, Edit, Delete and re-arrange fields). 5 5 * Author: ThemeHigh 6 * Version: 2.1. 66 * Version: 2.1.7 7 7 * Author URI: https://www.themehigh.com 8 8 * Plugin URI: https://www.themehigh.com … … 27 27 28 28 if(is_woocommerce_active()) { 29 define('THWCFD_VERSION', '2.1. 6');29 define('THWCFD_VERSION', '2.1.7'); 30 30 !defined('THWCFD_BASE_NAME') && define('THWCFD_BASE_NAME', plugin_basename( __FILE__ )); 31 31 !defined('THWCFD_PATH') && define('THWCFD_PATH', plugin_dir_path( __FILE__ )); -
woo-checkout-field-editor-pro/trunk/public/class-thwcfd-public-checkout.php
r3453503 r3454287 973 973 if(isset($args['label']) && !empty($args['label'])){ 974 974 $f_label = $this->translate_text($args['label'], 'label'); 975 $field = '<p class="form-row '.esc_attr(implode(' ', $args['class'])).'" id="'.esc_attr($key).'_field" name="'.esc_attr($key).'" >'. esc_html _($f_label) .'</ p >';975 $field = '<p class="form-row '.esc_attr(implode(' ', $args['class'])).'" id="'.esc_attr($key).'_field" name="'.esc_attr($key).'" >'. esc_html($f_label) .'</ p >'; 976 976 } 977 977 -
woo-checkout-field-editor-pro/trunk/readme.txt
r3453503 r3454287 6 6 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 2.1. 68 Stable tag: 2.1.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 345 345 346 346 == Changelog == 347 = 2.1.7 = 348 * Fixed incorrect use of translation function in paragraph field. 349 347 350 = 2.1.6 = 348 351 * Added compatiblity for Archiva for WooCommerce.
Note: See TracChangeset
for help on using the changeset viewer.