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

Version Description

  • Email Special Characters Bug Fixed
Download this release

Release Info

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

Code changes from version 2.0.38 to 2.0.39

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.38
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.39
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
lib/contact_bank_email_management.php CHANGED
@@ -27,10 +27,10 @@ if(isset($_REQUEST["param"]))
27
  {
28
  $email_exits = "";
29
  $email_to = $email_content[$flag]->email_to;
30
- $email_from = $email_content[$flag]->email_from;
31
  $messageTxt = stripcslashes($email_content[$flag]->body_content);
32
- $email_subject = $email_content[$flag]->subject;
33
- $email_from_name = $email_content[$flag]->from_name;
34
  $email_reply_to = $email_content[$flag]->reply_to;
35
  $email_cc = $email_content[$flag]->cc;
36
  $email_bcc = $email_content[$flag]->bcc;
27
  {
28
  $email_exits = "";
29
  $email_to = $email_content[$flag]->email_to;
30
+ $email_from = stripslashes($email_content[$flag]->email_from);
31
  $messageTxt = stripcslashes($email_content[$flag]->body_content);
32
+ $email_subject = stripslashes($email_content[$flag]->subject);
33
+ $email_from_name = stripslashes(htmlspecialchars_decode($email_content[$flag]->from_name, ENT_QUOTES));
34
  $email_reply_to = $email_content[$flag]->reply_to;
35
  $email_cc = $email_content[$flag]->cc;
36
  $email_bcc = $email_content[$flag]->bcc;
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Contact Bank - Best WP Contact Forms ===
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.38
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
- ***July 1, 2014: We're happy to announce that Contact Bank reached 53,200+ plugin downloads in only 10 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,10 @@ In order to set Shortcode for a Form, you need to follow these steps :
522
 
523
  == Changelog ==
524
 
 
 
 
 
525
  = 2.0.38 =
526
 
527
  * Few Bugs Fixed
1
+ === WP Contact Bank - Best WP Contact Forms ===
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.39
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
+ ***July 5, 2014: We're happy to announce that Contact Bank reached 56,600+ plugin downloads in only 10 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.39 =
526
+
527
+ * Email Special Characters Bug Fixed
528
+
529
  = 2.0.38 =
530
 
531
  * Few Bugs Fixed