Version Description
- Fixed conflict with Yoast SEO
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.2.85 |
Comparing to | |
See all releases |
Code changes from version 1.2.84 to 1.2.85
- README.txt +5 -3
- form-to-email.php +1 -1
- js/fbuilderf.jquery.js +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.84 =
|
460 |
* Fixed conflict with lazy loading feature of Jetpack
|
461 |
|
@@ -1009,8 +1012,7 @@ When you click a field already added into the contact form builder area, you can
|
|
1009 |
* New feature for adding submission number into the emails
|
1010 |
* Fixed bug with back slashes on submissions
|
1011 |
|
1012 |
-
|
1013 |
== Upgrade Notice ==
|
1014 |
|
1015 |
-
= 1.2.
|
1016 |
-
* Fixed conflict with
|
456 |
|
457 |
== Changelog ==
|
458 |
|
459 |
+
= 1.2.85 =
|
460 |
+
* Fixed conflict with Yoast SEO
|
461 |
+
|
462 |
= 1.2.84 =
|
463 |
* Fixed conflict with lazy loading feature of Jetpack
|
464 |
|
1012 |
* New feature for adding submission number into the emails
|
1013 |
* Fixed bug with back slashes on submissions
|
1014 |
|
|
|
1015 |
== Upgrade Notice ==
|
1016 |
|
1017 |
+
= 1.2.85 =
|
1018 |
+
* Fixed conflict with Yoast SEO
|
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.85
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|
js/fbuilderf.jquery.js
CHANGED
@@ -1383,7 +1383,7 @@ jQuery(window).on('load', function(){
|
|
1383 |
|
1384 |
var fcount = 1;
|
1385 |
var fnum = "_"+fcount;
|
1386 |
-
while (eval("typeof cp_contactformtoemail_fbuilder_config"+fnum+" != 'undefined'"))
|
1387 |
{
|
1388 |
try {
|
1389 |
var cp_contactformtoemail_fbuilder_config = eval("cp_contactformtoemail_fbuilder_config"+fnum);
|
1383 |
|
1384 |
var fcount = 1;
|
1385 |
var fnum = "_"+fcount;
|
1386 |
+
while (10>fcount || eval("typeof cp_contactformtoemail_fbuilder_config"+fnum+" != 'undefined'"))
|
1387 |
{
|
1388 |
try {
|
1389 |
var cp_contactformtoemail_fbuilder_config = eval("cp_contactformtoemail_fbuilder_config"+fnum);
|