Skip to content

Releases: albertcht/invisible-recaptcha

Release v1.9.7

10 Feb 02:37
12a4aec
Compare
Choose a tag to compare
  • Add support for Laravel 9

Release v1.9.5

10 Apr 14:24
Compare
Choose a tag to compare
  • Fix invalid arguments in rendering captcha. (#145)

Release v1.9.5

26 Jan 16:38
a7f0f08
Compare
Choose a tag to compare
  • Add support for Laravel 8.0 (#142)
  • Add support for Guzzle 7.0 (#139)
  • Fix semicolon of hidden attribute in render footer JS (#135)
  • Check if .grecaptcha-badge element exists before changing the style (#127)
  • Adding script nonce parameter for Content Security Policy headers (#125)

Release v1.9.4

18 Mar 15:48
dd74d80
Compare
Choose a tag to compare
  • Add support for Laravel 7.0 (thanks to #123)

Release v1.9.3

05 Sep 17:24
0e03f61
Compare
Choose a tag to compare
  • Support Laravel 6.0 (thanks to #115 )

Release v1.9.2

13 Jun 12:25
7aae21d
Compare
Choose a tag to compare
  • Fix unused $lang param for captchaPolyfill directive.

Release v1.9.1

01 Mar 13:39
Compare
Choose a tag to compare
  • Remove version constraints to support any versions greater than Laravel 5.0

Release v1.9

10 Feb 13:01
37d45f0
Compare
Choose a tag to compare

Changes

  • Add partial/split render methods to allow usage with restrictive javascript frameworks. (thanks to @danmatthews )

Release v1.8.4

04 Sep 15:18
8aa950b
Compare
Choose a tag to compare
  • Add support for Laravel 5.7

Release v1.8.3

18 Jun 14:45
6a34a1c
Compare
Choose a tag to compare
  • Avoid conflict with window.onload event