Releases: juban/craft-google-recaptcha
Releases · juban/craft-google-recaptcha
3.0.0
2.3.0
Added
BeforeRecaptchaVerifyEvent
event to bypass or cancel the reCAPTCHA verification (original request by @creode-dev)
2.2.0
2.1.0
The plugin’s package name has changed to
jub/craft-google-recaptcha
. You can update the plugin by runningcomposer require jub/craft-google-recaptcha && composer remove simplonprod/craft-google-recaptcha
.
Changed
- Migrate plugin to
jub/craft-google-recaptcha
- Updated plugin logo
2.0.2
1.1.1
2.0.1
2.0.0
1.1.0
Added
- (v3 API) Default action name and score threshold can be configured
- (v3 API) Score threshold can be defined per action
- (v3 API) Ability to specify the action name in the twig
craft.googleRecaptcha.render()
function first parameter.
Changed
- Google reCAPTCHA plugin options can now be set using environment variables
- Bump minimum required Craft version to 3.7.29