Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

71 lines (36 loc) · 1.02 KB

Changelog

All notable changes to laravel-honeypot will be documented in this file

2.1.0 - 2020-03-02

  • drop support for anything below Laravel 7

2.0.0 - 2020-03-02

  • block all requests without honeypot fields

1.5.0 - 2020-03-02

  • make compatible with Laravel 7

1.4.0 - 2019-04-09

  • make compatible with Laravel 6

1.3.4 - 2019-06-12

  • improve validation of the timestamp

1.3.3 - 2019-03-18

  • fix invalid payload error

1.3.2 - 2019-03-06

  • drop support for Laravel 5.7 and Carbon 1

1.3.1 - 2019-02-27

  • fix requirements

1.3.0 - 2019-02-27

  • drop support for PHP 7.1

1.2.0 - 2019-02-27

  • add support for Laravel 5.8

1.1.3 - 2019-02-15

  • fix name field name

1.1.2 - 2019-02-15

  • restrict honeypot to POST requests only

1.1.1 - 2019-02-15

  • use underscores instead of dashes for form field names

1.1.0 - 2018-01-03

  • add randomized name field name

1.0.2 - 2018-12-27

  • fix view hint path

1.0.1 - 2018-12-27

  • allow Laravel 5.6

1.0.0 - 2018-12-27

  • initial release