This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Releases: biscolab/laravel-recaptcha
Releases · biscolab/laravel-recaptcha
Laravel 11 support
Laravel 10 support
Merge pull request #84 from laravel-shift/l10-compatibility Laravel 10.x Compatibility
V3: Improve validation URL
What's Changed
- Update ReCaptchaBuilderV3.php by @rafaelyanagui in #75
New Contributors
- @rafaelyanagui made their first contribution in #75
Full Changelog: v5.3.0...v5.4.0
Feature skip IP/CIDR netmask
Improve "skipByIp" method using Symfony\Component\HttpFoundation\IpUtils::checkIp
What's Changed
- Feature skip IP/CIDR netmask by @VictoRD11 in #68
New Contributors
- @VictoRD11 made their first contribution in #68
Full Changelog: v5.1.0...v5.2.0
Customize default error message
v5.1.0 Merge branch 'release/v5'
Bugfix: allow customizing "data-callback" attribute using Invisible ReCaptcha
v5.0.1 Merge branch 'release/v5'
PHP 8 supported
PHP 8 is now supported, testing tools improved and updated
Override default values in htmlFormSnippet
Override default config values in ReCaptchaBuilderV2::htmlFormSnippet
used to set data-
attributes of g-recaptcha
HTML element
Customizable API domain
In case www.google.com is not accessible you can customize API domain setting api_domain
to www.recaptcha.net in config/recaptcha.php
Laravel 8 compatibility
v4.2.0 Merge branch 'release/v4'