Version Description
- Compatible with WordPress 5.9
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.3.27 |
Comparing to | |
See all releases |
Code changes from version 1.3.26 to 1.3.27
- README.txt +6 -3
- form-to-email.php +1 -1
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: codepeople
|
|
3 |
Donate link: https://form2email.dwbooster.com/download
|
4 |
Tags: contact form,contact,email,contact form database,form,contact form excel,form to email,form to database,contact form builder,form to csv,form to excel,contact form csv
|
5 |
Requires at least: 3.0.5
|
6 |
-
Tested up to: 5.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -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.3.26 =
|
460 |
* Additional field sanitization
|
461 |
|
@@ -1132,5 +1135,5 @@ When you click a field already added into the contact form builder area, you can
|
|
1132 |
|
1133 |
== Upgrade Notice ==
|
1134 |
|
1135 |
-
= 1.3.
|
1136 |
-
*
|
3 |
Donate link: https://form2email.dwbooster.com/download
|
4 |
Tags: contact form,contact,email,contact form database,form,contact form excel,form to email,form to database,contact form builder,form to csv,form to excel,contact form csv
|
5 |
Requires at least: 3.0.5
|
6 |
+
Tested up to: 5.9
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
456 |
|
457 |
== Changelog ==
|
458 |
|
459 |
+
= 1.3.27 =
|
460 |
+
* Compatible with WordPress 5.9
|
461 |
+
|
462 |
= 1.3.26 =
|
463 |
* Additional field sanitization
|
464 |
|
1135 |
|
1136 |
== Upgrade Notice ==
|
1137 |
|
1138 |
+
= 1.3.27 =
|
1139 |
+
* Compatible with WordPress 5.9
|
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.3.
|
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.3.27
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|