Skip to content

Releases: variablesign/sms

v3.0.0

25 Dec 11:24

Choose a tag to compare

Feature

  • Added new SMS gateways - TxtConnect & PiloSMS.

Fix

  • The balance() method now returns int, float and null.
  • Updated SMS Online GH api endpoints to v5.
  • Updated the config file with the new gateways.

v2.1.4

28 May 13:52

Choose a tag to compare

Fix

  • Fixed USMS-GH driver returning balance as a string with currency symbol.

v2.1.3

01 Jan 21:01

Choose a tag to compare

Feature

  • Registered the name sms for the SmsChannel to be used in the via() method.
  • Updated config to allow renaming or disabling the channel name.

v2.0.3

28 Dec 07:59

Choose a tag to compare

Fix

  • Fixed Arkesel driver return 0 on error when checking balance instead of null

v2.0.2

02 Nov 07:42

Choose a tag to compare

Fix

  • Updated drivers to match changes from v2.0.1

v2.0.1

02 Nov 07:38

Choose a tag to compare

Fix

  • Updated drivers to match changes from v2.0.0

v2.0.0

02 Nov 07:34

Choose a tag to compare

Fix

  • The balance method now returns null as default instead of 0. This helps to differentiate between a failed connection and 0 balance

v1.2.0

04 Feb 09:05

Choose a tag to compare

Feature

  • Added SmsChannel class to send messages through Notification class

v1.1.0

09 Jun 05:06

Choose a tag to compare

Added

  • Laravel 7 support

v1.0.0

08 Jun 20:10

Choose a tag to compare

Features

  • Check remaining SMS balance or credits
  • Send SMS messages
  • Check SMS delivery status
  • Send OTP messages