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

Version Description

  • Major Bug Regarding RSS Feeds fixed.
Download this release

Release Info

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

Code changes from version 2.0.115 to 2.0.116

Files changed (2) hide show
  1. contact-bank.php +5 -2
  2. readme.txt +6 -3
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.115
8
  Author URI: http://tech-banker.com
9
  License: GPLv3 or later
10
  */
@@ -793,7 +793,10 @@ function contact_bank_short_code($atts)
793
  "show_title" => "",
794
  "show_desc" => "",
795
  ), $atts));
796
- return extract_short_code($form_id,$show_title,$show_desc);
 
 
 
797
  }
798
  function extract_short_code($form_id,$show_title,$show_desc)
799
  {
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.116
8
  Author URI: http://tech-banker.com
9
  License: GPLv3 or later
10
  */
793
  "show_title" => "",
794
  "show_desc" => "",
795
  ), $atts));
796
+ if(!is_feed())
797
+ {
798
+ return extract_short_code($form_id,$show_title,$show_desc);
799
+ }
800
  }
801
  function extract_short_code($form_id,$show_title,$show_desc)
802
  {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
3
  Tags: admin, advanced form, Attachment, best contact form plugin, buddypress, category, cnotact, conact, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form manager, contact form plugin, contact form with google map, contact forms, contact forms plugin, contact manager, contact me, contact us, contact us form, contacts, contacts form plugin, contatc, copy, custom form, email, email form, feedback, feedback form, feedback forms, form, forms, forms plugin, insert the shortcode, multiple contact forms, post feedback, request, send, send copy, send messages, shortcode, text, web form, web-page feedback, wordpress contact form
4
  Requires at least: 3.3
5
  Tested up to: 4.2.2
6
- Stable tag: 2.0.115
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -549,10 +549,13 @@ In order to set Shortcode for a Form, you need to follow these steps :
549
 
550
  == Changelog ==
551
 
 
 
 
 
552
  = 2.0.115 =
553
 
554
- * Few Minor CSS Bugs Fixed
555
- * Few Bugs Fixed
556
 
557
  = 2.0.114 =
558
 
3
  Tags: admin, advanced form, Attachment, best contact form plugin, buddypress, category, cnotact, conact, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form manager, contact form plugin, contact form with google map, contact forms, contact forms plugin, contact manager, contact me, contact us, contact us form, contacts, contacts form plugin, contatc, copy, custom form, email, email form, feedback, feedback form, feedback forms, form, forms, forms plugin, insert the shortcode, multiple contact forms, post feedback, request, send, send copy, send messages, shortcode, text, web form, web-page feedback, wordpress contact form
4
  Requires at least: 3.3
5
  Tested up to: 4.2.2
6
+ Stable tag: 2.0.116
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
549
 
550
  == Changelog ==
551
 
552
+ = 2.0.116 =
553
+
554
+ * Major Bug Regarding RSS Feeds fixed.
555
+
556
  = 2.0.115 =
557
 
558
+ * Few Urgent Bugs Fixed
 
559
 
560
  = 2.0.114 =
561