Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.7.81

Version Description

Fixed: Bug in update

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.7.81
Comparing to
See all releases

Code changes from version 1.7.80 to 1.7.81

admin/controllers/FMControllerManage_fm.php CHANGED
@@ -106,7 +106,7 @@ public function redo()
106
  $backup_id++;
107
  else
108
  $backup_id=1;
109
- $query = "INSERT INTO ".$wpdb->prefix."formmaker_backup SELECT ".$backup_id." AS backup_id, 1 AS cur, formmakerjan.id, formmakerjan.title, formmakerjan.mail, formmakerjan.form_front, formmakerjan.theme, formmakerjan.javascript, formmakerjan.submit_text, formmakerjan.url, formmakerjan.submit_text_type, formmakerjan.script_mail, formmakerjan.script_mail_user, formmakerjan.counter, formmakerjan.published, formmakerjan.label_order, formmakerjan.label_order_current, formmakerjan.article_id, formmakerjan.pagination, formmakerjan.show_title, formmakerjan.show_numbers, formmakerjan.public_key, formmakerjan.private_key, formmakerjan.recaptcha_theme, formmakerjan.paypal_mode, formmakerjan.checkout_mode, formmakerjan.paypal_email, formmakerjan.payment_currency, formmakerjan.tax, formmakerjan.form_fields, formmakerjan.savedb, formmakerjan.sendemail, formmakerjan.requiredmark, formmakerjan.from_mail, formmakerjan.from_name, formmakerjan.reply_to, formmakerjan.send_to, formmakerjan.autogen_layout, formmakerjan.custom_front, formmakerjan.mail_from_user, formmakerjan.mail_from_name_user, formmakerjan.reply_to_user, formmakerjan.condition, formmakerjan.mail_cc, formmakerjan.mail_cc_user, formmakerjan.mail_bcc, formmakerjan.mail_bcc_user, formmakerjan.mail_subject, formmakerjan.mail_subject_user, formmakerjan.mail_mode, formmakerjan.mail_mode_user, formmakerjan.mail_attachment, formmakerjan.mail_attachment_user, formmakerjan.user_id_wd, formmakerjan.sortable, formmakerjan.frontend_submit_fields, formmakerjan.frontend_submit_stat_fields, formmakerjan.mail_emptyfields, formmakerjan.mail_verify, formmakerjan.mail_verify_expiretime, formmakerjan.mail_verification_post_id FROM ".$wpdb->prefix."formmaker as formmakerjan WHERE id=".$id;
110
 
111
  $wpdb->query($query);
112
  }
106
  $backup_id++;
107
  else
108
  $backup_id=1;
109
+ $query = "INSERT INTO ".$wpdb->prefix."formmaker_backup SELECT ".$backup_id." AS backup_id, 1 AS cur, formmakerbkup.id, formmakerbkup.title, formmakerbkup.mail, formmakerbkup.form_front, formmakerbkup.theme, formmakerbkup.javascript, formmakerbkup.submit_text, formmakerbkup.url, formmakerbkup.submit_text_type, formmakerbkup.script_mail, formmakerbkup.script_mail_user, formmakerbkup.counter, formmakerbkup.published, formmakerbkup.label_order, formmakerbkup.label_order_current, formmakerbkup.article_id, formmakerbkup.pagination, formmakerbkup.show_title, formmakerbkup.show_numbers, formmakerbkup.public_key, formmakerbkup.private_key, formmakerbkup.recaptcha_theme, formmakerbkup.paypal_mode, formmakerbkup.checkout_mode, formmakerbkup.paypal_email, formmakerbkup.payment_currency, formmakerbkup.tax, formmakerbkup.form_fields, formmakerbkup.savedb, formmakerbkup.sendemail, formmakerbkup.requiredmark, formmakerbkup.from_mail, formmakerbkup.from_name, formmakerbkup.reply_to, formmakerbkup.send_to, formmakerbkup.autogen_layout, formmakerbkup.custom_front, formmakerbkup.mail_from_user, formmakerbkup.mail_from_name_user, formmakerbkup.reply_to_user, formmakerbkup.condition, formmakerbkup.mail_cc, formmakerbkup.mail_cc_user, formmakerbkup.mail_bcc, formmakerbkup.mail_bcc_user, formmakerbkup.mail_subject, formmakerbkup.mail_subject_user, formmakerbkup.mail_mode, formmakerbkup.mail_mode_user, formmakerbkup.mail_attachment, formmakerbkup.mail_attachment_user, formmakerbkup.user_id_wd, formmakerbkup.sortable, formmakerbkup.frontend_submit_fields, formmakerbkup.frontend_submit_stat_fields, formmakerbkup.mail_emptyfields, formmakerbkup.mail_verify, formmakerbkup.mail_verify_expiretime, formmakerbkup.mail_verification_post_id, formmakerbkup.save_uploads FROM ".$wpdb->prefix."formmaker as formmakerbkup WHERE id=".$id;
110
 
111
  $wpdb->query($query);
112
  }
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
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.7.80
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -269,7 +269,7 @@ function register_fmemailverification_cpt(){
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
- $new_version = '1.7.80';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
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.7.81
7
  * Author: WebDorado
8
  * Author URI: https://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
269
  // Activate plugin.
270
  function form_maker_activate() {
271
  $version = get_option("wd_form_maker_version");
272
+ $new_version = '1.7.81';
273
  global $wpdb;
274
  if (!$version) {
275
  add_option("wd_form_maker_version", $new_version, '', 'no');
form_maker_update.php CHANGED
@@ -176,6 +176,9 @@ function form_maker_update($version) {
176
  }
177
  if (version_compare($version, '1.7.79') == -1) {
178
  $wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
 
 
 
179
  }
180
  return;
181
  }
176
  }
177
  if (version_compare($version, '1.7.79') == -1) {
178
  $wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
179
+ }
180
+ if (version_compare($version, '1.7.81') == -1) {
181
+ $wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_backup` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
182
  }
183
  return;
184
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-form.html
4
  Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
- Stable tag: 1.7.80
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -294,6 +294,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
294
 
295
  == Changelog ==
296
 
 
 
 
297
  = 1.7.80 =
298
  Changed: Notices
299
 
4
  Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha
5
  Requires at least: 3.4
6
  Tested up to: 4.3
7
+ Stable tag: 1.7.81
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
294
 
295
  == Changelog ==
296
 
297
+ = 1.7.81 =
298
+ Fixed: Bug in update
299
+
300
  = 1.7.80 =
301
  Changed: Notices
302