All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.1 (2020-11-20)
Patch release to remove duplicate folder created by case-insensitive file system.
2.0.0 (2020-11-18)
Major Update
Version 2.0.0 is an upgrade to the V3 API. This is a breaking upgrade. It is not backwardly compatible to v1 of this library.
1.0.12 (2020-11-18)
1.0.11 (2019-01-15)
1.0.10 (2018-09-08)
Fixed issues:
- Upgrade PHPUnit to 7.3
1.0.9 (2018-08-15)
Fixed issues:
- PHP 7.2 compatibility issue with count()
1.0.8 (2017-08-16)
Fixed issues:
- Incorrect Client method in example documentation
1.0.7 (2016-07-20)
Fixed bugs:
- Test were failing due to missed version update in constant
1.0.6 (2016-07-19)
Security:
- Force loading of Guzzle 6.2.1 or greater that addresses CVE-2016-5385 (HTTPOXY)
1.0.5 (2016-06-30)
New Features:
- Support PSR-4 Naming and Loading
1.0.4 (2016-01-29)
Fixed bugs:
- Allow for attachments to be sent.
New Features:
- API changed to allow for multipart messages.
1.0.3 (2016-01-26)
- Return the method getTos() for use in debugging email messages before they are sent.
1.0.2 (2016-01-08)
- Documentation updates.
1.0.0 (2015-10-29)
- Fork and Initial Release