Contact Form 7 – reCaptcha v2 - Version 1.3.2

Version Description

(2020-02-25) = * Updated the remove action hook priority for wpcf7_recaptcha_enqueue_scripts from 10 to 20

Download this release

Release Info

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

Code changes from version 1.3.1 to 1.3.2

Files changed (3) hide show
  1. changelog.txt +1 -1
  2. readme.txt +2 -2
  3. wpcf7-recaptcha.php +2 -2
changelog.txt CHANGED
@@ -2,7 +2,7 @@
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.1 =
6
 
7
  Release Date: February 25, 2021
8
 
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.2 =
6
 
7
  Release Date: February 25, 2021
8
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.0
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -60,7 +60,7 @@ Should the above be correct, at this point it's time to open a support thread fo
60
 
61
  == Changelog ==
62
 
63
- = 1.3.1 (2020-02-25) =
64
  * Updated the remove action hook priority for wpcf7_recaptcha_enqueue_scripts from 10 to 20
65
 
66
  = 1.3.0 (2020-12-21) =
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.2
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.2 (2020-02-25) =
64
  * Updated the remove action hook priority for wpcf7_recaptcha_enqueue_scripts from 10 to 20
65
 
66
  = 1.3.0 (2020-12-21) =
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.1
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.1';
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.2
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2
24
  *
25
  * @var String
26
  */
27
+ public static $version = '1.3.2';
28
 
29
 
30
  /**