Changeset 3136502
- Timestamp:
- 08/16/2024 09:48:27 AM (16 months ago)
- Location:
- form-maker/trunk
- Files:
-
- 3 edited
-
admin/views/Submissions_fm.php (modified) (2 diffs)
-
form-maker.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
form-maker/trunk/admin/views/Submissions_fm.php
r2953331 r3136502 461 461 <th class="<?php echo $sorted_labels_id[$i]; ?>_fc" <?php echo $styleStr; ?>> 462 462 <div> 463 <input name="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" id="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" type="text" value="<?php echo $lists[$form_id . '_' . $sorted_labels_id[$i] . '_search']; ?>">463 <input name="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" id="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" type="text" value="<?php echo esc_html($lists[$form_id . '_' . $sorted_labels_id[$i] . '_search']); ?>"> 464 464 <?php if ( $is_verified_exist ) { ?> 465 465 <label for="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search_verified'; ?>">Verified</label> … … 474 474 default: ?> 475 475 <th class="<?php echo $sorted_labels_id[$i]; ?>_fc" <?php echo $styleStr; ?>> 476 <input name="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" id="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" type="text" value="<?php echo stripslashes( htmlspecialchars( urldecode($lists[$form_id . '_' . $sorted_labels_id[$i] . '_search'] ) )); ?>">476 <input name="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" id="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search'; ?>" type="text" value="<?php echo esc_html($lists[$form_id . '_' . $sorted_labels_id[$i] . '_search']); ?>"> 477 477 </th> 478 478 <?php -
form-maker/trunk/form-maker.php
r3103978 r3136502 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 66 * Version: 1.15.27 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 6';30 public $db_version = '2.15.2 6';29 public $plugin_version = '1.15.27'; 30 public $db_version = '2.15.27'; 31 31 public $menu_postfix = '_fm'; 32 32 public $plugin_postfix = ''; -
form-maker/trunk/readme.txt
r3103978 r3136502 4 4 Requires at least: 4.6 5 5 Tested up to: 6.5 6 Stable tag: 1.15.2 66 Stable tag: 1.15.27 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.27 = 561 * Fixed: Security issue. 562 560 563 = 1.15.26 = 561 564 * Fixed: Security issue.
Note: See TracChangeset
for help on using the changeset viewer.