Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Releases: biscolab/laravel-recaptcha

Laravel 11 support

Choose a tag to compare

@biscolab biscolab released this 27 Mar 11:10
440fc61
v6.1.0

Update README.md

Laravel 10 support

Choose a tag to compare

@biscolab biscolab released this 14 Feb 23:36
c3d742e
Merge pull request #84 from laravel-shift/l10-compatibility

Laravel 10.x Compatibility

V3: Improve validation URL

Choose a tag to compare

@biscolab biscolab released this 07 May 12:55

What's Changed

New Contributors

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

Feature skip IP/CIDR netmask

Choose a tag to compare

@biscolab biscolab released this 15 Jan 14:58

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

Choose a tag to compare

@biscolab biscolab released this 30 Nov 23:18
v5.1.0

Merge branch 'release/v5'

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

Choose a tag to compare

@biscolab biscolab released this 03 Feb 16:28
v5.0.1

Merge branch 'release/v5'

PHP 8 supported

Choose a tag to compare

@biscolab biscolab released this 05 Dec 13:33

PHP 8 is now supported, testing tools improved and updated

Override default values in htmlFormSnippet

Choose a tag to compare

@biscolab biscolab released this 30 Sep 20:18

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

Customizable API domain

Choose a tag to compare

@biscolab biscolab released this 14 Sep 22:15

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

Choose a tag to compare

@biscolab biscolab released this 11 Sep 00:04
v4.2.0

Merge branch 'release/v4'