Version Description
- 12.12.2012 =
- Bugfix : The error related to the empty label on the contact form was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.29 |
Comparing to | |
See all releases |
Code changes from version 3.28 to 3.29
- contact_form.php +3 -3
- readme.txt +7 -1
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -191,7 +191,7 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
191 |
// Add settings page in admin area
|
192 |
if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
193 |
function cntctfrm_settings_page() {
|
194 |
-
global $cntctfrm_options, $wpdb;
|
195 |
|
196 |
$userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
|
197 |
|
@@ -730,7 +730,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
730 |
}
|
731 |
|
732 |
$content .= '<div style="text-align: left; padding-top: 8px;">
|
733 |
-
<input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.
|
734 |
<input type="hidden" value="'.$lang.'" name="cntctfrm_language">
|
735 |
<input type="submit" value="'. $cntctfrm_options['cntctfrm_submit_label'][$lang]. '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
|
736 |
</div>
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.29
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
191 |
// Add settings page in admin area
|
192 |
if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
193 |
function cntctfrm_settings_page() {
|
194 |
+
global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults;
|
195 |
|
196 |
$userslogin = $wpdb->get_col( "SELECT user_login FROM $wpdb->users ", 0 );
|
197 |
|
730 |
}
|
731 |
|
732 |
$content .= '<div style="text-align: left; padding-top: 8px;">
|
733 |
+
<input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.29" />
|
734 |
<input type="hidden" value="'.$lang.'" name="cntctfrm_language">
|
735 |
<input type="submit" value="'. $cntctfrm_options['cntctfrm_submit_label'][$lang]. '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
|
736 |
</div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
|
|
4 |
Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.4.2
|
7 |
-
Stable tag: 3.
|
8 |
|
9 |
Add Contact Form to your WordPress website.
|
10 |
|
@@ -105,6 +105,9 @@ Here is an example for German language files.
|
|
105 |
|
106 |
== Changelog ==
|
107 |
|
|
|
|
|
|
|
108 |
= V3.28 - 11.12.2012 =
|
109 |
* NEW : Galician language file is added to the plugin.
|
110 |
* NEW : Multilanguage labels for fields is added to the plugin.
|
@@ -251,6 +254,9 @@ Here is an example for German language files.
|
|
251 |
|
252 |
== Upgrade Notice ==
|
253 |
|
|
|
|
|
|
|
254 |
= V3.28 =
|
255 |
Galician language file is added to the plugin. Multilanguage labels for fields is added to the plugin. The shortcode structure was changed.
|
256 |
|
4 |
Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.4.2
|
7 |
+
Stable tag: 3.29
|
8 |
|
9 |
Add Contact Form to your WordPress website.
|
10 |
|
105 |
|
106 |
== Changelog ==
|
107 |
|
108 |
+
= V3.29 - 12.12.2012 =
|
109 |
+
* Bugfix : The error related to the empty label on the contact form was fixed.
|
110 |
+
|
111 |
= V3.28 - 11.12.2012 =
|
112 |
* NEW : Galician language file is added to the plugin.
|
113 |
* NEW : Multilanguage labels for fields is added to the plugin.
|
254 |
|
255 |
== Upgrade Notice ==
|
256 |
|
257 |
+
= V3.29 =
|
258 |
+
The error related to the empty label on the contact form was fixed.
|
259 |
+
|
260 |
= V3.28 =
|
261 |
Galician language file is added to the plugin. Multilanguage labels for fields is added to the plugin. The shortcode structure was changed.
|
262 |
|