Releases: laravel-notification-channels/discord
Releases · laravel-notification-channels/discord
v1.1.3
v1.1.0
Update discord URL
1.1.2 Changed domain name for discord base api url (#34)
Support Laravel 7
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+
Now requires Laravel 6.0+
Update textalk/websocket to 1.2.0
v1.0.8 Update textalk/websocket to 1.2.0 (#25)
Fix Discord gateway errors
- Updates Guzzle to
~6.3
(Fixes the errorcount(): Parameter must be an array or an object that implements Countable
which caused thegetGateway
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
Laravel 5.8 Support (#22) * Update composer.json * fix test * fix test
Add Laravel 5.7 support
v1.0.5 Update README
Laravel 5.6 support
Removed support for older versions of Laravel for now