Plugin Directory

Changeset 3136502


Ignore:
Timestamp:
08/16/2024 09:48:27 AM (16 months ago)
Author:
10web
Message:
  • Fixed: Security issue.
Location:
form-maker/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • form-maker/trunk/admin/views/Submissions_fm.php

    r2953331 r3136502  
    461461                  <th class="<?php echo $sorted_labels_id[$i]; ?>_fc" <?php echo $styleStr; ?>>
    462462                    <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']); ?>">
    464464                    <?php if ( $is_verified_exist ) { ?>
    465465                      <label for="<?php echo $form_id . '_' . $sorted_labels_id[$i] . '_search_verified'; ?>">Verified</label>
     
    474474                default: ?>
    475475                                <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']); ?>">
    477477                                </th>
    478478                                <?php
  • form-maker/trunk/form-maker.php

    r3103978 r3136502  
    44 * Plugin URI: https://10web.io/plugins/wordpress-form-maker/?utm_source=form_maker&utm_medium=free_plugin
    55 * 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.26
     6 * Version: 1.15.27
    77 * Author: 10Web Form Builder Team
    88 * Author URI: https://10web.io/plugins/?utm_source=form_maker&utm_medium=free_plugin
     
    2727  public $front_urls = array();
    2828  public $main_file = '';
    29   public $plugin_version = '1.15.26';
    30   public $db_version = '2.15.26';
     29  public $plugin_version = '1.15.27';
     30  public $db_version = '2.15.27';
    3131  public $menu_postfix = '_fm';
    3232  public $plugin_postfix = '';
  • form-maker/trunk/readme.txt

    r3103978 r3136502  
    44Requires at least: 4.6
    55Tested up to: 6.5
    6 Stable tag: 1.15.26
     6Stable tag: 1.15.27
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    558558
    559559== Changelog ==
     560= 1.15.27 =
     561* Fixed: Security issue.
     562
    560563= 1.15.26 =
    561564* Fixed: Security issue.
Note: See TracChangeset for help on using the changeset viewer.