Version Description
- 16.07.2019 =
- Update : All functionality was updated for WordPress 5.2.2.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.46 |
Comparing to | |
See all releases |
Code changes from version 1.45 to 1.46
- js/script.js +2 -2
- readme.txt +7 -1
js/script.js
CHANGED
@@ -101,8 +101,8 @@
|
|
101 |
}
|
102 |
|
103 |
// add attribute disable to the submit
|
104 |
-
if ( 'v2' === gglcptch.options.version && '1'
|
105 |
-
|
106 |
}
|
107 |
|
108 |
function storeEvents( el ) {
|
101 |
}
|
102 |
|
103 |
// add attribute disable to the submit
|
104 |
+
if ( 'v2' === gglcptch.options.version && '1' == gglcptch.options.disable ) {
|
105 |
+
$( '#' + container ).closest( 'form' ).find( 'input:submit, button' ).prop( 'disabled', true );
|
106 |
}
|
107 |
|
108 |
function storeEvents( el ) {
|
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, recaptcha version3
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.2.2
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -266,6 +266,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
266 |
|
267 |
== Changelog ==
|
268 |
|
|
|
|
|
|
|
269 |
= V1.45 - 16.07.2019 =
|
270 |
* Bugfix : The bug with "Disabled Submit Button" option in several forms on the page has been fixed.
|
271 |
* Bugfix : The bug with custom forms has been fixed.
|
@@ -467,6 +470,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
467 |
|
468 |
== Upgrade Notice ==
|
469 |
|
|
|
|
|
|
|
470 |
= V1.45 =
|
471 |
* Bugs fixed.
|
472 |
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.2.2
|
7 |
+
Stable tag: 1.46
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
266 |
|
267 |
== Changelog ==
|
268 |
|
269 |
+
= V1.46 - 16.07.2019 =
|
270 |
+
* Update : All functionality was updated for WordPress 5.2.2.
|
271 |
+
|
272 |
= V1.45 - 16.07.2019 =
|
273 |
* Bugfix : The bug with "Disabled Submit Button" option in several forms on the page has been fixed.
|
274 |
* Bugfix : The bug with custom forms has been fixed.
|
470 |
|
471 |
== Upgrade Notice ==
|
472 |
|
473 |
+
= V1.46 =
|
474 |
+
* The compatibility with new WordPress version updated.
|
475 |
+
|
476 |
= V1.45 =
|
477 |
* Bugs fixed.
|
478 |
|