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

Version Description

  • Email Notification Major Bug Fixed
  • Layout Bug Fixed
Download this release

Release Info

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

Code changes from version 2.0.92 to 2.0.93

contact-bank.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Lite 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.92
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.93
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
frontend_views/contact_bank_forms.php CHANGED
@@ -581,7 +581,6 @@ jQuery("#ux_frm_front_end_form_<?php echo $form_id ."_". $rand_value; ?>").valid
581
  var submit_id = data;
582
  jQuery.post(ajaxurl, "form_id="+form_id+"&submit_id="+submit_id+"&param=email_management&action=email_management_contact_form_library", function(data)
583
  {
584
- alert(data);
585
  setTimeout(function()
586
  {
587
  jQuery("#form_success_message_frontend_<?php echo $rand_value;?>").css("display","none");
581
  var submit_id = data;
582
  jQuery.post(ajaxurl, "form_id="+form_id+"&submit_id="+submit_id+"&param=email_management&action=email_management_contact_form_library", function(data)
583
  {
 
584
  setTimeout(function()
585
  {
586
  jQuery("#form_success_message_frontend_<?php echo $rand_value;?>").css("display","none");
lib/contact_view-class.php CHANGED
@@ -945,6 +945,7 @@ else
945
  case "contact_plugin_updates":
946
  $contact_updates = intval($_REQUEST["contact_updates"]);
947
  update_option("contact-bank-automatic_update",$contact_updates);
 
948
  break;
949
 
950
  }
945
  case "contact_plugin_updates":
946
  $contact_updates = intval($_REQUEST["contact_updates"]);
947
  update_option("contact-bank-automatic_update",$contact_updates);
948
+ die();
949
  break;
950
 
951
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
3
  Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact form, 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, shortcode, sidebar, stats, text, web form, widget, wordpress
4
  Requires at least: 3.3
5
  Tested up to: 4.1
6
- Stable tag: 2.0.92
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -532,6 +532,11 @@ In order to set Shortcode for a Form, you need to follow these steps :
532
 
533
  == Changelog ==
534
 
 
 
 
 
 
535
  = 2.0.92 =
536
 
537
  * Fixed Few Bugs
3
  Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact form, 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, shortcode, sidebar, stats, text, web form, widget, wordpress
4
  Requires at least: 3.3
5
  Tested up to: 4.1
6
+ Stable tag: 2.0.93
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
532
 
533
  == Changelog ==
534
 
535
+ = 2.0.93 =
536
+
537
+ * Email Notification Major Bug Fixed
538
+ * Layout Bug Fixed
539
+
540
  = 2.0.92 =
541
 
542
  * Fixed Few Bugs
views/includes_common_after.php CHANGED
@@ -38,7 +38,6 @@ jQuery(document).ready(function()
38
  }
39
  jQuery.post(ajaxurl,"form_id="+form_id+"&field_dynamic_id="+JSON.stringify(field_dynamic_id)+"&param=form_fields_sorting_order&action=add_contact_form_library", function(data)
40
  {
41
- alert(data);
42
  });
43
  }
44
  });
38
  }
39
  jQuery.post(ajaxurl,"form_id="+form_id+"&field_dynamic_id="+JSON.stringify(field_dynamic_id)+"&param=form_fields_sorting_order&action=add_contact_form_library", function(data)
40
  {
 
41
  });
42
  }
43
  });