Version Description
- Few Bugs Fixed
- Unexpected Error Fixed
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- contact-bank.php +1 -1
- lib/install-script.php +1 -1
- readme.txt +7 -1
contact-bank.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Standard 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.6
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
lib/install-script.php
CHANGED
@@ -3,7 +3,7 @@ global $wpdb;
|
|
3 |
require_once(ABSPATH . "wp-admin/includes/upgrade.php");
|
4 |
update_option("contact-bank-updation-check-url","http://tech-banker.com/wp-admin/admin-ajax.php");
|
5 |
$version = get_option("contact-bank-version-number");
|
6 |
-
if($version == "
|
7 |
{
|
8 |
if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_form_settings_Table() . '"')) == 0)
|
9 |
{
|
3 |
require_once(ABSPATH . "wp-admin/includes/upgrade.php");
|
4 |
update_option("contact-bank-updation-check-url","http://tech-banker.com/wp-admin/admin-ajax.php");
|
5 |
$version = get_option("contact-bank-version-number");
|
6 |
+
if($version == "")
|
7 |
{
|
8 |
if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_form_settings_Table() . '"')) == 0)
|
9 |
{
|
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 bank, contact form, contact form 7, 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, rss, seo, shortcode, sidebar, stats, text, web form, widget, wordpress
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 3.8.1
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -130,6 +130,12 @@ Visit [here](http://tech-banker.com/contact-bank) to upgrade to Pro Version now.
|
|
130 |
|
131 |
== Changelog ==
|
132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
= 2.0.5 =
|
134 |
|
135 |
* Few Bugs Fixed
|
3 |
Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact bank, contact form, contact form 7, 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, rss, seo, shortcode, sidebar, stats, text, web form, widget, wordpress
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 3.8.1
|
6 |
+
Stable tag: 2.0.6
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
+
= 2.0.6 =
|
134 |
+
|
135 |
+
* Few Bugs Fixed
|
136 |
+
* Unexpected Error Fixed
|
137 |
+
|
138 |
+
|
139 |
= 2.0.5 =
|
140 |
|
141 |
* Few Bugs Fixed
|