About ReCaptchaV2
ReCaptchaV2 integrates V2 AND V3 of Google's ReCaptcha service into MODX as a FormIt hook. It supports the "invisible" ReCaptcha style as well as the latest ReCaptcha V3 implementation.
This Extra is maintained in Github: https://github.com/sepiariver/recaptchav2. Bug reports, comments and suggestions welcome.
Check https://sepiariver.com/modx/recaptchav2-supports-recaptchav3/ for more info.
Information
Released
August 31, 2019
Supported Database
MySQL
License
GPLv2
Instructions
Install via Package Management.
You must generate API keys for your domain here: https://www.google.com/recaptcha/admin. Be sure to generate keys for the version of ReCaptcha you wish to implement. Enter them into the System Settings before you can use ReCaptchaV2/3.
Please view the README in the package or on Github for usage examples, or see: https://sepiariver.com/modx/recaptchav2-supports-recaptchav3/ or [https://sepiariver.com/modx/recaptcha/](https://sepiariver.com/modx/recaptcha/).
This Extra is maintained in Github: https://github.com/sepiariver/recaptchav2 Bug reports, comments and suggestions welcome.
New in 3.2.1-beta1
B/C fix on regex nonsense
3.2.0-beta1Thanks to @jcdm and @excelerondesign for PRs. Properties now passed to TPL Chunks. Better documentation #44 Fix form_id regex
3.1.1-rc1Italian lexicon.
3.1.0-rc1Better handling of Snippet properties Better support multiple forms
3.0.1-rc1Add token_key System Setting to build pkg Set expected hostname from MODX config
3.0.0-rc1Formalize support for ReCaptcha V3 Cleaned up sample Chunk for "Invisible" V2 Release candidate could use more testing
2.3.0-rc1Add support for "Invisible Recaptcha" implementation Support custom TPL chunk Thanks to @gadgetto for German lexicons Thanks to @matdave for validator option
2.2.1-beta1Adds support for lexicons [PR 19](https://github.com/sepiariver/recaptchav2/pull/19) Thanks to: https://github.com/lawebfabric
2.0.2-rc1Set default request method to CurlPost
2.0.1-rc1Tiny bit of code cleanup
2.0.0-rc1Update Google Recaptcha class to latest 1.1.2 https://github.com/google/recaptcha
1.0.0-rc1Fixes for Login package compatibility
0.9.2-beta1Initial Beta Release.