Changeset 3160727
- Timestamp:
- 10/01/2024 12:28:48 PM (15 months ago)
- Location:
- form-maker/trunk
- Files:
-
- 3 edited
-
form-maker.php (modified) (2 diffs)
-
frontend/views/form_maker.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
form-maker/trunk/form-maker.php
r3156791 r3160727 4 4 * Plugin URI: https://10web.io/plugins/wordpress-form-maker/?utm_source=form_maker&utm_medium=free_plugin 5 5 * Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms. 6 * Version: 1.15.2 86 * Version: 1.15.29 7 7 * Author: 10Web Form Builder Team 8 8 * Author URI: https://10web.io/plugins/?utm_source=form_maker&utm_medium=free_plugin … … 27 27 public $front_urls = array(); 28 28 public $main_file = ''; 29 public $plugin_version = '1.15.2 8';30 public $db_version = '2.15.2 8';29 public $plugin_version = '1.15.29'; 30 public $db_version = '2.15.29'; 31 31 public $menu_postfix = '_fm'; 32 32 public $plugin_postfix = ''; -
form-maker/trunk/frontend/views/form_maker.php
r3156791 r3160727 508 508 } 509 509 510 $rep .= '<div class="' . esc_html(implode(' ', $classes)) . '" style="width: ' . intval($param['w_size']) . 'px;">510 $rep .= '<div class="' . esc_html(implode(' ', $classes)) . '" style="width: ' . esc_attr($param['w_size']) . 'px;"> 511 511 <input type="text" 512 512 class="wd-width-100" … … 662 662 placeholder="' . $param['w_title']. '" 663 663 data-value="' . esc_html($textarea_value) . '" 664 maxlength="' . intval($param['w_characters_limit']). '"665 style="height: ' . intval($param['w_size_h']) . 'px;"664 maxlength="' . esc_attr($param['w_characters_limit']). '" 665 style="height: ' . esc_attr($param['w_size_h']) . 'px;" 666 666 ' . esc_html($param['attributes']) . '>' . esc_html($textarea_value) . '</textarea>'; 667 667 -
form-maker/trunk/readme.txt
r3156791 r3160727 4 4 Requires at least: 4.6 5 5 Tested up to: 6.5 6 Stable tag: 1.15.2 86 Stable tag: 1.15.29 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 558 558 559 559 == Changelog == 560 = 1.15.29 = 561 * Fixed: Textarea input issue. 562 560 563 = 1.15.28 = 561 564 * Fixed: Security issue.
Note: See TracChangeset
for help on using the changeset viewer.