Releases: laravel-notification-channels/webhook
Releases · laravel-notification-channels/webhook
2.6.0
2.5.0
What's Changed
- Added Notification to routeNotificationFor method by @SebastiaanKloos in #49
New Contributors
- @SebastiaanKloos made their first contribution in #49
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.0
PHP 8 Support
2.2.0 Merge pull request #41 from Okipa/php8-support
Laravel 8.x Support
2.1.0 fix: switch to GH actions + laravel 6 support (#40)
Laravel 7.x Support + Name Change
- Support Laravel 7
- Update channel name to
webhook
fromWebhook
[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 ofWebhook
towebhook
in routing statements.
1.4.0: Webhook response (#28)
* Return full response from the request rather than throwing an exception * Remove unused import * Update dependencies for 5.6 * Revert dependency changes * Update for 5.7 * Update more requires * Bump for Illuminate 5.8 * Return response on successful webhook * Remove .idea from .gitignore * Remove unused variable * Add response to CouldNotSendNotification exception * Update test PHPdocs and assert exception object * Fix broken test. * Update format for StyleCI
Laravel 5.7, 5.8, 6.0 support
Merge pull request #27 from atymic/support-newer-laravel chore: support newer laravel versions