Changeset 3459703
- Timestamp:
- 02/12/2026 09:30:11 AM (5 days ago)
- Location:
- form-maker/trunk
- Files:
-
- 3 edited
-
form-maker.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wd/includes/deactivate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
form-maker/trunk/form-maker.php
r3447011 r3459703 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.3 66 * Version: 1.15.37 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.3 6';30 public $db_version = '2.15.3 6';29 public $plugin_version = '1.15.37'; 30 public $db_version = '2.15.37'; 31 31 public $menu_postfix = '_fm'; 32 32 public $plugin_postfix = ''; -
form-maker/trunk/readme.txt
r3447011 r3459703 4 4 Requires at least: 4.6 5 5 Tested up to: 6.8 6 Stable tag: 1.15.3 66 Stable tag: 1.15.37 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 561 = 1.15.37 = 562 * Fixed: Security issue. 560 563 561 564 = 1.15.36 = -
form-maker/trunk/wd/includes/deactivate.php
r2373217 r3459703 74 74 public function submit_and_deactivate() { 75 75 $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') ) { 77 77 78 78 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.