Contact Form 7 – reCaptcha v2 - Version 1.3.5

Version Description

(2020-06-14) = * Updated support for WordPress 5.8

Download this release

Release Info

Developer IQComputing
Plugin Icon 128x128 Contact Form 7 – reCaptcha v2
Version 1.3.5
Comparing to
See all releases

Code changes from version 1.3.4 to 1.3.5

Files changed (3) hide show
  1. changelog.txt +7 -0
  2. readme.txt +6 -6
  3. wpcf7-recaptcha.php +2 -2
changelog.txt CHANGED
@@ -2,6 +2,13 @@
2
 
3
  This is to keep track of all changes the plugin undertakes. The readme.txt should only contain the most recent 3.
4
 
 
 
 
 
 
 
 
5
  = 1.3.4 =
6
 
7
  Release Date: June 14, 2021
2
 
3
  This is to keep track of all changes the plugin undertakes. The readme.txt should only contain the most recent 3.
4
 
5
+ = 1.3.5 =
6
+
7
+ Release Date: June 21, 2021
8
+
9
+ * Overview
10
+ * Updated support for WordPress 5.8.
11
+
12
  = 1.3.4 =
13
 
14
  Release Date: June 14, 2021
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: iqcomputing
3
  Tags: contact-form-7, contact-form-7-recaptcha, recaptcha, spam
4
  Requires at least: 4.9
5
- Tested up to: 5.6
6
- Stable tag: 1.3.4
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -60,13 +60,13 @@ Should the above be correct, at this point it's time to open a support thread fo
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.3.4 (2020-06-14) =
64
  * Updated the controls JS file to be encapsulated.
65
  * Added the reCaptcha error messages to the Contact Form 7 "Messages" screen so they may be changed.
66
 
67
  = 1.3.3 (2020-03-01) =
68
  * Updated reCaptcha HTML to be wrapped in span tag as Contact Form 7 expects.
69
- * Updated javascript to reflect HTML change above.
70
-
71
- = 1.3.2 (2020-02-25) =
72
- * Updated the remove action hook priority for wpcf7_recaptcha_enqueue_scripts from 10 to 20
2
  Contributors: iqcomputing
3
  Tags: contact-form-7, contact-form-7-recaptcha, recaptcha, spam
4
  Requires at least: 4.9
5
+ Tested up to: 5.8
6
+ Stable tag: 1.3.5
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.3.5 (2020-06-14) =
64
+ * Updated support for WordPress 5.8
65
+
66
  = 1.3.4 (2020-06-14) =
67
  * Updated the controls JS file to be encapsulated.
68
  * Added the reCaptcha error messages to the Contact Form 7 "Messages" screen so they may be changed.
69
 
70
  = 1.3.3 (2020-03-01) =
71
  * Updated reCaptcha HTML to be wrapped in span tag as Contact Form 7 expects.
72
+ * Updated javascript to reflect HTML change above.
 
 
 
wpcf7-recaptcha.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: ReCaptcha v2 for Contact Form 7
4
  * Description: ReCaptcha v2 Fix for Contact Form 7 5.1 and later.
5
- * Version: 1.3.4
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2
@@ -24,7 +24,7 @@ Class IQFix_WPCF7_Deity {
24
  *
25
  * @var String
26
  */
27
- public static $version = '1.3.4';
28
 
29
 
30
  /**
2
  /**
3
  * Plugin Name: ReCaptcha v2 for Contact Form 7
4
  * Description: ReCaptcha v2 Fix for Contact Form 7 5.1 and later.
5
+ * Version: 1.3.5
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2
24
  *
25
  * @var String
26
  */
27
+ public static $version = '1.3.5';
28
 
29
 
30
  /**