Version Description
- Minor Bugs Fixed
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.0.106 |
Comparing to | |
See all releases |
Code changes from version 2.0.105 to 2.0.106
- contact-bank.php +1 -1
- includes/cb_checkbox.php +1 -0
- readme.txt +5 -1
- views/add_contact_email.php +1 -1
contact-bank.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Lite Edition
|
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
Author: Tech Banker
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
Author: Tech Banker
|
7 |
+
Version: 2.0.106
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
includes/cb_checkbox.php
CHANGED
@@ -201,6 +201,7 @@ else
|
|
201 |
</div>
|
202 |
</form>
|
203 |
<a class="closeButtonLightbox" onclick="CloseLightbox();"></a>
|
|
|
204 |
<script type="text/javascript">
|
205 |
|
206 |
var dynamicId = "<?php echo $dynamicId; ?>";
|
201 |
</div>
|
202 |
</form>
|
203 |
<a class="closeButtonLightbox" onclick="CloseLightbox();"></a>
|
204 |
+
|
205 |
<script type="text/javascript">
|
206 |
|
207 |
var dynamicId = "<?php echo $dynamicId; ?>";
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
|
|
3 |
Tags: admin, advanced form, Attachment, best contact form plugin, buddypress, category, cnotact, conact, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form manager, contact form plugin, contact form with google map, contact forms, contact forms plugin, contact manager, contact me, contact us, contact us form, contacts, contacts form plugin, contatc, copy, custom form, email, email form, feedback, feedback form, feedback forms, form, forms, forms plugin, insert the shortcode, multiple contact forms, post feedback, request, send, send copy, send messages, shortcode, text, web form, web-page feedback, wordpress contact form
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.1.1
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -549,6 +549,10 @@ In order to set Shortcode for a Form, you need to follow these steps :
|
|
549 |
|
550 |
== Changelog ==
|
551 |
|
|
|
|
|
|
|
|
|
552 |
= 2.0.105 =
|
553 |
|
554 |
* Formatting Issue Fixed.
|
3 |
Tags: admin, advanced form, Attachment, best contact form plugin, buddypress, category, cnotact, conact, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form manager, contact form plugin, contact form with google map, contact forms, contact forms plugin, contact manager, contact me, contact us, contact us form, contacts, contacts form plugin, contatc, copy, custom form, email, email form, feedback, feedback form, feedback forms, form, forms, forms plugin, insert the shortcode, multiple contact forms, post feedback, request, send, send copy, send messages, shortcode, text, web form, web-page feedback, wordpress contact form
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.1.1
|
6 |
+
Stable tag: 2.0.106
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
549 |
|
550 |
== Changelog ==
|
551 |
|
552 |
+
= 2.0.106 =
|
553 |
+
|
554 |
+
* Minor Bugs Fixed
|
555 |
+
|
556 |
= 2.0.105 =
|
557 |
|
558 |
* Formatting Issue Fixed.
|
views/add_contact_email.php
CHANGED
@@ -366,7 +366,7 @@ else
|
|
366 |
setTimeout(function()
|
367 |
{
|
368 |
jQuery("#email_success_message").css("display","none");
|
369 |
-
window.location.href = "admin.php?page=
|
370 |
}, 2000);
|
371 |
});
|
372 |
}
|
366 |
setTimeout(function()
|
367 |
{
|
368 |
jQuery("#email_success_message").css("display","none");
|
369 |
+
window.location.href = "admin.php?page=contact_email";
|
370 |
}, 2000);
|
371 |
});
|
372 |
}
|