Releases: laravel-notification-channels/twilio
Releases · laravel-notification-channels/twilio
3.4.0
3.3.1
3.3.0
What's Changed
- Include debug_to option on making calls by @seagyn in #127
- Consider "" value for TWILIO_DEBUG_TO as null by @hameesakhan in #122
- Laravel 10.x Compatibility by @laravel-shift in #139
New Contributors
- @seagyn made their first contribution in #127
- @hameesakhan made their first contribution in #122
- @laravel-shift made their first contribution in #139
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Pass notification to routeNotificationFor by @skybitbbsr in #116
- Add support for Laravel 9.x by @marcroberts in #128
New Contributors
- @skybitbbsr made their first contribution in #116
- @marcroberts made their first contribution in #128
Full Changelog: 3.1.2...3.2.0
3.1.2: Allow anonymous notifiables using class name (#110)
Sending using a class name isn't documented anywhere: all documentation examples use short names. However, the class name may be a less ambiguous identifier. Resolves #58
3.1.1
Laravel 8.x Support
3.1.0 Add Laravel 8 Support (#104)
3.x initial release
This is a major release with breaking changes. Please see the upgrading section in the readme for more info.
- Throw exceptions on send failure (with the ability to suppress certain error codes) BREAKING CHANGE #90
- Make service provider deferrable #90
- Drop support for Laravel 5.7 and lower BREAKING CHANGE #90
- Move config to a dedicated config file BREAKING CHANGE #90
- Update Twilio SDK to 6.x #90
- Add "Default To" local debugging support #90
- Switch to Github Actions CI #91
Laravel 7.x Support
Laravel 6.0 support
Merge pull request #67 from jdavidbakr/master Updating for Laravel 6.0