Version Description
- Compatibility with WordPress 4.1
- Fixed Minor Bugs
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.0.84 |
Comparing to | |
See all releases |
Code changes from version 2.0.83 to 2.0.84
- contact-bank.php +1 -1
- readme.txt +7 -2
- views/contact-bank-system-report.php +1 -0
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.
|
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.84
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
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 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.
|
6 |
-
Stable tag: 2.0.
|
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.83 =
|
536 |
|
537 |
* Changed Variables to avoid conflictions with other plugins.
|
2 |
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.84
|
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.84 =
|
536 |
+
|
537 |
+
* Compatibility with WordPress 4.1
|
538 |
+
* Fixed Minor Bugs
|
539 |
+
|
540 |
= 2.0.83 =
|
541 |
|
542 |
* Changed Variables to avoid conflictions with other plugins.
|
views/contact-bank-system-report.php
CHANGED
@@ -19,6 +19,7 @@ if (!current_user_can($cb_user_role_permission))
|
|
19 |
}
|
20 |
else
|
21 |
{
|
|
|
22 |
?>
|
23 |
<form id="system_settings" class="layout-form" method="post">
|
24 |
<div id="poststuff" style="width: 99% !important;">
|
19 |
}
|
20 |
else
|
21 |
{
|
22 |
+
global $wp_version;
|
23 |
?>
|
24 |
<form id="system_settings" class="layout-form" method="post">
|
25 |
<div id="poststuff" style="width: 99% !important;">
|