All notable changes to webhook
will be documented in this file
- Added Laravel 10 support
- Added PHP 8.2 support
- Added Laravel 9 support
- Added PHP 8 support
- Added Laravel 8 support
- Dropped Laravel 5.5 support
- Added PHP 7.4 support
- Dropped PHP 7.2 support
- Switched from Travis CI to Github Actions
- Added Laravel 7 support
- Added PHP 7.2 support
- Dropped PHP 7.0 and 7.1 support
- Updated channel name to webhook from Webhook [BREAKING CHANGE]
- This shouldn't actually break anything, assuming you are using the routing provided by laravel, but out of an abundance of caution we are tagging a new major version
- We suggest you update any instances of Webhook to webhook in routing statements
- Return full response from the request rather than throwing an exception
- Return response on successful webhook
- Added response to CouldNotSendNotification exception
- Updated test PHPDocs and assert exception object
- Fixed broken tests
- Added Laravel 6 support
- Dropped Laravel 5.1, 5.2, 5.3 and 5.4 support
- Added PHP 7.0+ support
- Dropped PHP 5.6 support
- Added Laravel 5.6 support
- Added Laravel 5.5 support
- Added Laravel 5.4 support
- Fixed issue with other status codes than 200
- initial release