Releases: laravel-notification-channels/twitter
Releases · laravel-notification-channels/twitter
Add Laravel 6 Support
Merge pull request #52 from jeffwa/laravel-6 Adding Laravel 6 support
2.1.0
- Support for Laravel 5.8
2.0.0
- Only support Laravel 5.6+
- Require PHP >= 7.1.0
- Get user ID from screen name for a direct message
- Refactoring
- Update docs
1.0.8
Support for Laravel 5.7
Support Laravel 5.6 Fix
Merge pull request #39 from christophrumpel/master Update dependencies for Laravel 5.6
Support Laravel 5.6
Merge pull request #36 from gpluess/patch-1 Updated tweet length
Update tweet length
It is now possible to post 280 characters instead of 140.
Support Laravel 5.5
This release adds support to the new Laravel 5.5 version and auto discovery.
Laravel 5.4 support
Update dependencies to use the latest Laravel notifictions.
Handle too long status updates
There will an exception thrown if a status message is too long.