Version Description
Download this release
Release Info
Developer | 247wd |
Plugin | Contact Form 7 Captcha |
Version | 0.0.8 |
Comparing to | |
See all releases |
Code changes from version 0.0.7 to 0.0.8
- contact-form-7-simple-recaptcha.php +2 -2
- readme.txt +3 -3
contact-form-7-simple-recaptcha.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Contact Form 7 Captcha
|
4 |
Description: Add No CAPTCHA reCAPTCHA to Contact Form 7 using [cf7sr-simple-recaptcha] shortcode
|
5 |
-
Version: 0.0.
|
6 |
Author: 247wd
|
7 |
*/
|
8 |
|
@@ -30,7 +30,7 @@ if (!empty($cf7sr_key) && !empty($cf7sr_secret) && !is_admin()) {
|
|
30 |
}
|
31 |
};
|
32 |
(function($) {
|
33 |
-
$('.wpcf7').on('invalid.wpcf7 mailsent.wpcf7', function() {
|
34 |
for (var i = 0; i < widgetIds.length; i++) {
|
35 |
grecaptcha.reset(widgetIds[i]);
|
36 |
}
|
2 |
/*
|
3 |
Plugin Name: Contact Form 7 Captcha
|
4 |
Description: Add No CAPTCHA reCAPTCHA to Contact Form 7 using [cf7sr-simple-recaptcha] shortcode
|
5 |
+
Version: 0.0.8
|
6 |
Author: 247wd
|
7 |
*/
|
8 |
|
30 |
}
|
31 |
};
|
32 |
(function($) {
|
33 |
+
$('.wpcf7').on('wpcf7invalid wpcf7mailsent invalid.wpcf7 mailsent.wpcf7', function() {
|
34 |
for (var i = 0; i < widgetIds.length; i++) {
|
35 |
grecaptcha.reset(widgetIds[i]);
|
36 |
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: 247wd
|
|
3 |
Donate link: https://www.paypal.me/cf7captcha
|
4 |
Tags: captcha, recaptcha, new recaptcha, contact form 7, no captcha
|
5 |
Requires at least: 4.1.2
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 0.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -17,7 +17,7 @@ This plugin implements "I'm not a robot" checkbox. When generating keys, choose
|
|
17 |
Add Google CAPTCHA to Contact Form 7.<br>
|
18 |
Protect your Contact Form 7 forms from spam and abuse.<br>
|
19 |
Can be used to protect multiple forms on same page.<br>
|
20 |
-
Tested with Contact Form 7 version 5.2 and WordPress version 5.
|
21 |
Configure plugin from Settings => CF7 Simple Recaptcha.<br>
|
22 |
After configuration, add [cf7sr-simple-recaptcha] to any Contact Form 7 form.<br>
|
23 |
|
3 |
Donate link: https://www.paypal.me/cf7captcha
|
4 |
Tags: captcha, recaptcha, new recaptcha, contact form 7, no captcha
|
5 |
Requires at least: 4.1.2
|
6 |
+
Tested up to: 5.5.1
|
7 |
+
Stable tag: 0.0.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
17 |
Add Google CAPTCHA to Contact Form 7.<br>
|
18 |
Protect your Contact Form 7 forms from spam and abuse.<br>
|
19 |
Can be used to protect multiple forms on same page.<br>
|
20 |
+
Tested with Contact Form 7 version 5.2.2 and WordPress version 5.5.1<br>
|
21 |
Configure plugin from Settings => CF7 Simple Recaptcha.<br>
|
22 |
After configuration, add [cf7sr-simple-recaptcha] to any Contact Form 7 form.<br>
|
23 |
|