Skip to content

Releases: laravel-notification-channels/discord

v1.1.3

14 Sep 11:42
457f890
Compare
Choose a tag to compare
Update composer dependency versions for Laravel 8 (#40)

v1.1.0

14 Sep 03:11
0e9ef4d
Compare
Choose a tag to compare
Add support for laravel 8 (#39)

Update discord URL

21 Jul 04:34
3b245ae
Compare
Choose a tag to compare
1.1.2

Changed domain name for discord base api url (#34)

Support Laravel 7

07 Mar 00:26
68fa3fe
Compare
Choose a tag to compare
Support Laravel 7.0 (#32)

* Support Laravel 7.0

* Updated phpunit version

* Updated mockery version

* Use double pipe

* Update testbench version

Support for Laravel 6.0+

24 Sep 20:05
3e19ef6
Compare
Choose a tag to compare

Now requires Laravel 6.0+

Update textalk/websocket to 1.2.0

09 Jun 02:32
Compare
Choose a tag to compare
v1.0.8

Update textalk/websocket to 1.2.0 (#25)

Fix Discord gateway errors

09 Jun 00:55
586e3bb
Compare
Choose a tag to compare
  • Updates Guzzle to ~6.3 (Fixes the error count(): Parameter must be an array or an object that implements Countable which caused the getGateway method to fail when on PHP 7.2+)
  • Removes unnecessary authentication from the /gateway API request as it is no longer a requirement.
  • Removes unnecessary properties from the Gateway Identify payload

Laravel 5.8 support

07 Mar 18:28
Compare
Choose a tag to compare
Laravel 5.8 Support (#22)

* Update composer.json

* fix test

* fix test

Add Laravel 5.7 support

07 Sep 02:40
0789ff2
Compare
Choose a tag to compare
v1.0.5

Update README

Laravel 5.6 support

08 Feb 23:59
1c87e82
Compare
Choose a tag to compare

Removed support for older versions of Laravel for now