Plugin Directory

Changeset 3459703


Ignore:
Timestamp:
02/12/2026 09:30:11 AM (5 days ago)
Author:
10web
Message:
  • Fixed: Security issue.
Location:
form-maker/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • form-maker/trunk/form-maker.php

    r3447011 r3459703  
    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.36
     6 * Version: 1.15.37
    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.36';
    30   public $db_version = '2.15.36';
     29  public $plugin_version = '1.15.37';
     30  public $db_version = '2.15.37';
    3131  public $menu_postfix = '_fm';
    3232  public $plugin_postfix = '';
  • form-maker/trunk/readme.txt

    r3447011 r3459703  
    44Requires at least: 4.6
    55Tested up to: 6.8
    6 Stable tag: 1.15.36
     6Stable tag: 1.15.37
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    558558
    559559== Changelog ==
     560
     561= 1.15.37 =
     562* Fixed: Security issue.
    560563
    561564= 1.15.36 =
  • form-maker/trunk/wd/includes/deactivate.php

    r2373217 r3459703  
    7474  public function submit_and_deactivate() {
    7575    $wd_options = $this->config;
    76     if ( isset($_POST[$wd_options->prefix . "_submit_and_deactivate"]) ) {
     76    if ( isset($_POST[$wd_options->prefix . "_submit_and_deactivate"]) && wp_verify_nonce($_POST[$wd_options->prefix . '_save_form_fild'], $wd_options->prefix . '_save_form') ) {
    7777
    7878      if ( $_POST[$wd_options->prefix . "_submit_and_deactivate"] == 2 || $_POST[$wd_options->prefix . "_submit_and_deactivate"] == 3 ) {
Note: See TracChangeset for help on using the changeset viewer.