Version Description
- Compatible with WordPress 5.4
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.3.06 |
Comparing to | |
See all releases |
Code changes from version 1.3.05 to 1.3.06
- 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.05 =
|
460 |
* New hooks and improved CSV formatting
|
461 |
|
@@ -1072,5 +1075,5 @@ When you click a field already added into the contact form builder area, you can
|
|
1072 |
|
1073 |
== Upgrade Notice ==
|
1074 |
|
1075 |
-
= 1.3.
|
1076 |
-
*
|
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.4
|
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.06 =
|
460 |
+
* Compatible with WordPress 5.4
|
461 |
+
|
462 |
= 1.3.05 =
|
463 |
* New hooks and improved CSV formatting
|
464 |
|
1075 |
|
1076 |
== Upgrade Notice ==
|
1077 |
|
1078 |
+
= 1.3.06 =
|
1079 |
+
* Compatible with WordPress 5.4
|
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.06
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|