All notable changes to laravel-ohdear-webhooks
will be documented in this file
- support L10
Full Changelog: https://github.com/ohdearapp/laravel-ohdear-webhooks/compare/1.4.2...1.4.3
- Update config to match actual types by @eimantaaas in ohdearapp#13
- Support Laravel 9
- @eimantaaas made their first contribution in ohdearapp#13
Full Changelog: https://github.com/ohdearapp/laravel-ohdear-webhooks/compare/1.4.1...1.4.2
- allow PHP 8
- add support for Laravel 8
- add support for Laravel 7
- add support for Laravel 6
- drop Laravel 5.7 and below
- drop PHP 7.1 and below
- add support for Laravel 5.8
- fix reading config values
- fill in placeholders in config file
- add support for L5.6
- use
hash_equals
instead of string comparison to determine if the request is valid
- initial release