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

Version Description

Download this release

Release Info

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

Code changes from version 1.7 to 1.8

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
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.1
8
  Author URI: http://wordpress.org/plugins/contact-bank/
9
  */
10
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -96,7 +96,12 @@ Contact Bank can manage multiple forms, plus you can customize the form and the
96
  1. It means that such user is not exist or you have made a syntactical error.
97
 
98
  == Changelog ==
99
- = 1.6 =
 
 
 
 
 
100
 
101
  * Bugs fixed with shortcodes in subject field for both mails.
102
 
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
 
96
  1. It means that such user is not exist or you have made a syntactical error.
97
 
98
  == Changelog ==
99
+
100
+ = 1.7.1 =
101
+
102
+ * Bugs fixed related to Email Management
103
+
104
+ = 1.7 =
105
 
106
  * Bugs fixed with shortcodes in subject field for both mails.
107
 
views/contact_bank_email_management.php CHANGED
@@ -48,7 +48,7 @@ if(isset($_REQUEST['param']))
48
  {
49
  $dynamicId = $frontend_control_value[$flag]->dynamic_control_id;
50
  $emailSubject = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag]->dynamic_frontend_value,$emailSubject);
51
- $emailSubject_client = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag]->dynamic_frontend_value,$emailSubject_client);
52
  if($frontend_control_value[$flag]->field_Id == 3)
53
  {
54
  if($client_email != "")
@@ -60,7 +60,7 @@ if(isset($_REQUEST['param']))
60
  }
61
 
62
  }
63
- else if($frontend_control_value[$flag]->field_Id == 12)
64
  {
65
  $date_format = $wpdb->get_var
66
  (
@@ -175,6 +175,7 @@ if(isset($_REQUEST['param']))
175
  {
176
  wp_mail($to, $emailSubject, $messageTxt, $headers, $file_uploaded_path_admin);
177
  }
 
178
  if($client_email != "")
179
  {
180
  $admin_label = get_option( 'admin_email');
48
  {
49
  $dynamicId = $frontend_control_value[$flag]->dynamic_control_id;
50
  $emailSubject = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag]->dynamic_frontend_value,$emailSubject);
51
+ $emailSubject_client = str_replace("[control_client_".$dynamicId."]",$frontend_control_value[$flag]->dynamic_frontend_value,$emailSubject_client);
52
  if($frontend_control_value[$flag]->field_Id == 3)
53
  {
54
  if($client_email != "")
60
  }
61
 
62
  }
63
+ if($frontend_control_value[$flag]->field_Id == 12)
64
  {
65
  $date_format = $wpdb->get_var
66
  (
175
  {
176
  wp_mail($to, $emailSubject, $messageTxt, $headers, $file_uploaded_path_admin);
177
  }
178
+
179
  if($client_email != "")
180
  {
181
  $admin_label = get_option( 'admin_email');