All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- #11 Delivery status returns now both formated and timestamp date time.
- Make private method
setOptions()
public. - Add option constants
OPTION_AFFILATEID
andOPTION_ORIGINATOR
- #10 Changed server URL to a newer server URL (found here: http://www.aspsms.ch/de/soap/). The older URL uses an outdated SSL connection which can cause errors with newer clients. Curl errors are now assigned to the response, so exception messages can include the curl error message.
- Minor PHPDoc improvement.
- Minor Code changes and UnitTests.
- Update version constraint.
- Fixed not yet submitted delivery status error Aspsms doesn’t return all parameters when an sms is not submitted yet.
- Fixed account credits reporting Error codes are now no longer interpreted as credits.
- Spelling fixes Some grammar fixes
- Added new tests and changed exceptions Added new unit tests for commit 4a43a72 and f3be2d1 Streamlined thrown exceptions. Changed Delivery Status „submissionDate“ because it is sometimes already set.
- Longer sms Fixed errors when working with sms longer than 160 chars. Fixed delivery status report with multiple tracking numbers.
Thanks to @mergeMarc
- Fixes
- First release.