Skip to content

Releases: biscolab/laravel-recaptcha

Laravel 11 support

27 Mar 11:10
440fc61
Compare
Choose a tag to compare
v6.1.0

Update README.md

Laravel 10 support

14 Feb 23:36
c3d742e
Compare
Choose a tag to compare
Merge pull request #84 from laravel-shift/l10-compatibility

Laravel 10.x Compatibility

V3: Improve validation URL

07 May 12:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

Feature skip IP/CIDR netmask

15 Jan 14:58
Compare
Choose a tag to compare

Improve "skipByIp" method using Symfony\Component\HttpFoundation\IpUtils::checkIp

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

Customize default error message

30 Nov 23:18
Compare
Choose a tag to compare
v5.1.0

Merge branch 'release/v5'

Bugfix: allow customizing "data-callback" attribute using Invisible ReCaptcha

03 Feb 16:28
Compare
Choose a tag to compare

PHP 8 supported

05 Dec 13:33
Compare
Choose a tag to compare

PHP 8 is now supported, testing tools improved and updated

Override default values in htmlFormSnippet

30 Sep 20:18
Compare
Choose a tag to compare

Override default config values in ReCaptchaBuilderV2::htmlFormSnippet used to set data- attributes of g-recaptcha HTML element

Customizable API domain

14 Sep 22:15
Compare
Choose a tag to compare

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

11 Sep 00:04
Compare
Choose a tag to compare
v4.2.0

Merge branch 'release/v4'