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

Version Description

  • Few Urgent Bugs Fixed
  • Error Message & Success Messages Added
  • Front End Issues Fixed
Download this release

Release Info

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

Code changes from version 2.1.33 to 2.1.34

Files changed (3) hide show
  1. contact-bank.php +1 -1
  2. readme.txt +7 -1
  3. views/contact_view.php +2 -2
contact-bank.php CHANGED
@@ -4,7 +4,7 @@
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.1.33
8
  * Author URI: http://tech-banker.com
9
  * License: GPLv3 or later
10
  * Text Domain: contact-bank
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.1.34
8
  * Author URI: http://tech-banker.com
9
  * License: GPLv3 or later
10
  * Text Domain: contact-bank
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
3
  Tags: advanced form, best contact form plugin, contact form builder, contact manager, contact us form, custom form, feedback form, web form, contact us, contact bank, contact form, forms
4
  Requires at least: 3.1
5
  Tested up to: 4.7.3
6
- Stable Tag: 2.1.33
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -549,6 +549,12 @@ In order to set Short code for a Form, you need to follow these steps :
549
 
550
  == Changelog ==
551
 
 
 
 
 
 
 
552
  = 2.1.33 =
553
 
554
  * Few White Space Bugs Fixed
3
  Tags: advanced form, best contact form plugin, contact form builder, contact manager, contact us form, custom form, feedback form, web form, contact us, contact bank, contact form, forms
4
  Requires at least: 3.1
5
  Tested up to: 4.7.3
6
+ Stable Tag: 2.1.34
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
549
 
550
  == Changelog ==
551
 
552
+ = 2.1.34 =
553
+
554
+ * Few Urgent Bugs Fixed
555
+ * Error Message & Success Messages Added
556
+ * Front End Issues Fixed
557
+
558
  = 2.1.33 =
559
 
560
  * Few White Space Bugs Fixed
views/contact_view.php CHANGED
@@ -43,7 +43,7 @@ else
43
  (
44
  "INSERT INTO ".contact_bank_contact_form()."(form_id,form_name) VALUES(%d,%s)",
45
  $form_id,
46
- "Untitled Form (Draft)"
47
  )
48
  );
49
  $wpdb->query
@@ -73,7 +73,7 @@ else
73
  "INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
74
  $form_id,
75
  "success_message",
76
- ""
77
  )
78
  );
79
  $wpdb->query
43
  (
44
  "INSERT INTO ".contact_bank_contact_form()."(form_id,form_name) VALUES(%d,%s)",
45
  $form_id,
46
+ "Untitled Form"
47
  )
48
  );
49
  $wpdb->query
73
  "INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
74
  $form_id,
75
  "success_message",
76
+ "Your Message has been successfully sent."
77
  )
78
  );
79
  $wpdb->query