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

Version Description

  • Few Bugs Fixed
  • Unexpected Error Fixed
Download this release

Release Info

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

Code changes from version 2.0.4 to 2.0.5

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.4
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.5
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
includes/cb_checkbox.php CHANGED
@@ -100,7 +100,7 @@ if(count($control_id) != 0)
100
  <div class="layout-control-group">
101
  <label class="layout-control-label"><?php _e("Options", contact_bank); ?> :</label>
102
  <div class="layout-controls">
103
- <input type="text" onKeyPress="white_space(event)" class="layout-span9" id="chk_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Options", contact_bank ); ?>" name="chk_options_<?php echo $dynamicId; ?>" />
104
  <input value="<?php _e( "Add", contact_bank ); ?>" type="button" style="margin-left:10px;" class="btn btn-info layout-span2" id="chk_options_button_<?php echo $dynamicId; ?>" onclick="add_chk_options(<?php echo $dynamicId; ?>);" name="chk_options_button_<?php echo $dynamicId; ?>" />
105
  </div>
106
  </div>
100
  <div class="layout-control-group">
101
  <label class="layout-control-label"><?php _e("Options", contact_bank); ?> :</label>
102
  <div class="layout-controls">
103
+ <input type="text" class="layout-span9" id="chk_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Options", contact_bank ); ?>" name="chk_options_<?php echo $dynamicId; ?>" />
104
  <input value="<?php _e( "Add", contact_bank ); ?>" type="button" style="margin-left:10px;" class="btn btn-info layout-span2" id="chk_options_button_<?php echo $dynamicId; ?>" onclick="add_chk_options(<?php echo $dynamicId; ?>);" name="chk_options_button_<?php echo $dynamicId; ?>" />
105
  </div>
106
  </div>
includes/cb_dropdown.php CHANGED
@@ -100,7 +100,7 @@
100
  <div class="layout-control-group">
101
  <label class="layout-control-label"><?php _e("Options", contact_bank); ?> : </label>
102
  <div class="layout-controls">
103
- <input type="text" onKeyPress="white_space(event)" class="layout-span9" id="ddl_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Option", contact_bank ); ?>" name="ddl_options_<?php echo $dynamicId; ?>" />
104
  <input class="btn btn-info layout-span2" style="margin-left:10px;" value="<?php _e( "Add", contact_bank ); ?>" type="button" id="ddl_options_button_<?php echo $dynamicId; ?>" onclick="add_ddl_options(<?php echo $dynamicId; ?>);" name="ddl_options_button_<?php echo $dynamicId; ?>" />
105
  </div>
106
  </div>
100
  <div class="layout-control-group">
101
  <label class="layout-control-label"><?php _e("Options", contact_bank); ?> : </label>
102
  <div class="layout-controls">
103
+ <input type="text" class="layout-span9" id="ddl_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Option", contact_bank ); ?>" name="ddl_options_<?php echo $dynamicId; ?>" />
104
  <input class="btn btn-info layout-span2" style="margin-left:10px;" value="<?php _e( "Add", contact_bank ); ?>" type="button" id="ddl_options_button_<?php echo $dynamicId; ?>" onclick="add_ddl_options(<?php echo $dynamicId; ?>);" name="ddl_options_button_<?php echo $dynamicId; ?>" />
105
  </div>
106
  </div>
includes/cb_multiple.php CHANGED
@@ -112,7 +112,7 @@
112
  <div class="layout-control-group" >
113
  <label class="layout-control-label"><?php _e("Options", contact_bank); ?> :</label>
114
  <div class="layout-controls">
115
- <input type="text" onKeyPress="white_space(event)" class="layout-span9"
116
  id="radio_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Option", contact_bank ); ?>"
117
  name="radio_options_<?php echo $dynamicId; ?>" />
118
  <input class="btn btn-info layout-span2" style="margin-left: 10px;"
112
  <div class="layout-control-group" >
113
  <label class="layout-control-label"><?php _e("Options", contact_bank); ?> :</label>
114
  <div class="layout-controls">
115
+ <input type="text" class="layout-span9"
116
  id="radio_options_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Option", contact_bank ); ?>"
117
  name="radio_options_<?php echo $dynamicId; ?>" />
118
  <input class="btn btn-info layout-span2" style="margin-left: 10px;"
lib/.idea/.name DELETED
@@ -1 +0,0 @@
1
- lib
 
lib/.idea/encodings.xml DELETED
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
- </project>
5
-
 
 
 
 
 
lib/.idea/lib.iml DELETED
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="inheritedJdk" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- </component>
8
- </module>
9
-
 
 
 
 
 
 
 
 
 
lib/.idea/misc.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" />
4
- <component name="SvnBranchConfigurationManager">
5
- <option name="mySupportsUserInfoFilter" value="true" />
6
- </component>
7
- </project>
8
-
 
 
 
 
 
 
 
 
lib/.idea/modules.xml DELETED
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/lib.iml" filepath="$PROJECT_DIR$/.idea/lib.iml" />
6
- </modules>
7
- </component>
8
- </project>
9
-
 
 
 
 
 
 
 
 
 
lib/.idea/scopes/scope_settings.xml DELETED
@@ -1,5 +0,0 @@
1
- <component name="DependencyValidationManager">
2
- <state>
3
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
- </state>
5
- </component>
 
 
 
 
 
lib/.idea/vcs.xml DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="svn" />
5
- </component>
6
- </project>
7
-
 
 
 
 
 
 
 
lib/.idea/workspace.xml DELETED
@@ -1,216 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ChangeListManager">
4
- <list default="true" id="73464306-916e-49bc-806d-b9b0e4de999a" name="Default" comment="">
5
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/install-script.php" afterPath="$PROJECT_DIR$/install-script.php" />
6
- </list>
7
- <ignored path="lib.iws" />
8
- <ignored path=".idea/workspace.xml" />
9
- <option name="TRACKING_ENABLED" value="true" />
10
- <option name="SHOW_DIALOG" value="false" />
11
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
13
- <option name="LAST_RESOLUTION" value="IGNORE" />
14
- </component>
15
- <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
16
- <component name="CreatePatchCommitExecutor">
17
- <option name="PATCH_PATH" value="" />
18
- </component>
19
- <component name="DaemonCodeAnalyzer">
20
- <disable_hints />
21
- </component>
22
- <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
23
- <component name="FavoritesManager">
24
- <favorites_list name="lib" />
25
- </component>
26
- <component name="FileEditorManager">
27
- <leaf>
28
- <file leaf-file-name="install-script.php" pinned="false" current="true" current-in-tab="true">
29
- <entry file="file://$PROJECT_DIR$/install-script.php">
30
- <provider selected="true" editor-type-id="text-editor">
31
- <state line="495" column="1" selection-start="21327" selection-end="21327" vertical-scroll-proportion="-1.3261868" vertical-offset="9281" max-vertical-offset="11849">
32
- <folding />
33
- </state>
34
- </provider>
35
- </entry>
36
- </file>
37
- </leaf>
38
- </component>
39
- <component name="FindManager">
40
- <FindUsagesManager>
41
- <setting name="OPEN_NEW_TAB" value="false" />
42
- </FindUsagesManager>
43
- </component>
44
- <component name="IdeDocumentHistory">
45
- <option name="changedFiles">
46
- <list>
47
- <option value="$PROJECT_DIR$/install-script.php" />
48
- </list>
49
- </option>
50
- </component>
51
- <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
52
- <component name="ProjectFrameBounds">
53
- <option name="x" value="-8" />
54
- <option name="y" value="-8" />
55
- <option name="width" value="1616" />
56
- <option name="height" value="876" />
57
- </component>
58
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
59
- <OptionsSetting value="true" id="Add" />
60
- <OptionsSetting value="true" id="Remove" />
61
- <OptionsSetting value="true" id="Checkout" />
62
- <OptionsSetting value="true" id="Update" />
63
- <OptionsSetting value="true" id="Status" />
64
- <OptionsSetting value="true" id="Edit" />
65
- <ConfirmationsSetting value="0" id="Add" />
66
- <ConfirmationsSetting value="0" id="Remove" />
67
- </component>
68
- <component name="ProjectReloadState">
69
- <option name="STATE" value="0" />
70
- </component>
71
- <component name="ProjectView">
72
- <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
73
- <flattenPackages />
74
- <showMembers />
75
- <showModules />
76
- <showLibraryContents />
77
- <hideEmptyPackages />
78
- <abbreviatePackageNames />
79
- <autoscrollToSource />
80
- <autoscrollFromSource />
81
- <sortByType />
82
- </navigator>
83
- <panes>
84
- <pane id="ProjectPane">
85
- <subPane>
86
- <PATH>
87
- <PATH_ELEMENT>
88
- <option name="myItemId" value="lib" />
89
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
90
- </PATH_ELEMENT>
91
- </PATH>
92
- </subPane>
93
- </pane>
94
- <pane id="Scope" />
95
- </panes>
96
- </component>
97
- <component name="PropertiesComponent">
98
- <property name="options.splitter.main.proportions" value="0.3" />
99
- <property name="WebServerToolWindowFactoryState" value="false" />
100
- <property name="options.lastSelected" value="web-ide.project.structure" />
101
- <property name="FullScreen" value="false" />
102
- <property name="options.splitter.details.proportions" value="0.2" />
103
- <property name="options.searchVisible" value="true" />
104
- </component>
105
- <component name="PublishConfig">
106
- <servers>
107
- <server id="8edf2c37-9e78-4559-a8a8-0f1fb7f54ca7">
108
- <serverdata>
109
- <mappings>
110
- <mapping local="$PROJECT_DIR$" />
111
- </mappings>
112
- </serverdata>
113
- </server>
114
- <server id="a6657919-38ac-4e3b-8875-48e6769d12f9">
115
- <serverdata>
116
- <mappings>
117
- <mapping local="$PROJECT_DIR$" />
118
- </mappings>
119
- </serverdata>
120
- </server>
121
- </servers>
122
- </component>
123
- <component name="RunManager">
124
- <list size="0" />
125
- </component>
126
- <component name="ShelveChangesManager" show_recycled="false" />
127
- <component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="true" SSL_PROTOCOLS="all">
128
- <option name="USER" value="" />
129
- <option name="PASSWORD" value="" />
130
- <option name="mySSHConnectionTimeout" value="30000" />
131
- <option name="mySSHReadTimeout" value="30000" />
132
- <option name="LAST_MERGED_REVISION" />
133
- <option name="MERGE_DRY_RUN" value="false" />
134
- <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
135
- <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
136
- <option name="IGNORE_SPACES_IN_MERGE" value="false" />
137
- <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
138
- <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
139
- <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
140
- <option name="FORCE_UPDATE" value="false" />
141
- <option name="IGNORE_EXTERNALS" value="false" />
142
- <configuration useDefault="false">C:\Users\Varun\AppData\Roaming\Subversion</configuration>
143
- <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
144
- </component>
145
- <component name="SvnFileUrlMappingImpl">
146
- <option name="myMappingRoots">
147
- <list>
148
- <SvnCopyRootSimple>
149
- <option name="myVcsRoot" value="E:\contact-bank\trunk\lib" />
150
- <option name="myCopyRoot" value="E:\contact-bank\trunk\lib" />
151
- </SvnCopyRootSimple>
152
- </list>
153
- </option>
154
- <option name="myMoreRealMappingRoots">
155
- <list>
156
- <SvnCopyRootSimple>
157
- <option name="myVcsRoot" value="E:\contact-bank\trunk\lib" />
158
- <option name="myCopyRoot" value="E:\contact-bank\trunk\lib" />
159
- </SvnCopyRootSimple>
160
- </list>
161
- </option>
162
- </component>
163
- <component name="TaskManager">
164
- <task active="true" id="Default" summary="Default task">
165
- <changelist id="73464306-916e-49bc-806d-b9b0e4de999a" name="Default" comment="" />
166
- <created>1394783131392</created>
167
- <updated>1394783131392</updated>
168
- </task>
169
- <servers />
170
- </component>
171
- <component name="ToolWindowManager">
172
- <frame x="-8" y="-8" width="1616" height="876" extended-state="0" />
173
- <editor active="false" />
174
- <layout>
175
- <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
176
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
177
- <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
178
- <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
179
- <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
180
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24967825" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
181
- <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
182
- <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
183
- <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
184
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
185
- <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
186
- <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
187
- <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
188
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
189
- <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
190
- <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
191
- <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
192
- <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
193
- </layout>
194
- </component>
195
- <component name="VcsContentAnnotationSettings">
196
- <option name="myLimit" value="2678400000" />
197
- </component>
198
- <component name="VcsManagerConfiguration">
199
- <option name="myTodoPanelSettings">
200
- <TodoPanelSettings />
201
- </option>
202
- </component>
203
- <component name="XDebuggerManager">
204
- <breakpoint-manager />
205
- </component>
206
- <component name="editorHistoryManager">
207
- <entry file="file://$PROJECT_DIR$/install-script.php">
208
- <provider selected="true" editor-type-id="text-editor">
209
- <state line="495" column="1" selection-start="21327" selection-end="21327" vertical-scroll-proportion="-1.3261868" vertical-offset="9281" max-vertical-offset="11849">
210
- <folding />
211
- </state>
212
- </provider>
213
- </entry>
214
- </component>
215
- </project>
216
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lib/contact_bank_email_management.php CHANGED
@@ -52,19 +52,14 @@ if(isset($_REQUEST["param"]))
52
  {
53
  $messageTxt = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag1]->dynamic_frontend_value, $messageTxt);
54
  }
55
- echo $frontend_control_value[$flag1]->dynamic_frontend_value;
56
  }
57
- //echo $file_uploaded_path_admin;
58
  $headers = "Content-Type: text/html; charset= iso-8859-1". "\r\n".
59
  "From: " .$email_from_name. " <". $email_from . ">" ."\r\n" .
60
  "Reply-To: ".$email_reply_to."\r\n" .
61
  "Cc: " .$email_cc. "\r\n" .
62
  "Bcc: " .$email_bcc."\r\n".
63
  get_option("blog_charset") . "\r\n";
64
-
65
-
66
  wp_mail($email_to, $email_subject, $messageTxt, $headers);
67
-
68
  }
69
  die();
70
  }
52
  {
53
  $messageTxt = str_replace("[control_".$dynamicId."]",$frontend_control_value[$flag1]->dynamic_frontend_value, $messageTxt);
54
  }
 
55
  }
 
56
  $headers = "Content-Type: text/html; charset= iso-8859-1". "\r\n".
57
  "From: " .$email_from_name. " <". $email_from . ">" ."\r\n" .
58
  "Reply-To: ".$email_reply_to."\r\n" .
59
  "Cc: " .$email_cc. "\r\n" .
60
  "Bcc: " .$email_bcc."\r\n".
61
  get_option("blog_charset") . "\r\n";
 
 
62
  wp_mail($email_to, $email_subject, $messageTxt, $headers);
 
63
  }
64
  die();
65
  }
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 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: 2.9
5
  Tested up to: 3.8.1
6
- Stable tag: 2.0.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -130,6 +130,11 @@ Visit [here](http://tech-banker.com/contact-bank) to upgrade to Pro Version now.
130
 
131
  == Changelog ==
132
 
 
 
 
 
 
133
  = 2.0.4 =
134
 
135
  * Few Bugs Fixed
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: 2.9
5
  Tested up to: 3.8.1
6
+ Stable tag: 2.0.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
130
 
131
  == Changelog ==
132
 
133
+ = 2.0.5 =
134
+
135
+ * Few Bugs Fixed
136
+ * Unexpected Error Fixed
137
+
138
  = 2.0.4 =
139
 
140
  * Few Bugs Fixed