Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

78 lines (53 loc) · 3.38 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.1 (2020-11-20)

Full Changelog

Patch release to remove duplicate folder created by case-insensitive file system.

2.0.0 (2020-11-18)

Full Changelog

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)

Full Changelog

1.0.11 (2019-01-15)

Full Changelog

1.0.10 (2018-09-08)

Full Changelog

Fixed issues:

1.0.9 (2018-08-15)

Full Changelog

Fixed issues:

  • PHP 7.2 compatibility issue with count()

1.0.8 (2017-08-16)

Full Changelog

Fixed issues:

  • Incorrect Client method in example documentation

1.0.7 (2016-07-20)

Full Changelog

Fixed bugs:

  • Test were failing due to missed version update in constant

1.0.6 (2016-07-19)

Full Changelog

Security:

  • Force loading of Guzzle 6.2.1 or greater that addresses CVE-2016-5385 (HTTPOXY)

1.0.5 (2016-06-30)

Full Changelog

New Features:

  • Support PSR-4 Naming and Loading

1.0.4 (2016-01-29)

Full Changelog

Fixed bugs:

  • Allow for attachments to be sent.

New Features:

  • API changed to allow for multipart messages.

1.0.3 (2016-01-26)

Full Changelog

  • Return the method getTos() for use in debugging email messages before they are sent.

1.0.2 (2016-01-08)

Full Changelog

  • Documentation updates.

1.0.0 (2015-10-29)

  • Fork and Initial Release