Plugin Directory

Changeset 3454287


Ignore:
Timestamp:
02/05/2026 06:24:46 AM (5 weeks ago)
Author:
ThemeHigh
Message:

version 2.1.7

Location:
woo-checkout-field-editor-pro/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-checkout-field-editor-pro/trunk/checkout-form-designer.php

    r3453503 r3454287  
    44 * Description: Customize WooCommerce checkout fields(Add, Edit, Delete and re-arrange fields).
    55 * Author:      ThemeHigh
    6  * Version:     2.1.6
     6 * Version:     2.1.7
    77 * Author URI:  https://www.themehigh.com
    88 * Plugin URI:  https://www.themehigh.com
     
    2727
    2828if(is_woocommerce_active()) {
    29     define('THWCFD_VERSION', '2.1.6');
     29    define('THWCFD_VERSION', '2.1.7');
    3030    !defined('THWCFD_BASE_NAME') && define('THWCFD_BASE_NAME', plugin_basename( __FILE__ ));
    3131    !defined('THWCFD_PATH') && define('THWCFD_PATH', plugin_dir_path( __FILE__ ));
  • woo-checkout-field-editor-pro/trunk/public/class-thwcfd-public-checkout.php

    r3453503 r3454287  
    973973        if(isset($args['label']) && !empty($args['label'])){
    974974            $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 >';
    976976        }
    977977
  • woo-checkout-field-editor-pro/trunk/readme.txt

    r3453503 r3454287  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 2.1.6
     8Stable tag: 2.1.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    345345
    346346== Changelog ==
     347= 2.1.7 =
     348* Fixed incorrect use of translation function in paragraph field.
     349
    347350= 2.1.6 =
    348351* Added compatiblity for Archiva for WooCommerce.
Note: See TracChangeset for help on using the changeset viewer.