Skip to content

Latest commit

 

History

History
194 lines (136 loc) · 10.9 KB

File metadata and controls

194 lines (136 loc) · 10.9 KB

Changelog

All notable changes to postmark-inbound will be documented in this file.

v2.4.0 - 2021-03-02

Added

  • Support for PHP 8 #12

v2.3.10 - 2020-09-11

Changed

  • Updated version constraint. 564423b

v2.3.9 - 2020-03-03

Changed

  • Updated version constraint. d010df0

v2.3.8 - 2019-12-03

Changed

  • Updates version constraints. cd7fe7c

v2.3.7 - 2019-05-20

Changed

  • Updated tightenco/collect to ^5.8. ad7e3ee

v2.3.6 - 2018-08-23

Fixed

  • Curent date/time should be returned on parsing an invalid date/time. #8

Changed

  • Adds the tightenco/collect package instead of our own implementation. #7

v2.3.4 - 2018-08-23

Fixed

  • A quoted contact named should not be quoted. #5

v2.3.3 - 2018-05-04

Fixed

  • Fixes an issue when Postmark sends invalid email adresses. 469336e

Changed

  • Hash is optional when constructing a contact. 684127e

v2.3.2 - 2018-05-01

Added

  • Added property annotations. 2f77fdc

Changed

Removed

  • Removed unused method from Collectio class. 1ce663b

v2.3.1 - 2018-05-01

Added

  • Added a helper method to determine the spam status for a message.d6eef9a
  • Added a helper method to get the spam status for a message. 3ddef1a
  • Added a helper method to get the spam score for a message. f1884cf
  • Added a helper method to retrieve valid json in tests. 8c61cbb, 027475a

Fixed

  • Fixes issue when trying to access headers if not present. f28a4bd

v2.3.0 - 2018-04-30

Added

  • Added a method to get the original date posted by Postmark. 68ac952
  • Added an implode method to Collection class. 0c81e54
  • Added a take method to Collection class. 67afee3
  • Added a slice method to Collection class. bdb5f136
  • Added a contains method to Collection class. debf4a6
  • Added a reject method to Collection class. 79c1451
  • Added a filter and values method to Collection class. c957ae7

Fixed

  • Fixes an issue with incorrect date formats posted by Postmark. a656033

Changed

v2.2.0 - 2018-04-30

Fixed

Removed

  • Dropped support for PHP 7.0. bec06b8

v2.1.1 - 2018-04-25

Added

  • Added has method to Collection class. 3e012ae
  • Added a test for messages with an empty subject. 3599155

Fixed

  • Fixes getter to check if it has a key. 2590abb
  • Fixes tests to match expected/actual pattern. 41b7910

v2.1.0 - 2018-04-25

Added

  • Added getTimzoneAttribute method. 278de17
  • Added getUtcDateAttribute method. 832ad99
  • Added a test for invalid dates. 99c31a5
  • Added a test for unknown getters. f922f19
  • Added property annotations. c134957

Removed

  • Removed support for PHP 5.6. 2400cd8

v2.0.0 - 2017-11-07

  • Renames namespace to Mvdnbrk. d60d576

v1.0.5 - 2017-11-07

Changed

v1.0.4 - 2017-11-07

Added

  • Added a test in case of receiving a payload without Attachments. 9784ed8

Changed

v1.0.3 - 2017-10-10

Added

  • Added getMessageIdFromHeadersAttribute method. e3925c6
  • Added changeKeyCase method. 3a19672
  • Added toArray method. fefd0b4

v1.0.2 - 2017-10-05

Fixed

  • Attachment ContentID can be null. d5625b5

v1.0.1 - 2017-10-04

Added

  • Added test for get with default. 5339052

Fixed

[v1.0.0] - 2017-09-06

Added

Changed