Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.10 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.0.10
- contact-form-builder.php +2 -2
- readme.txt +2 -1
contact-form-builder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
@@ -151,7 +151,7 @@ function contact_form_maker_activate() {
|
|
151 |
$version = get_option("wd_contact_form_maker_version");
|
152 |
$new_version = '1.0.9';
|
153 |
if ($version && version_compare($version, $new_version, '<')) {
|
154 |
-
require_once
|
155 |
contact_form_maker_update($version);
|
156 |
update_option("wd_contact_form_maker_version", $new_version);
|
157 |
}
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
+
* Version: 1.0.10
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
151 |
$version = get_option("wd_contact_form_maker_version");
|
152 |
$new_version = '1.0.9';
|
153 |
if ($version && version_compare($version, $new_version, '<')) {
|
154 |
+
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
155 |
contact_form_maker_update($version);
|
156 |
update_option("wd_contact_form_maker_version", $new_version);
|
157 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -39,6 +39,7 @@ After submitting the form, the users might get a custom text and even receive an
|
|
39 |
* Detailed Email Options both for the Administrator and User for receiving the submitted data.
|
40 |
* Emailing option to the administrator upon submitting a form
|
41 |
* Google Maps integration
|
|
|
42 |
|
43 |
Upgrade to [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html) to add features:
|
44 |
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 1.0.10
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
39 |
* Detailed Email Options both for the Administrator and User for receiving the submitted data.
|
40 |
* Emailing option to the administrator upon submitting a form
|
41 |
* Google Maps integration
|
42 |
+
* Possibility of sending the copy of the submitted data to the user
|
43 |
|
44 |
Upgrade to [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html) to add features:
|
45 |
|