Skip to content

Latest commit

 

History

History
executable file
·
51 lines (33 loc) · 962 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
51 lines (33 loc) · 962 Bytes

Postmark PHP class changelog

0.4.3

  • Fixed debug mode checking and added two test cases. Thanks John Beales (jbeales)

0.4.2

  • Fixed PHPDOC comments

0.4.1

  • Fixed a bug where sending errors would not show if debug mode was enabled
  • Fixed certificate validation

0.4

  • SSL with validation against certificate
  • Multiple To
  • Validates all To, Cc and Bcc addresses
  • Custom headers
  • Fixed DEBUG_RETURN bug, thanks hdeshev
  • Improved error handling
  • Check if subject is set
  • Configuration adapter
  • Attachments
  • Unit tests

0.3

  • Added tag method to handle the Tag header (Jeff Downie - [email protected])
  • Switched fully to markdown for docs

0.2

  • Added method fromName() to easily override From name
  • Added replyTo method to handle the Reply-To header
  • Added debug modes
  • Improved error handling with address validation etc
  • Fixed comments

0.1.1

  • Minor and mayor bug fixes.

0.1

  • Initial