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

Version Description

  • Email Bug Fixed
  • Compatibility with 3.9.1
Download this release

Release Info

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

Code changes from version 2.0.23 to 2.0.24

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.23
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.24
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
lib/contact_bank_email_management.php CHANGED
@@ -54,13 +54,26 @@ if(isset($_REQUEST["param"]))
54
  $messageTxt = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag1]->dynamic_frontend_value, $messageTxt);
55
  }
56
  }
57
- $headers = "Content-Type: text/html; charset= utf-8". "\r\n".
58
- "From: " .$email_from_name. " <". $email_from . ">" ."\r\n" .
59
- "Reply-To: ".$email_reply_to."\r\n" .
60
- "Cc: " .$email_cc. "\r\n" .
61
- "Bcc: " .$email_bcc."\r\n".
62
- get_option("blog_charset") . "\r\n";
63
- wp_mail($email_to, $email_subject, $messageTxt, $headers);
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  }
65
  die();
66
  }
54
  $messageTxt = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag1]->dynamic_frontend_value, $messageTxt);
55
  }
56
  }
57
+ $headers = "";
58
+ $headers .= "Content-Type: text/html; charset= utf-8". "\r\n";
59
+ if($email_from_name != "" && $email_from != "")
60
+ {
61
+ $headers .= "From: " .$email_from_name. " <". $email_from . ">" ."\r\n";
62
+ }
63
+ if($email_reply_to != "")
64
+ {
65
+ $headers .= "Reply-To: ".$email_reply_to."\r\n";
66
+ }
67
+ if($email_cc != "")
68
+ {
69
+ $headers .= "Cc: " .$email_cc. "\r\n";
70
+ }
71
+ if($email_bcc != "")
72
+ {
73
+ $headers .= "Bcc: " .$email_bcc."\r\n";
74
+ }
75
+ get_option("blog_charset") . "\r\n";
76
+ wp_mail($email_to, $email_subject, $messageTxt, $headers);
77
  }
78
  die();
79
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  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: 3.3
5
- Tested up to: 3.9
6
- Stable tag: 2.0.23
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -29,7 +29,7 @@ It provides a powerful engine for uploading and managing dynamic forms with more
29
 
30
  ***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
31
 
32
- ***May 6, 2014: We're happy to announce that Contact Bank reached 29,600+ plugin downloads in only 6 months. We frequently receive positive feedback from people using our Contact Bank Plugin for WordPress. Thanks so much for your support!***
33
 
34
  <a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
35
 
@@ -522,6 +522,11 @@ In order to set Shortcode for a Form, you need to follow these steps :
522
 
523
  == Changelog ==
524
 
 
 
 
 
 
525
  = 2.0.23 =
526
 
527
  * Languages Updated
2
  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: 3.3
5
+ Tested up to: 3.9.1
6
+ Stable tag: 2.0.24
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
29
 
30
  ***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
31
 
32
+ ***May 10, 2014: We're happy to announce that Contact Bank reached 30,900+ plugin downloads in only 6 months. We frequently receive positive feedback from people using our Contact Bank Plugin for WordPress. Thanks so much for your support!***
33
 
34
  <a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
35
 
522
 
523
  == Changelog ==
524
 
525
+ = 2.0.24 =
526
+
527
+ * Email Bug Fixed
528
+ * Compatibility with 3.9.1
529
+
530
  = 2.0.23 =
531
 
532
  * Languages Updated