Skip to content

Latest commit

 

History

History
230 lines (162 loc) · 12 KB

CHANGELOG.md

File metadata and controls

230 lines (162 loc) · 12 KB

Changelog

2.3.1 - 2018-09-27

Added

  • Adds build matrix to test against multiple versions. ea0b27d9f7

Fixed

  • Skip swift extension if driver isn't 'postmark' 6bb7e3b7e5

Updated

2.3.1 - 2018-09-11

Fixed

  • Throw an exception when POSTMARK_SECRET is not set. cabbe42473
  • Fixes long line causing phpcs error aa6909137

Updated

2.3.0 - 2018-09-04

Added

Changed

  • Adds a postmark config file. e13970dd2d
  • Refactors the getHtmlAndTextBody() function by using a collection. 00c36b8572

Fixed

Updated

  • Adds support for Laravel 5.5 up to 5.7. 86b4b3aebd

2.2.0 - 2018-02-19

Updated

2.1.8 - 2017-11-16

Updated

  • Adds multipart/mixed to content types to account for attachments. e63fdd9e37

2.1.7 - 2017-11-16

Fixed

  • Re-indexes attachments collection before converting to an array. eb39a28689

2.1.6 - 2017-11-07

Fixed

  • Display names containing a comma results in API error 300. ed09f78472

2.1.5 - 2017-11-07

Added

  • Added suggestion of mvdnbrk/postmark-inbound to composer.json. 2525c6bd35

2.1.4 - 2017-10-08

Added

  • Added additional test. 5030f1774d
  • Tests for attachments are in a separate test. 48bcaa386a
  • Adds getHtmlAndTextBody function including tests. a05aa46b5f
  • Adds getMimePart function to get a mime part from a message. 494cde1cd5
  • Adds getBody function to get the body from a message. 3f1b46911e
  • Adds test to ensure that required fields are in the payload. 0c15aa1dc2
  • Adds getSubject function to get the subject from a message. 5317d0d5db
  • Added getPayload function. 05fd0244b1
  • Adds tests to ensure that the json payload has the proper values. d7f506907b
  • Adds getTag function to get the tag from a message. 3389580b29
  • Add Content-Type to payload headers. d4d79380c4

Updated

2.1.3 - 2017-10-06

Fixed

2.1.2 - 2017-10-06

Updated

2.1.1 - 2017-07-17

Added

  • Adds upgrade guide and link to readme. 158742412c
  • Adds tag link for laravel 5.4 support. a4b8c64f5c

Removed

  • Removes redundant getFrom method and test. 81c555b9af
  • Removes line forgotten from previous upgrade guide. 4910872bbe

Updated

2.1.0 - 2017-07-17

Updated

2.0.0 - 2017-07-17

Added

Removed

Updated

  • Using helper method instead of static access to class 'Arr'. c891f714c9

1.1.5 - 2017-07-02

Updated

1.1.4 - 2017-05-24

Fixed

  • Adds check to make sure we only attach swift attachments. e3a4c7b86b

1.1.3 - 2017-05-24

Fixed

1.1.2 - 2017-05-24

Added

1.1.1 - 2017-05-23

Added

1.1.0 - 2017-05-17

Changed

  • Separates out addresses into proper fields. ddbe313660

1.0.0 - 2017-03-24

Added

  • Adds documentation for attaching tag headers. e7f09633c8

0.2.1 - 2017-02-03

Added

Changed

0.2.0 - 2017-01-29

Changed

0.1.0 - 2017-01-29

Added

  • Adds service provider, manager and mail driver with appropriate tests. b3c10cd221

0.0.1 - 2017-01-29

Added