Releases: SparkPost/php-sparkpost
Releases · SparkPost/php-sparkpost
2.3.0: PHP 8.0 support, fixed code examples
2.2.1: Merge pull request #198 from SparkPost/formfeed
2.2.0
2.1.0
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 toResourceBase
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
2.0.3
2.0.2
2.0.1
2.0.0
This major release included a complete refactor of the library to be a thin HTTP client layer with some sugar methods on the Transmission class. There is now a base resource that can be used to call any SparkPost API with a one to one mapping of payload parameters to what is listed in our API documentation.
Changed
1.2.1
1.2.0
Added
- EditorConfig file to maintain consistent coding style
composer run-script fix-style
can now be run to enforce PSR-2 style
Changed
- Responses from the SparkPost API with HTTP status code 403 now properly raise with message, code, and description
Fixed
- Removed reliance on composer for version of library