All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.3.1 - 2022-01-26
- Switch to using our standard PHP 7.4 docker image for tests
2.3.0 - 2021-06-15
- changed IP address range library to remove dependency on php gmp extension
2.2.0 - 2019-05-02
- Add delayed-send options:
delay_seconds
andsend_after
2.0.2 - 2017-12-07
- Stop trying to interpret site-status response content as JSON. This should
resolve the
json_decode
syntax error messages.
2.0.1 - 2017-08-23
- Change error codes to be unique (not duplicates of those in
IdBrokerClient
).
2.0.0 - 2017-08-11
- Only throw
EmailServiceClientException
s (for easier excluding from Yii log targets).