Skip to content

Latest commit

 

History

History
executable file
·
37 lines (26 loc) · 685 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
37 lines (26 loc) · 685 Bytes

Changelog

All notable changes to Laravel SemySMS will be documented in this file

1.0.9

  • Code style fixes

1.0.8

  • Added notification channel

1.0.7

  • Fixed composer dependency

1.0.6

  • Refactored validation
  • Fixed validation bug on Laravel 5.1

1.0.5

  • Added ability to send multiple messages by using chaining methods

1.0.4

  • Added ability to filter USSD responses in case that it comes in SMS
  • Added SMS auto-distributing feature

1.0.3

  • Added ussd-response event

1.0.2

  • Fix error with sending SMS
  • Added ussd requests feature
  • Added support for laravel 5.1

1.0.1

  • Use guzzlehttp/guzzle for requests

1.0.0

  • Experimental initial release