Skip to content

Releases: SparkPost/php-sparkpost

1.1.0

02 May 20:34
Compare
Choose a tag to compare

Added

  • Message Events API added.

Changed

  • Transmission API now accepts a DateTime object for startDate

1.0.3

25 Mar 17:35
Compare
Choose a tag to compare

Added

  • Support for attachments, inline attachments, inline css, sandbox, start time, and transactional options in Transmission class
  • API response exceptions now include message, code, and description from API

1.0.2

25 Mar 17:36
Compare
Choose a tag to compare

Fixed

  • Miscellaneous code cleanups related to docs and namespacing

1.0.1

25 Feb 21:41
Compare
Choose a tag to compare
Merge pull request #41 from SparkPost/issue-32

changelog

Version 1.0.0

14 Oct 15:13
Compare
Choose a tag to compare

This release represents a major rework in the foundation of how the library works. It no longer requires a Guzzle of any version and instead implements an adapter pattern that allows the user to use whichever request library they choose. It also implements an instance based approach rather than a static one.

php 5.3 support

14 Nov 21:31
Compare
Choose a tag to compare
0.1.1

Merge remote-tracking branch 'origin/master'

First Release

10 Nov 19:54
Compare
Choose a tag to compare

First Release