Version Description
- Added: Labels on submissions page buttons.
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.60 |
Comparing to | |
See all releases |
Code changes from version 1.0.59 to 1.0.60
- contact-form-builder.php +2 -2
- images/screenshots/sub.png +0 -0
- readme.txt +6 -3
contact-form-builder.php
CHANGED
@@ -3,14 +3,14 @@
|
|
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: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
define('WD_CFM_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
|
12 |
define('WD_CFM_URL', plugins_url(plugin_basename(dirname(__FILE__))));
|
13 |
-
define('WD_CFM_VERSION', '1.0.
|
14 |
|
15 |
// Plugin menu.
|
16 |
function contact_form_maker_options_panel() {
|
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.60
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
define('WD_CFM_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
|
12 |
define('WD_CFM_URL', plugins_url(plugin_basename(dirname(__FILE__))));
|
13 |
+
define('WD_CFM_VERSION', '1.0.60');
|
14 |
|
15 |
// Plugin menu.
|
16 |
function contact_form_maker_options_panel() {
|
images/screenshots/sub.png
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
|
4 |
Tags: contact form, contact forms, contact, feedback, form manager, captcha, custom form, email, form, form builder, forms, survey
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -21,7 +21,7 @@ Create responsive FREE contact forms with multiple templates and themes.
|
|
21 |
https://www.youtube.com/watch?v=EqhOv7xVI2w
|
22 |
|
23 |
Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. The form includes all of the form field types necessary to create a complete contact form, where is those can be activated and deactivated, as well as rearranged.
|
24 |
-
The responsiveness of the
|
25 |
Using the CSS files of the themes you can achieve the best design of the contact form, applying changes in colors, dimensions and other features.
|
26 |
Captch and ReCaptcha word verifications help to avoid spam. For the specific IPs it is also possible to use blocking IPs feature.
|
27 |
The form has an integrating Google Maps feature allowing you to display the location of your office using Google Maps.
|
@@ -138,9 +138,12 @@ After downloading the ZIP file,
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
141 |
= 1.0.59 =
|
142 |
-
* Fixed: Google maps api conflict with other plugins.
|
143 |
* Added: Overview page.
|
|
|
144 |
* Fixed: Shortcode editor pop-up styles.
|
145 |
|
146 |
= 1.0.58 =
|
4 |
Tags: contact form, contact forms, contact, feedback, form manager, captcha, custom form, email, form, form builder, forms, survey
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 1.0.60
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
21 |
https://www.youtube.com/watch?v=EqhOv7xVI2w
|
22 |
|
23 |
Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. The form includes all of the form field types necessary to create a complete contact form, where is those can be activated and deactivated, as well as rearranged.
|
24 |
+
The responsiveness of the plugin allows you to become available for contacting using various gadgets.
|
25 |
Using the CSS files of the themes you can achieve the best design of the contact form, applying changes in colors, dimensions and other features.
|
26 |
Captch and ReCaptcha word verifications help to avoid spam. For the specific IPs it is also possible to use blocking IPs feature.
|
27 |
The form has an integrating Google Maps feature allowing you to display the location of your office using Google Maps.
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= 1.0.60 =
|
142 |
+
* Added: Labels on submissions page buttons.
|
143 |
+
|
144 |
= 1.0.59 =
|
|
|
145 |
* Added: Overview page.
|
146 |
+
* Fixed: Google maps api conflict with other plugins.
|
147 |
* Fixed: Shortcode editor pop-up styles.
|
148 |
|
149 |
= 1.0.58 =
|