Contact Form 7 – reCaptcha v2 - Version 1.2.1

Version Description

(2019-09-09) = * Updated the plugin name to fix Trademark infringement.

Download this release

Release Info

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

Code changes from version 1.2.0 to 1.2.1

Files changed (3) hide show
  1. changelog.txt +7 -0
  2. readme.txt +8 -8
  3. wpcf7-recaptcha.php +6 -6
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.0 =
6
 
7
  Release Date: June 13, 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.1 =
6
+
7
+ Release Date: September 09, 2019
8
+
9
+ * Overview
10
+ * The usage of 'Contact Form 7' is Trademarked by the plugin author. We've changed our name to show that we're not part of Contact Form 7 but an extension of.
11
+
12
  = 1.2.0 =
13
 
14
  Release Date: June 13, 2019
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Contact Form 7 - reCaptcha v2 ===
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.2
6
- Stable tag: 1.2.0
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -27,11 +27,11 @@ Once installed and configured it should be the same reCaptcha functionality you
27
 
28
  [Contact Form 7](https://wordpress.org/plugins/contact-form-7/ "Contact Form 7 plugin page") is required to work with this plugin.
29
 
30
- 1. Install this (Contact Form 7 - reCaptcha v2) plugin
31
  1. Update Contact Form 7 to the latest version
32
  1. Re-add the reCaptcha version 2 API keys (if no keys are currently set). For more information you may read [How to Generate Google reCAPTCHA v2 Keys](https://www.iqcomputing.com/support/articles/generate-google-recaptcha-v2-keys/) by IQComputing and [Contact Form 7 documentation](https://contactform7.com/recaptcha-v2/ "Contact Form 7 reCaptcha(v2)")
33
  1. Using the left-hand admin navigation in the Contact Form 7 subpages click "reCaptcha Version" (Contact -> reCaptcha Version)
34
- 1. Once on the "Contact Form 7 - reCaptcha v2" settings page, select from the select list "reCaptcha Version 2" and click "save"
35
 
36
  Once the version 2 API keys are set, the version 2 has been selected in the plugin settings, all [recaptcha] tags will be replaced with the expected Google reCaptcha on all forms.
37
 
@@ -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.0 (2019-06-13) =
64
  * Removed jQuery dependecy.
65
  * Converted jQuery reCaptcha submission check to vanilla JavaScript.
@@ -68,7 +71,4 @@ Should the above be correct, at this point it's time to open a support thread fo
68
  = 1.1.9 (2019-05-14) =
69
  * Added selectable option to choose which website to pull reCaptcha resources from (google.com | recaptcha.net) Thanks @scits!
70
  * Added and modified some class methods. See extended changelog for further details.
71
- * Modified noscript reCaptcha to look and function better "default". Styling left to theme authors and developers.
72
-
73
- = 1.1.8 (2019-04-26) =
74
- * Fixed WPCF7+Flamingo bug which saved un-verified submissions to spam in Flamingo. Thanks @scits!
1
+ === ReCaptcha v2 for Contact Form 7 ===
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.2
6
+ Stable tag: 1.2.1
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
27
 
28
  [Contact Form 7](https://wordpress.org/plugins/contact-form-7/ "Contact Form 7 plugin page") is required to work with this plugin.
29
 
30
+ 1. Install this (ReCaptcha v2 for Contact Form 7) plugin
31
  1. Update Contact Form 7 to the latest version
32
  1. Re-add the reCaptcha version 2 API keys (if no keys are currently set). For more information you may read [How to Generate Google reCAPTCHA v2 Keys](https://www.iqcomputing.com/support/articles/generate-google-recaptcha-v2-keys/) by IQComputing and [Contact Form 7 documentation](https://contactform7.com/recaptcha-v2/ "Contact Form 7 reCaptcha(v2)")
33
  1. Using the left-hand admin navigation in the Contact Form 7 subpages click "reCaptcha Version" (Contact -> reCaptcha Version)
34
+ 1. Once on the "ReCaptcha v2 for Contact Form 7" settings page, select from the select list "reCaptcha Version 2" and click "save"
35
 
36
  Once the version 2 API keys are set, the version 2 has been selected in the plugin settings, all [recaptcha] tags will be replaced with the expected Google reCaptcha on all forms.
37
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.2.1 (2019-09-09) =
64
+ * Updated the plugin name to fix Trademark infringement.
65
+
66
  = 1.2.0 (2019-06-13) =
67
  * Removed jQuery dependecy.
68
  * Converted jQuery reCaptcha submission check to vanilla JavaScript.
71
  = 1.1.9 (2019-05-14) =
72
  * Added selectable option to choose which website to pull reCaptcha resources from (google.com | recaptcha.net) Thanks @scits!
73
  * Added and modified some class methods. See extended changelog for further details.
74
+ * Modified noscript reCaptcha to look and function better "default". Styling left to theme authors and developers.
 
 
 
wpcf7-recaptcha.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * Plugin Name: Contact Form 7 - reCaptcha v2
4
  * Description: ReCaptcha v2 Fix for Contact Form 7 5.1 and later.
5
- * Version: 1.2.0
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2
@@ -18,7 +18,7 @@ defined( 'ABSPATH' ) or die( 'You cannot be here.' );
18
  */
19
  Class IQFix_WPCF7_Deity {
20
 
21
- public static $version = '1.2.0';
22
 
23
 
24
  /**
@@ -221,8 +221,8 @@ Class IQFix_WPCF7_Deity {
221
  if( version_compare( WPCF7_VERSION, '5.1', '<' ) ) {
222
  printf(
223
  '<div class="wrap"><h1>%1$s</h1><p>%2$s</p></div>',
224
- esc_html__( 'Contact Form 7 - reCaptcha v2', 'wpcf7-recaptcha' ),
225
- esc_html__( 'This version of Contact Form 7 already uses reCaptcha version 2, you do not need \'Contact Form 7 - reCaptcha v2\' installed at this time.', 'wpcf7-recaptcha' )
226
  );
227
  return;
228
  }
@@ -238,7 +238,7 @@ Class IQFix_WPCF7_Deity {
238
 
239
  <?php
240
 
241
- printf( '<h1>%1$s</h1>', esc_html__( 'Contact Form 7 - reCaptcha v2', 'wpcf7-recaptcha' ) );
242
 
243
  if( $updated ) {
244
  printf(
1
  <?php
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.1
6
  * Author: IQComputing
7
  * Author URI: http://www.iqcomputing.com/
8
  * License: GPL2
18
  */
19
  Class IQFix_WPCF7_Deity {
20
 
21
+ public static $version = '1.2.1';
22
 
23
 
24
  /**
221
  if( version_compare( WPCF7_VERSION, '5.1', '<' ) ) {
222
  printf(
223
  '<div class="wrap"><h1>%1$s</h1><p>%2$s</p></div>',
224
+ esc_html__( 'ReCaptcha v2 for Contact Form 7', 'wpcf7-recaptcha' ),
225
+ esc_html__( 'This version of Contact Form 7 already uses reCaptcha version 2, you do not need \'ReCaptcha v2 for Contact Form 7\' installed at this time.', 'wpcf7-recaptcha' )
226
  );
227
  return;
228
  }
238
 
239
  <?php
240
 
241
+ printf( '<h1>%1$s</h1>', esc_html__( 'ReCaptcha v2 for Contact Form 7', 'wpcf7-recaptcha' ) );
242
 
243
  if( $updated ) {
244
  printf(