Version Description
- 26.02.2013 =
- NEW : We added HTML tag for the text, that is displaying after email is sent.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.38 |
Comparing to | |
See all releases |
Code changes from version 3.37 to 3.38
- contact_form.php +2 -2
- 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 |
*/
|
@@ -642,7 +642,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
642 |
if( true === $cntctfrm_result ) {
|
643 |
$_SESSION['cntctfrm_send_mail'] = true;
|
644 |
if( $cntctfrm_options['cntctfrm_action_after_send'] == 1 )
|
645 |
-
$content .= $cntctfrm_options['cntctfrm_thank_text'][$lang];
|
646 |
else
|
647 |
$content .= "<script type='text/javascript'>window.location.href = '".$cntctfrm_options['cntctfrm_redirect_url']."';</script>";
|
648 |
}
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.38
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
642 |
if( true === $cntctfrm_result ) {
|
643 |
$_SESSION['cntctfrm_send_mail'] = true;
|
644 |
if( $cntctfrm_options['cntctfrm_action_after_send'] == 1 )
|
645 |
+
$content .= '<div id="cntctfrm_thanks">' . $cntctfrm_options['cntctfrm_thank_text'][$lang] . '</div>';
|
646 |
else
|
647 |
$content .= "<script type='text/javascript'>window.location.href = '".$cntctfrm_options['cntctfrm_redirect_url']."';</script>";
|
648 |
}
|
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.5.1
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -109,6 +109,9 @@ Here is an example for German language files.
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
112 |
= V3.37 - 21.02.2013 =
|
113 |
* NEW : Belarusian language file was added to the plugin.
|
114 |
|
@@ -284,6 +287,9 @@ Here is an example for German language files.
|
|
284 |
|
285 |
== Upgrade Notice ==
|
286 |
|
|
|
|
|
|
|
287 |
= V3.37 =
|
288 |
Belarusian language file was added to the plugin.
|
289 |
|
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.5.1
|
7 |
+
Stable tag: 3.38
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= V3.38 - 26.02.2013 =
|
113 |
+
* NEW : We added HTML tag for the text, that is displaying after email is sent.
|
114 |
+
|
115 |
= V3.37 - 21.02.2013 =
|
116 |
* NEW : Belarusian language file was added to the plugin.
|
117 |
|
287 |
|
288 |
== Upgrade Notice ==
|
289 |
|
290 |
+
= V3.38 =
|
291 |
+
We added HTML tag for the text, that is displaying after email is sent.
|
292 |
+
|
293 |
= V3.37 =
|
294 |
Belarusian language file was added to the plugin.
|
295 |
|