Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 632 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 632 Bytes

Changelog

All notable changes to Netgsm will be documented in this file

2.0.0 - 2017-02-28

This update includes api-breaking changes.

  • Netgsm client functionality is not handed by this package anymore.
  • Inherits the common functionality from erdemkeren/Netgsm-php.
  • Replaces the JetSMSMessage class with ShortMessage class.
  • Adds MessagesWereSent and SendingMessages events.
  • All class names and namespaces which contains JetSMS has been changed with Netgsm for better camel case support.
  • Updates test for new implementations.
  • Updates docs.

1.0.0 - 2016-11-22

  • First release of the package.