Version Description
- 21.07.2014 =
- Bugfix : Problem with submitting form with Google Captcha is fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.05 |
Comparing to | |
See all releases |
Code changes from version 1.04 to 1.05
- google-captcha.php +1 -1
- js/script.js +1 -1
- languages/google_captcha-pt_BR.mo +0 -0
- languages/google_captcha-pt_BR.po +0 -0
- readme.txt +7 -1
google-captcha.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Captcha (reCAPTCHA)
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin Google Captcha intended to prove that the visitor is a human being and not a spam robot.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 1.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv3 or later
|
10 |
*/
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin Google Captcha intended to prove that the visitor is a human being and not a spam robot.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 1.05
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv3 or later
|
10 |
*/
|
js/script.js
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
click_trigger();
|
6 |
return gglcptch_match;
|
7 |
});
|
8 |
-
$( '#cntctfrm_contact_form' ).find( 'input:submit' ).click(function() {
|
9 |
click_trigger();
|
10 |
return gglcptch_match;
|
11 |
});
|
5 |
click_trigger();
|
6 |
return gglcptch_match;
|
7 |
});
|
8 |
+
$( '#cntctfrm_contact_form, #cntctfrmpr_contact_form' ).find( 'input:submit' ).click(function() {
|
9 |
click_trigger();
|
10 |
return gglcptch_match;
|
11 |
});
|
languages/google_captcha-pt_BR.mo
CHANGED
File without changes
|
languages/google_captcha-pt_BR.po
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
|
|
4 |
Tags: antispam, anti-spam, capcha, anti-spam security, arithmetic actions, captcha, captha, capcha, catcha, cpatcha, captcha theme, comment, digitize books, digitize newspapers, digitize radio shows, google, gogle, google captcha, login, lost password, re captcha, recaptcha, re-captcha, registration, shortcode, site keys, spam, text captcha.
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -142,6 +142,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
142 |
|
143 |
== Changelog ==
|
144 |
|
|
|
|
|
|
|
145 |
= V1.04 - 18.07.2014 =
|
146 |
* Bugfix : Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed.
|
147 |
* New : The Brazilian Portuguese language file is added.
|
@@ -168,6 +171,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
168 |
|
169 |
== Upgrade Notice ==
|
170 |
|
|
|
|
|
|
|
171 |
= V1.04 =
|
172 |
Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed. The Brazilian Portuguese language file is added.
|
173 |
|
4 |
Tags: antispam, anti-spam, capcha, anti-spam security, arithmetic actions, captcha, captha, capcha, catcha, cpatcha, captcha theme, comment, digitize books, digitize newspapers, digitize radio shows, google, gogle, google captcha, login, lost password, re captcha, recaptcha, re-captcha, registration, shortcode, site keys, spam, text captcha.
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 1.05
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= V1.05 - 21.07.2014 =
|
146 |
+
* Bugfix : Problem with submitting form with Google Captcha is fixed.
|
147 |
+
|
148 |
= V1.04 - 18.07.2014 =
|
149 |
* Bugfix : Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed.
|
150 |
* New : The Brazilian Portuguese language file is added.
|
171 |
|
172 |
== Upgrade Notice ==
|
173 |
|
174 |
+
= V1.05 =
|
175 |
+
Problem with submitting form with Google Captcha is fixed.
|
176 |
+
|
177 |
= V1.04 =
|
178 |
Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed. The Brazilian Portuguese language file is added.
|
179 |
|