Contact Form Email - Version 1.2.99

Version Description

  • Fixed bug in email subject
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Contact Form Email
Version 1.2.99
Comparing to
See all releases

Code changes from version 1.2.98 to 1.2.99

Files changed (3) hide show
  1. README.txt +5 -2
  2. cp-main-class.inc.php +3 -3
  3. form-to-email.php +1 -1
README.txt CHANGED
@@ -456,6 +456,9 @@ When you click a field already added into the contact form builder area, you can
456
 
457
  == Changelog ==
458
 
 
 
 
459
  = 1.2.98 =
460
  * Fixed email delivery bug
461
 
@@ -1054,5 +1057,5 @@ When you click a field already added into the contact form builder area, you can
1054
 
1055
  == Upgrade Notice ==
1056
 
1057
- = 1.2.98 =
1058
- * Fixed email delivery bug
456
 
457
  == Changelog ==
458
 
459
+ = 1.2.99 =
460
+ * Fixed bug in email subject
461
+
462
  = 1.2.98 =
463
  * Fixed email delivery bug
464
 
1057
 
1058
  == Upgrade Notice ==
1059
 
1060
+ = 1.2.99 =
1061
+ * Fixed bug in email subject
cp-main-class.inc.php CHANGED
@@ -1037,7 +1037,7 @@ class CP_ContactFormToEmail extends CP_CFTEMAIL_BaseClass {
1037
 
1038
  'fp_from_email' => sanitize_text_field($_POST['fp_from_email']),
1039
  'fp_destination_emails' => sanitize_text_field($_POST['fp_destination_emails']),
1040
- 'fp_subject' => sanitize_text_field($_POST['fp_subject']),
1041
  'fp_inc_additional_info' => sanitize_text_field($_POST['fp_inc_additional_info']),
1042
  'fp_return_page' => sanitize_text_field($_POST['fp_return_page']),
1043
  'fp_message' => $this->clean_sanitize($_POST['fp_message']),
@@ -1045,7 +1045,7 @@ class CP_ContactFormToEmail extends CP_CFTEMAIL_BaseClass {
1045
 
1046
  'cu_enable_copy_to_user' => sanitize_text_field($_POST['cu_enable_copy_to_user']),
1047
  'cu_user_email_field' => sanitize_text_field(@$_POST['cu_user_email_field']),
1048
- 'cu_subject' => sanitize_text_field($_POST['cu_subject']),
1049
  'cu_message' => $this->clean_sanitize($_POST['cu_message']),
1050
  'cu_emailformat' => sanitize_text_field($_POST['cu_emailformat']),
1051
  'fp_emailfrommethod' => sanitize_text_field($_POST['fp_emailfrommethod']),
@@ -1072,7 +1072,7 @@ class CP_ContactFormToEmail extends CP_CFTEMAIL_BaseClass {
1072
  'rep_days' => sanitize_text_field($_POST['rep_days']),
1073
  'rep_hour' => sanitize_text_field($_POST['rep_hour']),
1074
  'rep_emails' => sanitize_text_field($_POST['rep_emails']),
1075
- 'rep_subject' => sanitize_text_field($_POST['rep_subject']),
1076
  'rep_emailformat' => sanitize_text_field($_POST['rep_emailformat']),
1077
  'rep_message' => $this->clean_sanitize($_POST['rep_message']),
1078
 
1037
 
1038
  'fp_from_email' => sanitize_text_field($_POST['fp_from_email']),
1039
  'fp_destination_emails' => sanitize_text_field($_POST['fp_destination_emails']),
1040
+ 'fp_subject' => $this->clean_sanitize($_POST['fp_subject']),
1041
  'fp_inc_additional_info' => sanitize_text_field($_POST['fp_inc_additional_info']),
1042
  'fp_return_page' => sanitize_text_field($_POST['fp_return_page']),
1043
  'fp_message' => $this->clean_sanitize($_POST['fp_message']),
1045
 
1046
  'cu_enable_copy_to_user' => sanitize_text_field($_POST['cu_enable_copy_to_user']),
1047
  'cu_user_email_field' => sanitize_text_field(@$_POST['cu_user_email_field']),
1048
+ 'cu_subject' => $this->clean_sanitize($_POST['cu_subject']),
1049
  'cu_message' => $this->clean_sanitize($_POST['cu_message']),
1050
  'cu_emailformat' => sanitize_text_field($_POST['cu_emailformat']),
1051
  'fp_emailfrommethod' => sanitize_text_field($_POST['fp_emailfrommethod']),
1072
  'rep_days' => sanitize_text_field($_POST['rep_days']),
1073
  'rep_hour' => sanitize_text_field($_POST['rep_hour']),
1074
  'rep_emails' => sanitize_text_field($_POST['rep_emails']),
1075
+ 'rep_subject' => $this->clean_sanitize($_POST['rep_subject']),
1076
  'rep_emailformat' => sanitize_text_field($_POST['rep_emailformat']),
1077
  'rep_message' => $this->clean_sanitize($_POST['rep_message']),
1078
 
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.98
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.99
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email