Skip to content

Releases: immachakata/codels-sms-php

v2.0.0

26 Dec 12:42

Choose a tag to compare

Improvements and new features added.

  • fixed issue with bulk sms' having one receiver
  • fixed issue with some sms data getting lost on clone
  • renamed setCallback to personalize
  • improved Sms and Client testing for most use cases
  • added support for array Sms for easy bulk sms'

v1.1.8

19 Dec 23:58

Choose a tag to compare

  • added more tests coverage for newer edge cases like personalized messages and Sms class usage
  • correctly handle Sms message initialization and use for bulk and single messages, maintaining the messages time's

v1.1.7

18 Dec 18:57
e6deb95

Choose a tag to compare

fix: single sms scheduling

v1.1.6

18 Dec 18:49

Choose a tag to compare

improvements on single sms scheduling

v1.1.5

18 Dec 18:19

Choose a tag to compare

  • allow recycling the sms object for single sms for scheduled single sms' to work

v1.1.4

18 Dec 04:22

Choose a tag to compare

  • docs: update documentation ci tests url
  • feat: you can now pass in an sms object as part of the bulk sms'

v1.1.3

17 Dec 04:22

Choose a tag to compare

  • improvements on scheduled texts
  • use correct github urls in documentation

v1.1.2

31 Oct 17:19

Choose a tag to compare

Made some noticeable improvements on the following:

  • added a static setReceiver() so that invalid numbers throw an error for bulk sms'
  • removed duplicate validation for receivers and messages count mismatch
  • do not use bulk sms api for a single message
  • throw an error when sender id is not provided for multiple messages
  • support sending a single message without a sender id - using a default sender id

v1.1.1

30 Oct 17:36

Choose a tag to compare

Made v1.1 complementary improvements like:

  • add phone number when left out in personalization function
  • update documentation to show some cool personalization function usage

NB: Version 1.1.* requires that you specify a sender id, else it fails.

v1.1.0

30 Oct 04:19

Choose a tag to compare

This release introduces some exciting new features and improvements as listed below:

  • Specify a sender id
  • Send bulk messages to different users
  • Personalize messages on the fly
  • Check account balance
  • Improved error handling