Releases: immachakata/codels-sms-php
Releases · immachakata/codels-sms-php
v2.0.0
v1.1.8
- added more tests coverage for newer edge cases like personalized messages and
Smsclass usage - correctly handle Sms message initialization and use for bulk and single messages, maintaining the messages time's
v1.1.7
fix: single sms scheduling
v1.1.6
improvements on single sms scheduling
v1.1.5
- allow recycling the sms object for single sms for scheduled single sms' to work
v1.1.4
- docs: update documentation ci tests url
- feat: you can now pass in an sms object as part of the bulk sms'
v1.1.3
- improvements on scheduled texts
- use correct github urls in documentation
v1.1.2
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
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
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