Contact Bank: WordPress Form Builder for Contact Forms - Version 1.7.2

Version Description

  • Compatibility with 3.8
Download this release

Release Info

Developer contact-banker
Plugin Icon 128x128 Contact Bank: WordPress Form Builder for Contact Forms
Version 1.7.2
Comparing to
See all releases

Code changes from version 1.8 to 1.7.2

Files changed (3) hide show
  1. contact-bank.php +1 -1
  2. create-tables.php +1 -1
  3. readme.txt +9 -3
contact-bank.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin URI: http://wordpress.org/plugins/contact-bank/
5
  Description: Contact Bank allows you to add a feedback form easilly and simply to a post or a page.
6
  Author: contact-banker
7
- Version: 1.7.1
8
  Author URI: http://wordpress.org/plugins/contact-bank/
9
  */
10
 
4
  Plugin URI: http://wordpress.org/plugins/contact-bank/
5
  Description: Contact Bank allows you to add a feedback form easilly and simply to a post or a page.
6
  Author: contact-banker
7
+ Version: 1.7.2
8
  Author URI: http://wordpress.org/plugins/contact-bank/
9
  */
10
 
create-tables.php CHANGED
@@ -19,7 +19,7 @@ if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_dynamic_settings_fo
19
  dynamic_settings_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
20
  dynamicId INTEGER(10) NOT NULL,
21
  dynamic_settings_key VARCHAR(100) NOT NULL,
22
- dynamic_settings_value VARCHAR(100) NOT NULL,
23
  PRIMARY KEY (dynamic_settings_id)
24
  ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
25
  dbDelta($sql);
19
  dynamic_settings_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
20
  dynamicId INTEGER(10) NOT NULL,
21
  dynamic_settings_key VARCHAR(100) NOT NULL,
22
+ dynamic_settings_value TEXT NOT NULL,
23
  PRIMARY KEY (dynamic_settings_id)
24
  ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
25
  dbDelta($sql);
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Contact Bank ===
2
  Contributors: contact-banker, Gallery-Bank
3
- Tags: Contact Form, text, contact, form, contacts, request, contact me, feedback form, feedback, easy contact form, best contact form plugin, admin, Post, widget, contact bank, contact form 7, plugin, Posts, ajax, contact form 7, easy contact, advanced forms
4
  Requires at least: 2.9
5
- Tested up to: 3.7.1
6
- Stable tag: 1.7.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -11,6 +11,8 @@ Ultimate Wordpress Plugin that lets you build contact form easily in seconds.
11
 
12
  == Description ==
13
 
 
 
14
  **Contact Bank allows you to add a contact form easily and simply to a post or a page.**
15
 
16
  Contact Bank can manage multiple forms, plus you can customize the form and the e-mail contents flexibly with simple markup.
@@ -97,6 +99,10 @@ Contact Bank can manage multiple forms, plus you can customize the form and the
97
 
98
  == Changelog ==
99
 
 
 
 
 
100
  = 1.7.1 =
101
 
102
  * Bugs fixed related to Email Management
1
  === Contact Bank ===
2
  Contributors: contact-banker, Gallery-Bank
3
+ Tags: Contact Form, text, contact, form, contacts, request, contact me, feedback form, feedback, easy contact form, best contact form plugin, admin, Post, widget, contact bank, contact form 7, plugin, Posts, ajax, easy contact plugin, advanced form
4
  Requires at least: 2.9
5
+ Tested up to: 3.8
6
+ Stable tag: 1.7.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
11
 
12
  == Description ==
13
 
14
+ ***Wishing you all, a very Happy New Year! Welcome 2014! from Contact Bank.***
15
+
16
  **Contact Bank allows you to add a contact form easily and simply to a post or a page.**
17
 
18
  Contact Bank can manage multiple forms, plus you can customize the form and the e-mail contents flexibly with simple markup.
99
 
100
  == Changelog ==
101
 
102
+ = 1.7.2 =
103
+
104
+ * Compatibility with 3.8
105
+
106
  = 1.7.1 =
107
 
108
  * Bugs fixed related to Email Management