All notable changes to laravel-honeypot
will be documented in this file
- drop support for anything below Laravel 7
- block all requests without honeypot fields
- make compatible with Laravel 7
- make compatible with Laravel 6
- improve validation of the timestamp
- fix invalid payload error
- drop support for Laravel 5.7 and Carbon 1
- fix requirements
- drop support for PHP 7.1
- add support for Laravel 5.8
- fix name field name
- restrict honeypot to POST requests only
- use underscores instead of dashes for form field names
- add randomized name field name
- fix view hint path
- allow Laravel 5.6
- initial release