v3.3.0 - 2024-01-15
- Fix docblock by @dwightwatson in #84
- [3.x] Laravel v11 support by @nunomaduro in #86
v3.2.1 - 2023-05-01
- Allow to customise the signature_method by @ankurk91 in #78
v3.2.0 - 2023-02-06
- Switch to
sms()
Client, improved GSM-7 Handling by @SecondeJK in #72
v3.1.2 - 2023-01-26
- Revert "Fix the type of the message to save a lot of money 💸" by @driesvints in #70
- Revert "Swap Vonage Client to SMS instead of legacy message" by @driesvints in #71
v3.1.1 - 2023-01-24
- Fix the type of the message to save a lot of money 💸 by @potsky in #69
v3.1.0 - 2023-01-13
- Laravel v10 Support by @driesvints in #68
- Bind VonageSmsChannel to container by @ankurk91 in #63
- Swap Vonage Client to SMS instead of legacy message by @SecondeJK in #65
- Dropped support for Laravel 5.8 (78bc3f9)
- Dropped support for PHP 7.1 (858f0cb)
- Drop even more Laravel and PHP versions (#51)
- Rewrote package to Vonage (#52, #53)
- Laravel 8 support (#38)
- Fix shortcode messaging with the latest version of nexmo-client (#37)
- Fix shortcode implementation and test coverage (#26)
- Implement shortcode support (#24)
- Upgrade to nexmo/laravel 2.0 (#22)
- Updated version constraints for Laravel 6 (eeb50d9)
- Added support for Laravel 5.8 (9b9d340)
- Use
Facade::resolved()
before extending channel (#4)
- Dropped support for Laravel 5.7 (9b9d340)