Skip to content

Releases: ryangjchandler/laravel-cloudflare-turnstile

v3.0.3

19 Mar 10:40
7da8024

Choose a tag to compare

What's Changed

  • Fix changed anchor in documentation link by @q-- in #62
  • Laravel 13.x Compatibility by @laravel-shift in #63
  • Allow nonce attribute to turnstile component by @aguingand in #64
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.5.0 by @dependabot[bot] in #60
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #59

New Contributors

  • @q-- made their first contribution in #62

Full Changelog: v3.0.2...v3.0.3

v3.0.2

23 Jan 13:25
6584bc5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

16 Dec 15:56
c5712e5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Nov 18:30
a9f5fd5

Choose a tag to compare

What's Changed

This is a new major version of this package. All changes required to upgrade have been documented in the UPGRADE document.

If anything is missing from this document, please open an issue and let us know so we can update it!

Full Changelog: v2.1.0...v3.0.0

v2.1.0

29 Oct 17:02

Choose a tag to compare

What's Changed

  • Update livewire website url by @Erulezz in #54
  • Allow any custom attributes on the turnstile div by @tobz-nz in #52

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

08 Jun 20:13
7faaad7

Choose a tag to compare

What's Changed

  • Javascript callback function declarations changed by @AndrasMa in #51

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

16 May 13:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

02 Mar 22:48
bdd5aca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Feb 20:27

Choose a tag to compare

What's Changed

  • Fix workflow run badges by @stevebauman in #30
  • Localization support by @200-0K in #34
  • Laravel 12.x Compatibility by @laravel-shift in #40
  • Allow use more then one turnstile on single page with Livewire. by @Macsimka in #33
  • Remove support for PHP 8.1 and PHP 8.2.
  • Remove support for Laravel 10.x.
  • Reset Turnstile widget when Livewire property is reset.
  • Prevent widget from expiring with Livewire.

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

12 Mar 21:17
27a445b

Choose a tag to compare

  • Add support for Laravel 11.x.