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

Version Description

  • Few Bugs Fixed
  • Banners Updated
Download this release

Release Info

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

Code changes from version 2.0.51 to 2.0.52

Files changed (4) hide show
  1. assets/images/img.png +0 -0
  2. contact-bank.php +1 -1
  3. readme.txt +7 -2
  4. views/header.php +4 -2
assets/images/img.png CHANGED
Binary file
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.51
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.52
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link : http://tech-banker.com/contact-bank/
4
  Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, 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
5
  Requires at least: 3.3
6
  Tested up to: 3.9.1
7
- Stable tag: 2.0.51
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,7 +34,7 @@ It provides a powerful engine for uploading and managing dynamic forms with more
34
 
35
  ***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker</a> since March 2014.***
36
 
37
- ***July 28, 2014: We're happy to announce that Contact Bank reached 74,400+ 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!***
38
 
39
  <a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
40
 
@@ -545,6 +545,11 @@ In order to set Shortcode for a Form, you need to follow these steps :
545
 
546
  == Changelog ==
547
 
 
 
 
 
 
548
  = 2.0.51 =
549
 
550
  * Few Possible Security Issues Addressed
4
  Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, 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
5
  Requires at least: 3.3
6
  Tested up to: 3.9.1
7
+ Stable tag: 2.0.52
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
 
35
  ***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker</a> since March 2014.***
36
 
37
+ ***July 28, 2014: We're happy to announce that Contact Bank reached 74,700+ 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!***
38
 
39
  <a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
40
 
545
 
546
  == Changelog ==
547
 
548
+ = 2.0.52 =
549
+
550
+ * Few Bugs Fixed
551
+ * Banners Updated
552
+
553
  = 2.0.51 =
554
 
555
  * Few Possible Security Issues Addressed
views/header.php CHANGED
@@ -14,7 +14,6 @@ if($show_banner == "")
14
  <a class="button gb_message_buttons" target="_blank" href="http://tech-banker.com/contact-bank/">UPGRADE NOW</a>
15
  </div>
16
  </div>';
17
-
18
  }
19
  $cb_lang = array();
20
  $cb_lang_translated_languages = array();
@@ -31,6 +30,10 @@ jQuery(document).ready(function()
31
  </script>
32
  <img style="margin: 10px;" src="<?php echo CONTACT_BK_PLUGIN_URL .'/assets/images/cb-logo.png';?>"/>
33
  <?php
 
 
 
 
34
  switch ($role) {
35
  case "administrator":
36
  ?>
@@ -109,7 +112,6 @@ elseif(!(in_array($cb_language, $cb_lang_translated_languages)) && !(in_array($c
109
  <?php
110
  }
111
  ?>
112
-
113
  <div class="message red" style="display: block;margin-top:10px">
114
  <span>
115
  <strong>You will be only allowed to add 1 Form. Kindly purchase Premium Edition for full access.</strong>
14
  <a class="button gb_message_buttons" target="_blank" href="http://tech-banker.com/contact-bank/">UPGRADE NOW</a>
15
  </div>
16
  </div>';
 
17
  }
18
  $cb_lang = array();
19
  $cb_lang_translated_languages = array();
30
  </script>
31
  <img style="margin: 10px;" src="<?php echo CONTACT_BK_PLUGIN_URL .'/assets/images/cb-logo.png';?>"/>
32
  <?php
33
+ global $wpdb,$current_user;
34
+ $role = $wpdb->prefix . "capabilities";
35
+ $current_user->role = array_keys($current_user->$role);
36
+ $role = $current_user->role[0];
37
  switch ($role) {
38
  case "administrator":
39
  ?>
112
  <?php
113
  }
114
  ?>
 
115
  <div class="message red" style="display: block;margin-top:10px">
116
  <span>
117
  <strong>You will be only allowed to add 1 Form. Kindly purchase Premium Edition for full access.</strong>