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

Releases: biscolab/laravel-recaptcha

Laravel 7 compatibility

06 Mar 23:30

Choose a tag to compare

Merge branch 'release/v4'

* release/v4:
  Laravel 7 compatibility. Closes #38
  php 7.4 added to travis file

Configuration "lang" fixed

11 Sep 19:03

Choose a tag to compare

Merge branch 'release/v4'

* release/v4:
  Optimization and bug fix. Closes #27

Fully customizable widget

09 Sep 21:47

Choose a tag to compare

Laravel 6 ready

03 Sep 17:44

Choose a tag to compare

Merge branch 'release/v3'

* release/v3:
  Laravel 6 ready

Select language

21 Aug 21:23
0369844

Choose a tag to compare

  • Select specific language setting "hl" query parameter on API URI.
  • PSR2 code styling

Custom cURL timeout

22 Jul 22:20

Choose a tag to compare

  • curl_timeout config variable added (default is: 10 seconds)
  • array_get (deprecated helper) replaced by Arr::get

Test improved: Orchestra\Testbench 3.8 compatibility

27 Feb 21:55

Choose a tag to compare

Declaration of Test::setUp() must be compatible with Orchestra\Testbench\TestCase::setUp()

Coverage test now supported

14 Feb 23:52

Choose a tag to compare

Custom routes registered directly in ServiceProvider instead of in the routes.php file

validateV3 fixed and enhanced

13 Feb 23:24
131b915

Choose a tag to compare

  • Task #19 - bugfix: validateV3() must be of type array, boolean returned

ReCaptchaController@validateV3 action associated to biscolab-recaptcha/validate route

04 Feb 22:43

Choose a tag to compare

Merge branch 'release/v3'

* release/v3:
  ReCaptchaController@validateV3 action associated to biscolab-recaptcha/validate route
  ReCaptchaController created