Google reCAPTCHA icon

Google reCAPTCHA

Version 2.3.0

January 22, 2023

Added

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

Version 2.2.0

August 15, 2022

Added

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

Version 2.1.0

July 23, 2022

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

Version 2.0.2

May 13, 2022

Fixed

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

Version 2.0.1

May 9, 2022

Fixed

  • reCAPTCHA v3 actions parameters were missing from the control panel

Version 2.0.0

May 8, 2022

Added

  • Added Craft 4 compatibility.

Version 1.1.1

May 13, 2022

Fixed

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

Version 1.1.0

March 7, 2022

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

Version 1.0.4

May 3, 2021

Added

  • Contact form instructions in README

Changed

  • Updated plugin icon

Version 1.0.3

May 1, 2021

Changed

  • Update docs, issues and changelog links in composer.json
  • Upgrade codeception to v4
  • Fix composer dependencies
  • Settings view refinements
  • Various small refactoring

Version 1.0.2

April 20, 2021

Added

  • Full unit and functional tests coverage

Changed

  • Templates to render v2 and v3 tags
  • More robust settings validation rules

Version 1.0.1

April 7, 2021

Added

  • instantRender parameter to twig render method (for v2 ajax calls context)

Version 1.0.0

April 1, 2021

Added

  • Initial release