Releases: spatie/laravel-honeypot
Releases · spatie/laravel-honeypot
4.2.3
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
- Revert back to using inline styles (to avoid CSP issues)
- Add
aria-hidden
for screenreaders - Use
autocomplete=nope
to disable autocomplete (https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off)
Full Changelog: 4.2.1...4.2.2
4.2.1
- Add
autocomplete=off
to input fields
Full Changelog: 4.2.0...4.2.1
4.2.0
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
- @PaolaRuby made their first contribution in #100
- @mertasan made their first contribution in #101
Full Changelog: 4.1.0...4.2.0
4.1.0
- support Laravel 9
4.0.0
- add support for Fortify
- drop support for PHP 7
3.0.1
- add support for PHP 8
3.0.0
Update run-tests.yml
2.3.0
- add support for Laravel 8
- add option to skip
valid_from
timestamp check
2.2.0
- reverts back
block all requests without honeypot fields
and adds an option to enable it