Skip to content

Releases: ActiveCampaign/laravel-postmark-provider

Support for Laravel 5.2

10 Feb 19:46
Compare
Choose a tag to compare

Laravel 5.2 eliminated "pretend" and "log" features from the base mailer, which caused the postmark provider to break. We're updating to get this working. Since this is technically a breaking change, we're bumping to 3.0, but there are minimal changes to the provider.

Updates guzzle to 6.0

10 Nov 15:05
Compare
Choose a tag to compare

This release supports newer versions of Laravel by updating the Guzzle requirement to 6.0+

1.0.0

19 Mar 13:23
Compare
Choose a tag to compare

Initial release of package.

This release simply corrects the dependency graph created for working with the swiftmailer transport, and Laravel. No modifications to the Laravel Adapter were made upon separating it from the wildbit/swiftmailer-postmark package.

This was done due to the suggestion from @mlebkowski in this issue: ActiveCampaign/swiftmailer-postmark#1