Skip to content

2.1.0

Compare
Choose a tag to compare
@avigoldman avigoldman released this 10 Jan 14:31
· 47 commits to master since this release

Added

  • #161 added example for sending email with attachment and simplified the examples setup
  • #159 added debug option for seeing the full request sent to SparkPost
  • #151 added packagist badges
  • #139 added examples for message events and templates

Changed

  • #150 renamed the Resource class to ResourceBase since resource soft reserved in php 7
  • #137 cleaned up tests and post install scripts
  • #138 added PHP 7.1 as a test environment

Fixed

  • #156 fixed typo in README.md
  • #152 fixed propagation of coverage tests to coveralls.io
  • #147 fixed examples in README.md
  • #139 fixed the ability to send using recipient lists
  • Issue#141 removed form feeds from the JSON body sent to the API