Version Description
- Typo/language fixes
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.2.44 |
Comparing to | |
See all releases |
Code changes from version 1.2.43 to 1.2.44
- README.txt +5 -2
- cp-main-class.inc.php +1 -1
- form-to-email.php +1 -1
README.txt
CHANGED
@@ -448,6 +448,9 @@ When you click a field already added into the contact form builder area, you can
|
|
448 |
|
449 |
== Changelog ==
|
450 |
|
|
|
|
|
|
|
451 |
= 1.2.43 =
|
452 |
* New admin notices
|
453 |
|
@@ -884,5 +887,5 @@ When you click a field already added into the contact form builder area, you can
|
|
884 |
|
885 |
== Upgrade Notice ==
|
886 |
|
887 |
-
= 1.2.
|
888 |
-
*
|
448 |
|
449 |
== Changelog ==
|
450 |
|
451 |
+
= 1.2.44 =
|
452 |
+
* Typo/language fixes
|
453 |
+
|
454 |
= 1.2.43 =
|
455 |
* New admin notices
|
456 |
|
887 |
|
888 |
== Upgrade Notice ==
|
889 |
|
890 |
+
= 1.2.44 =
|
891 |
+
* Typo/language fixes
|
cp-main-class.inc.php
CHANGED
@@ -153,7 +153,7 @@ class CP_ContactFormToEmail extends CP_CFTEMAIL_BaseClass {
|
|
153 |
'rep_emails' => $this->get_option('rep_emails', ''),
|
154 |
'rep_subject' => $this->get_option('rep_subject', 'Submissions report...'),
|
155 |
'rep_emailformat' => $this->get_option('rep_emailformat', 'text'),
|
156 |
-
'rep_message' => $this->get_option('rep_message', 'Attached you will find the data
|
157 |
|
158 |
'cv_enable_captcha' => $this->get_option('cv_enable_captcha', CP_CFEMAIL_DEFAULT_cv_enable_captcha),
|
159 |
'cv_width' => $this->get_option('cv_width', CP_CFEMAIL_DEFAULT_cv_width),
|
153 |
'rep_emails' => $this->get_option('rep_emails', ''),
|
154 |
'rep_subject' => $this->get_option('rep_subject', 'Submissions report...'),
|
155 |
'rep_emailformat' => $this->get_option('rep_emailformat', 'text'),
|
156 |
+
'rep_message' => $this->get_option('rep_message', 'Attached you will find the data with the form submissions.'),
|
157 |
|
158 |
'cv_enable_captcha' => $this->get_option('cv_enable_captcha', CP_CFEMAIL_DEFAULT_cv_enable_captcha),
|
159 |
'cv_width' => $this->get_option('cv_width', CP_CFEMAIL_DEFAULT_cv_width),
|
form-to-email.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
-
Version: 1.2.
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
+
Version: 1.2.44
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|