Version Description
Changed: Featured plugins page.
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.24 |
Comparing to | |
See all releases |
Code changes from version 1.0.23 to 1.0.24
- contact-form-builder.php +2 -2
- featured/featured.php +6 -0
- featured/images/events-wd.png +0 -0
- featured/style.css +1 -0
- readme.txt +8 -2
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: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -198,7 +198,7 @@ if (class_exists('WP_Widget')) {
|
|
198 |
// Activate plugin.
|
199 |
function contact_form_maker_activate() {
|
200 |
$version = get_option("wd_contact_form_maker_version");
|
201 |
-
$new_version = '1.0.
|
202 |
if ($version && version_compare($version, $new_version, '<')) {
|
203 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
204 |
contact_form_maker_update($version);
|
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.24
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
198 |
// Activate plugin.
|
199 |
function contact_form_maker_activate() {
|
200 |
$version = get_option("wd_contact_form_maker_version");
|
201 |
+
$new_version = '1.0.24';
|
202 |
if ($version && version_compare($version, $new_version, '<')) {
|
203 |
require_once WD_CFM_DIR . "/contact-form-builder-update.php";
|
204 |
contact_form_maker_update($version);
|
featured/featured.php
CHANGED
@@ -25,6 +25,12 @@ function spider_featured($current_plugin = '') {
|
|
25 |
'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
|
26 |
'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
|
27 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"contact-maker" => array(
|
29 |
'title' => 'Contact Form Maker',
|
30 |
'text' => 'WordPress contact form maker plugin',
|
25 |
'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
|
26 |
'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
|
27 |
),
|
28 |
+
"events-wd" => array(
|
29 |
+
'title' => 'Event Calendar WD',
|
30 |
+
'text' => 'WordPress calendar plugin',
|
31 |
+
'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
|
32 |
+
'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
|
33 |
+
),
|
34 |
"contact-maker" => array(
|
35 |
'title' => 'Contact Form Maker',
|
36 |
'text' => 'WordPress contact form maker plugin',
|
featured/images/events-wd.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -61,6 +61,7 @@
|
|
61 |
#main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
|
62 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
|
|
64 |
|
65 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
66 |
display: block;
|
61 |
#main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
|
62 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
+
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
|
66 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
67 |
display: block;
|
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 contact 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, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, advanced form, recaptcha
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -17,6 +17,8 @@ Create responsive FREE contact forms with multiple templates and theme options.
|
|
17 |
[Demo](http://wpdemo.web-dorado.com/contact-form-builder/)
|
18 |
[Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=manage_cfm)
|
19 |
[User Manual](https://web-dorado.com/wordpress-contact-form-builder/installing.html)
|
|
|
|
|
20 |
|
21 |
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.
|
22 |
The responsiveness of the product allows you to become available for contacting using various gadgets.
|
@@ -28,6 +30,7 @@ After submitting the form, the users might get a custom text and even receive an
|
|
28 |
|
29 |
|
30 |
|
|
|
31 |
IMPORTANT: If you think you found a bug in the Contact Form Builder or have any problem or question concerning Contact Form Builder, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
32 |
|
33 |
Features of [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html)
|
@@ -135,8 +138,11 @@ After downloading the ZIP file,
|
|
135 |
|
136 |
== Changelog ==
|
137 |
|
|
|
|
|
|
|
138 |
= 1.0.23 =
|
139 |
-
Fixed: Show statistics in submissions.
|
140 |
Fixed: Save field after edit.
|
141 |
|
142 |
= 1.0.22 =
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact 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, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, advanced form, recaptcha
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 1.0.24
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
17 |
[Demo](http://wpdemo.web-dorado.com/contact-form-builder/)
|
18 |
[Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=manage_cfm)
|
19 |
[User Manual](https://web-dorado.com/wordpress-contact-form-builder/installing.html)
|
20 |
+
|
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 product allows you to become available for contacting using various gadgets.
|
30 |
|
31 |
|
32 |
|
33 |
+
|
34 |
IMPORTANT: If you think you found a bug in the Contact Form Builder or have any problem or question concerning Contact Form Builder, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
35 |
|
36 |
Features of [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html)
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= 1.0.24 =
|
142 |
+
Changed: Featured plugins page.
|
143 |
+
|
144 |
= 1.0.23 =
|
145 |
+
Fixed: Show statistics in submissions.
|
146 |
Fixed: Save field after edit.
|
147 |
|
148 |
= 1.0.22 =
|