Skip to content

Releases: noylecorp/laravel-recaptcha

v0.4.1

15 Jun 15:02
Compare
Choose a tag to compare
  • Added PHP 7 to Travis CI
  • Disabled verifier test (Test as broken due to new settings Google added to recaptcha)

v0.4.0: LaravelCollective Html Optional

27 Oct 02:47
Compare
Choose a tag to compare

Changed

  • Service provider will build its own LaravelCollective HtmlBuilder if package isn't installed by user
  • Better PSR-2 compliance (via php-cs-fixer)

v0.3.1

14 Oct 18:47
Compare
Choose a tag to compare

Fixed

  • Fixed unclosed <noscript> tag

v0.3.0: Noscript addition

14 Oct 12:43
Compare
Choose a tag to compare

Added

  • noscript functionality to create non-JS fallback widget

Tagging v0.2.0

23 Sep 16:37
Compare
Choose a tag to compare
  • Added remoteip param to verify(), and recaptcha validator
  • Add recpatcha_site_key() helper to return the site key from config

v0.1.1: Small documentation tweak

18 Sep 14:17
Compare
Choose a tag to compare
Remove dev-master from require

Tagging v0.1.0

18 Sep 14:10
Compare
Choose a tag to compare

First useful (I hope) version.