Version Description
- Few Bugs Fixed
- Allowed to Add upto 2 Forms in Lite Edition
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.0.91 |
Comparing to | |
See all releases |
Code changes from version 2.0.90 to 2.0.91
- contact-bank.php +1 -1
- readme.txt +5 -1
- views/contact_view.php +1 -1
- views/dashboard.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.91
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
|
|
3 |
Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact form, contact form builder, contact form plugin, contact forms, contact me, contact us, contacts, content, easy contact form, easy contact plugin, email, Facebook, feed, feedback, feedback form, form, form builder, forms, gallery, google, image, images, javascript, jquery, link, links, login, media, page, pages, plugin, Post, posts, request, shortcode, sidebar, stats, text, web form, widget, wordpress
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.1
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -531,6 +531,10 @@ In order to set Shortcode for a Form, you need to follow these steps :
|
|
531 |
|
532 |
|
533 |
== Changelog ==
|
|
|
|
|
|
|
|
|
534 |
|
535 |
= 2.0.90 =
|
536 |
|
3 |
Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact form, contact form builder, contact form plugin, contact forms, contact me, contact us, contacts, content, easy contact form, easy contact plugin, email, Facebook, feed, feedback, feedback form, form, form builder, forms, gallery, google, image, images, javascript, jquery, link, links, login, media, page, pages, plugin, Post, posts, request, shortcode, sidebar, stats, text, web form, widget, wordpress
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.1
|
6 |
+
Stable tag: 2.0.91
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
531 |
|
532 |
|
533 |
== Changelog ==
|
534 |
+
= 2.0.91 =
|
535 |
+
|
536 |
+
* Few Bugs Fixed
|
537 |
+
* Allowed to Add upto 2 Forms in Lite Edition
|
538 |
|
539 |
= 2.0.90 =
|
540 |
|
views/contact_view.php
CHANGED
@@ -25,7 +25,7 @@ else
|
|
25 |
(
|
26 |
"SELECT count(form_id) FROM ". contact_bank_contact_form()
|
27 |
);
|
28 |
-
if($count_forms <
|
29 |
{
|
30 |
|
31 |
$last_form_id = $wpdb->get_var
|
25 |
(
|
26 |
"SELECT count(form_id) FROM ". contact_bank_contact_form()
|
27 |
);
|
28 |
+
if($count_forms < 2)
|
29 |
{
|
30 |
|
31 |
$last_form_id = $wpdb->get_var
|
views/dashboard.php
CHANGED
@@ -39,7 +39,7 @@ else
|
|
39 |
(
|
40 |
"SELECT count(form_id) FROM ".contact_bank_contact_form()
|
41 |
);
|
42 |
-
if($form_count <
|
43 |
{
|
44 |
?>
|
45 |
<a class="btn btn-info"
|
39 |
(
|
40 |
"SELECT count(form_id) FROM ".contact_bank_contact_form()
|
41 |
);
|
42 |
+
if($form_count < 2)
|
43 |
{
|
44 |
?>
|
45 |
<a class="btn btn-info"
|