Version Description
- 19.03.2018 =
- PRO : The bug related to BuddyPress registration form has been fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.36 |
Comparing to | |
See all releases |
Code changes from version 1.35 to 1.36
- google-captcha.php +3 -3
- readme.txt +7 -1
google-captcha.php
CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
-
Version: 1.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
@@ -826,8 +826,8 @@ if ( ! function_exists( 'gglcptch_limit_attempts_check' ) ) {
|
|
826 |
}
|
827 |
return $gglcptch_check;
|
828 |
} else {
|
829 |
-
if ( 'contact_form' == $form
|
830 |
-
|
831 |
}
|
832 |
return $gglcptch_check;
|
833 |
}
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
+
Version: 1.36
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
826 |
}
|
827 |
return $gglcptch_check;
|
828 |
} else {
|
829 |
+
if ( 'contact_form' == $form ) {
|
830 |
+
$gglcptch_check['response'] = true;
|
831 |
}
|
832 |
return $gglcptch_check;
|
833 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://bestwebsoft.com/donate/
|
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9.4
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -259,6 +259,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
259 |
|
260 |
== Changelog ==
|
261 |
|
|
|
|
|
|
|
262 |
= V1.35 - 08.02.2018 =
|
263 |
* Update : The Czech language file has been updated.
|
264 |
* Bugfix : Google Captcha responsive styles have been fixed.
|
@@ -420,6 +423,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
420 |
|
421 |
== Upgrade Notice ==
|
422 |
|
|
|
|
|
|
|
423 |
= V1.35 =
|
424 |
* Languages updated.
|
425 |
* Bugs fixed.
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9.4
|
7 |
+
Stable tag: 1.36
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
259 |
|
260 |
== Changelog ==
|
261 |
|
262 |
+
= V1.36 - 19.03.2018 =
|
263 |
+
* PRO : The bug related to BuddyPress registration form has been fixed.
|
264 |
+
|
265 |
= V1.35 - 08.02.2018 =
|
266 |
* Update : The Czech language file has been updated.
|
267 |
* Bugfix : Google Captcha responsive styles have been fixed.
|
423 |
|
424 |
== Upgrade Notice ==
|
425 |
|
426 |
+
= V1.36 =
|
427 |
+
* Bugs fixed.
|
428 |
+
|
429 |
= V1.35 =
|
430 |
* Languages updated.
|
431 |
* Bugs fixed.
|