Version Description
Fixed: Bug in demo forms
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.7.82 |
Comparing to | |
See all releases |
Code changes from version 1.7.81 to 1.7.82
- form-maker.php +2 -2
- form_maker_insert.php +1 -0
- form_maker_update.php +1 -1
- readme.txt +6 -3
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.
|
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.
|
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.82
|
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.82';
|
273 |
global $wpdb;
|
274 |
if (!$version) {
|
275 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
form_maker_insert.php
CHANGED
@@ -245,6 +245,7 @@ function from_maker_insert() {
|
|
245 |
`mail_verify` tinyint(4) NOT NULL DEFAULT '0',
|
246 |
`mail_verify_expiretime` float NOT NULL,
|
247 |
`mail_verification_post_id` int(11) NOT NULL,
|
|
|
248 |
PRIMARY KEY (`backup_id`)
|
249 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
|
250 |
$wpdb->query($formmaker_backup);
|
245 |
`mail_verify` tinyint(4) NOT NULL DEFAULT '0',
|
246 |
`mail_verify_expiretime` float NOT NULL,
|
247 |
`mail_verification_post_id` int(11) NOT NULL,
|
248 |
+
`save_uploads` tinyint(4) NOT NULL DEFAULT '1',
|
249 |
PRIMARY KEY (`backup_id`)
|
250 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
|
251 |
$wpdb->query($formmaker_backup);
|
form_maker_update.php
CHANGED
@@ -177,7 +177,7 @@ function form_maker_update($version) {
|
|
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.
|
181 |
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_backup` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
|
182 |
}
|
183 |
return;
|
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.82') == -1) {
|
181 |
$wpdb->query("ALTER TABLE `" . $wpdb->prefix . "formmaker_backup` ADD `save_uploads` tinyint(4) NOT NULL DEFAULT 1");
|
182 |
}
|
183 |
return;
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -205,7 +205,7 @@ Vietnamese (vi)
|
|
205 |
####Thank you for your interest in [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker.
|
206 |
|
207 |
### Minimum requirements.
|
208 |
-
* Wordpress 3.
|
209 |
* PHP 5.x
|
210 |
* MySQL 5.x
|
211 |
|
@@ -294,6 +294,9 @@ The Form Maker (Pro version) has simple PayPal integration. This allows the user
|
|
294 |
|
295 |
== Changelog ==
|
296 |
|
|
|
|
|
|
|
297 |
= 1.7.81 =
|
298 |
Fixed: Bug in update
|
299 |
|
@@ -586,7 +589,7 @@ Initial version
|
|
586 |
### Step 1: Installing the [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker
|
587 |
|
588 |
1.1 Minimum requirements.
|
589 |
-
Wordpress 3.
|
590 |
PHP 5.x
|
591 |
MySQL 5.x
|
592 |
|
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.82
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
205 |
####Thank you for your interest in [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker.
|
206 |
|
207 |
### Minimum requirements.
|
208 |
+
* Wordpress 3.4+
|
209 |
* PHP 5.x
|
210 |
* MySQL 5.x
|
211 |
|
294 |
|
295 |
== Changelog ==
|
296 |
|
297 |
+
= 1.7.82 =
|
298 |
+
Fixed: Bug in demo forms
|
299 |
+
|
300 |
= 1.7.81 =
|
301 |
Fixed: Bug in update
|
302 |
|
589 |
### Step 1: Installing the [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker
|
590 |
|
591 |
1.1 Minimum requirements.
|
592 |
+
Wordpress 3.4+
|
593 |
PHP 5.x
|
594 |
MySQL 5.x
|
595 |
|