Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 926 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 926 Bytes

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.1.0

Added

  • #8 adds support for PHP 8.0.
  • #8 adds support for Guzzle7 releases fixing issue #7

Fixed

  • #8 fixes base64 content validation failing with large base64 payloads.

1.0.1

Added

  • #3 adds support for PHP 7.4.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #4 fixes a bug where setting the "updated_since" filter when listing mailings would instead apply a "created_since" filter (Issue #2)