Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 5.91 KB

Release Notes

v3.3.0 - 2024-01-15

v3.2.1 - 2023-05-01

  • Allow to customise the signature_method by @ankurk91 in #78

v3.2.0 - 2023-02-06

Changed

  • Switch to sms() Client, improved GSM-7 Handling by @SecondeJK in #72

v3.1.2 - 2023-01-26

Fixed

  • 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

Fixed

  • Fix the type of the message to save a lot of money 💸 by @potsky in #69

v3.1.0 - 2023-01-13

Added

  • Laravel v10 Support by @driesvints in #68

Changed

  • Bind VonageSmsChannel to container by @ankurk91 in #63
  • Swap Vonage Client to SMS instead of legacy message by @SecondeJK in #65

Changed

  • 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)

Fixed

  • Fix callback not being applied (#44)
  • Fix client-ref key (#45)

Added

  • PHP 8 Support (#39)
  • Add functionality to process callbacks (#41, f124a4d)

Added

  • Laravel 8 support (#38)

Fixed

  • Fix shortcode messaging with the latest version of nexmo-client (#37)

Added

  • Allow to override Nexmo client via NexmoMessage (#30, 174323b)

Fixed

  • Fix shortcode implementation and test coverage (#26)

Added

  • Implement shortcode support (#24)

Changed

  • Upgrade to nexmo/laravel 2.0 (#22)

Added

  • Support for Client Ref on the Nexmo API (#17, 59436e9)

Changed

  • Updated version constraints for Laravel 6 (eeb50d9)

Added

  • Added support for Laravel 5.8 (9b9d340)

Changed

  • Use Facade::resolved() before extending channel (#4)

Removed

  • Dropped support for Laravel 5.7 (9b9d340)