Skip to content

Releases: laravel-notification-channels/webhook

2.6.0

14 Mar 01:49
b322bbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.0

26 Oct 08:54
8a53aaf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

22 Jan 21:09
b01ee59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

15 Feb 02:54
d3417c5
Compare
Choose a tag to compare

What's Changed

  • Laravel 9.x Compatibility in #47

Full Changelog: 2.2.0...2.3.0

PHP 8 Support

24 Nov 02:14
f5ca721
Compare
Choose a tag to compare
2.2.0

Merge pull request #41 from Okipa/php8-support

Laravel 8.x Support

10 Sep 08:18
581d430
Compare
Choose a tag to compare
2.1.0

fix: switch to GH actions + laravel 6 support (#40)

Laravel 7.x Support + Name Change

09 Mar 00:45
4842eab
Compare
Choose a tag to compare
  • Support Laravel 7
  • Update 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.

1.4.0: Webhook response (#28)

07 Jan 04:53
Compare
Choose a tag to compare
* 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

16 Sep 21:17
3859e4f
Compare
Choose a tag to compare
Merge pull request #27 from atymic/support-newer-laravel

chore: support newer laravel versions

1.2.0

07 May 18:05
9557623
Compare
Choose a tag to compare

Laravel 5.6 support