Skip to content

Releases: derekcodes-io/turnstile-laravel

v1.2

27 Aug 18:03
Compare
Choose a tag to compare
  1. Updated with constructor which allows you to set secret_key outside of using Laravel's config(). This expands the usage ability beyond just Laravel. Thanks to @fhferreira for the PR!

v1.1

26 Aug 15:21
Compare
Choose a tag to compare
  1. README
    • Updated to document vendor:publish of the configuration.
    • Example of front-end form JavaScript that's necessary
    • Total downloads added.
  2. Try / Catch Added around cURL to Turnstile API

v1.0.1

05 Jan 15:34
700b546
Compare
Choose a tag to compare
  • Removed vendor folder
  • Composer.json
    • Added meta data
    • Added PHP 7.1 as a minimum requirement

v1.0

20 Dec 16:12
c1d7bb8
Compare
Choose a tag to compare
  • Initial Release