All notable changes to the Twitter notification channel
will be documented in this file
- Abstract parent class
TwitterMessage
forTwitterStatusUpdate
andTwitterDirectMessage
.
- Add a lot of missing argument and return types.
- Make use of constructor property promotion.
- Added support for Laravel 9.
- Dropped support for Laravel < 8 and PHP < 8.
- update dependencies
- drop support for Laravel 5.3, 5.4 and 5.5
- update Twitter direct message API call
- requires PHP >=7.1.0
- add Laravel 5.5 support
- add Laravel 5.4 support
- update dependencies
- refactor Twitter status updates image handling
- refactor the code to provide separate classes for Twitter status updates and direct messages
- sending Twitter direct messages
- Use stable version and allow backport usage
- Coding style updates
- initial release