Google reCAPTCHA icon

Google reCAPTCHA

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