Contact Form 7 – reCaptcha v2 - Version 1.2.5

Version Description

(2020-04-20) = * Updated WordPress Version to denote support for 5.4+

Download this release

Release Info

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

Code changes from version 1.2.4 to 1.2.5

Files changed (3) hide show
  1. changelog.txt +7 -0
  2. readme.txt +6 -6
  3. wpcf7-recaptcha.php +1 -1
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.2.4 =
6
 
7
  Release Date: December 23, 2019
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.2.5 =
6
+
7
+ Release Date: April 20, 2020
8
+
9
+ * Overview
10
+ * Updated WordPress Version to denote support for 5.4+
11
+
12
  = 1.2.4 =
13
 
14
  Release Date: December 23, 2019
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.3
6
- Stable tag: 1.2.4
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -60,6 +60,9 @@ Should the above be correct, at this point it's time to open a support thread fo
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.2.4 (2019-12-23) =
64
  * Added extra failsafe should CF7 reCaptcha not be removed.
65
  * Added PHP constant checks against the Contact Form 7 consts. Future proofing.
@@ -67,7 +70,4 @@ Should the above be correct, at this point it's time to open a support thread fo
67
  = 1.2.3 (2019-10-13) =
68
  * Added support for wp-config Contact Form 7 key constants.
69
  * Added support for reCaptcha alignment.
70
- * Fixed an issue with google response logging should the api return an error.
71
-
72
- = 1.2.2 (2019-09-17) =
73
- * Fixed translation function to include plugin slug. Thanks @alexclassroom !
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.4
6
+ Stable tag: 1.2.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.2.5 (2020-04-20) =
64
+ * Updated WordPress Version to denote support for 5.4+
65
+
66
  = 1.2.4 (2019-12-23) =
67
  * Added extra failsafe should CF7 reCaptcha not be removed.
68
  * Added PHP constant checks against the Contact Form 7 consts. Future proofing.
70
  = 1.2.3 (2019-10-13) =
71
  * Added support for wp-config Contact Form 7 key constants.
72
  * Added support for reCaptcha alignment.
73
+ * Fixed an issue with google response logging should the api return an error.
 
 
 
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.2.4
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2
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.2.5
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2