Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.58 KB

Change Log

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

Fixed

  • Switch to using our standard PHP 7.4 docker image for tests

2.3.0 - 2021-06-15

Changed

  • changed IP address range library to remove dependency on php gmp extension

2.2.0 - 2019-05-02

  • Add delayed-send options: delay_seconds and send_after

2.0.2 - 2017-12-07

Fixed

  • 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

Changed

  • Change error codes to be unique (not duplicates of those in IdBrokerClient).

2.0.0 - 2017-08-11

Changed

  • Only throw EmailServiceClientExceptions (for easier excluding from Yii log targets).

[1.0.0] - 2017-07-24