Releases: clarification/sparkpost-laravel-driver
Releases · clarification/sparkpost-laravel-driver
Farewell
Add endpoint configuration option
endpoint can be configured in sparkpost (config/services.php) options (sparkpost.options)
defaults to:
https://api.sparkpost.com/api/v1/transmissions
allows EU users to connect to sparkpost EU api:
https://api.eu.sparkpost.com/api/v1/transmissions
Laravel 6.0 compatibility
Merge pull request #12 from fhpimenta/support-laravel-6.0 support for Laravel 6.0
Laravel 5.5 compatibility
Updated swiftmailer dependency constraints.
Rename SparkpostTransport.php to SparkPostTransport.php
Addresses Inconsistencies in UNIX environments
1.2.2
Switch Version Check To Class Check
1.2.1 change version check for class check
Fix Laravel 5.0 Support
Laravel 5.0 does not include the abstract class Illuminate\Mail\Transport\Transport
Extracted the main logic to a trait, and added Clarification\MailDrivers\Sparkpost\Transport\SparkPostTransportFiveZero which is used if the laravel version is less than 5.1.0
Attach all the things
- Fixed attachment bug #2.
- Changed class name from
SparkpostTransporttoSparkPostTransportfor consistency with the Laravel 5.2 transport class. - Added attribution link to laravel's SparkPostTransport class.