Skip to content

Releases: juban/craft-google-recaptcha

3.0.0

09 Nov 08:07
25cbd8e
Compare
Choose a tag to compare

Added

  • Craft 5 support
  • v3 formId option in order to prevent timeout-or-duplicate errors if the form takes more than 2 minutes to be submitted (#8)
  • New getVersion and getSiteKey Twig variables

2.3.0

22 Jan 16:02
Compare
Choose a tag to compare

Added

  • BeforeRecaptchaVerifyEvent event to bypass or cancel the reCAPTCHA verification (original request by @creode-dev)

2.2.0

15 Aug 10:25
Compare
Choose a tag to compare

Added

  • Ability to set script tags extra attributes (original request by @jcdarwin for CSP compliance)

2.1.0

04 Aug 07:06
Compare
Choose a tag to compare

The plugin’s package name has changed to jub/craft-google-recaptcha. You can update the plugin by running composer 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

13 May 12:05
Compare
Choose a tag to compare

Fixed

  • Fix an exception that could occur in verify method if no actions parameters were saved (merged from 1.1.1)

1.1.1

13 May 12:00
Compare
Choose a tag to compare

Fixed

  • Fix an exception that could occur in verify method if no actions parameters were saved

2.0.1

09 May 07:58
Compare
Choose a tag to compare

Fixed

  • reCAPTCHA v3 actions parameters were missing from the Control Panel

2.0.0

08 May 16:24
Compare
Choose a tag to compare

Added

  • Added Craft 4 compatibility.

1.1.0

07 Mar 17:16
Compare
Choose a tag to compare

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

1.0.4

03 May 10:19
Compare
Choose a tag to compare
Prepare 1.0.4 release