Skip to content

Releases: savannabits/advantasms

v1.3.0

13 Jul 04:48
d28cc4f
Compare
Choose a tag to compare

Update to support PHP 7.4 and PHP 8.0

Bug Fix on v1.2.0

07 Oct 07:27
Compare
Choose a tag to compare

Fixed:

  • Missing Trailing Slash on the endpoint was causing redirection issues on the API.

Bug fFixes in Error handling

07 Oct 06:41
Compare
Choose a tag to compare

Fixed:

  • send() now handles errors factoring in the respose-code typo from the advantasms api
  • schedule() Didn't have proper error processing. Now it does.

Make Base URL Configurable

06 Oct 13:03
Compare
Choose a tag to compare

The consumer can now pass an optional parameter to the constructor to be used as the base url. The default is https://quicksms.advantasms.com

First Release

05 Oct 16:35
Compare
Choose a tag to compare

Working: Sending SMS on Demand
Scheduling SMS to send at a given time.