=== GreCAPTCHA ===
Contributors: Beherit
Tags: recaptcha, captcha, bot, spam
Requires at least: 4.9
Tested up to: 5.7
Stable tag: 1.4
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Protects WordPress website forms from spam and brute-force attacks with Google reCAPTCHA.

== Description ==

Plugin protects WordPress website forms from spam and brute-force attacks with Google reCAPTCHA. There is no additional user-unfriendly options, just choose captcha version, enter keys and optionally set captcha theme, size or badge position - nothing more!

= What forms are protected with reCAPTCHA? =
* Login form
* Reset password form
* New password form
* Registration form
* Comment form
* [Lite Contact Form](https://wordpress.org/plugins/lite-contact-form/)
* Contact Form 7

The reCAPTCHA verification will be required only for not logged in users.

== Installation ==

In most cases you can install automatically from plugins page in admin panel.

However, if you want to install it manually, follow these steps:

1. Download the plugin and unzip the archive.
2. Upload the entire `grecaptcha` folder to the `/wp-content/plugins/` directory.
3. Activate the plugin through the Plugins menu in WordPress.

== Frequently Asked Questions ==
= How to get reCAPTCHA keys? =
To get reCAPTCHA keys visit [this page](https://www.google.com/recaptcha/admin).

= How to set reCAPTCHA in Contact Form 7? =
To show reCAPTCHA use tag `[grecaptcha some-name]`.

= reCAPTCHA doesn't appear when using the cache plugin, why? =
The cache plugin may broke some JS functions, please add `grecaptcha` to the exclusion list.

== Changelog ==
= 1.4 (2021-03-23) =
* New option to auto-set reCAPTCHA v2 theme depending on device theme.
= 1.3.4 (2020-12-08) =
* Handle HTTP request errors.
* Fix score verification for reCAPTCHA v3.
= 1.3.2 (2020-09-18) =
* Fix score verification in some cases for reCAPTCHA v3.
= 1.3 (2020-09-16) =
* Verifying score threshold for reCAPTCHA v3.
* Running additional scripts only if reCAPTCHA is loaded.
* Improved verification in the login form.
= 1.2.6 (2020-08-18) =
* Minor fix for WordPress 5.5.
= 1.2.4 (2020-08-05) =
* Minor improvements.
= 1.2.2 (2020-06-18) =
* Fix captcha error in the password reset form.
= 1.2 (2020-05-18) =
* Added integration for Lite Contact Form plugin.
= 1.1 (2020-04-22) =
* Inserting reCAPTCHA into paragraph instead div container.
= 1.0.4 (2020-04-07) =
* Fix critical error.
= 1.0.2 (2020-04-07) =
* Fix hiding reCAPTCHA for Contact Form 7.
= 1.0 (2020-04-03) =
* Initial release.
