Skip to content

Releases: spatie/laravel-honeypot

4.2.3

12 May 12:13
Compare
Choose a tag to compare

What's Changed

  • Don't specify return type for middleware (too many different types possible)
  • Update .gitattributes by @angeljqv in #102
  • Update README.md - Added 'valid_from_timestamp' by @vdvcoder in #105

New Contributors

Full Changelog: 4.2.2...4.2.3

4.2.2

24 Mar 08:11
Compare
Choose a tag to compare

Full Changelog: 4.2.1...4.2.2

4.2.1

23 Mar 10:20
Compare
Choose a tag to compare
  • Add autocomplete=off to input fields

Full Changelog: 4.2.0...4.2.1

4.2.0

23 Mar 10:12
Compare
Choose a tag to compare

What's Changed

  • Add tabindex=-1 to fields
  • Use custom class to hide honeypot fields
  • Increase default honeypot timeout to 3 seconds
  • Update .gitattributes by @PaolaRuby in #100
  • Fix typo in docs by @mertasan in #101

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

13 Jan 07:34
Compare
Choose a tag to compare
  • support Laravel 9

4.0.0

13 Apr 17:51
e13ee4e
Compare
Choose a tag to compare
  • add support for Fortify
  • drop support for PHP 7

3.0.1

03 Nov 12:56
3dd4319
Compare
Choose a tag to compare
  • add support for PHP 8

3.0.0

30 Sep 06:33
d1f4a60
Compare
Choose a tag to compare
Update run-tests.yml

2.3.0

09 Sep 08:28
Compare
Choose a tag to compare
  • add support for Laravel 8
  • add option to skip valid_from timestamp check

2.2.0

14 Apr 14:36
5259bfb
Compare
Choose a tag to compare
  • reverts back block all requests without honeypot fields and adds an option to enable it