Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.69 KB

CHANGES.md

File metadata and controls

54 lines (44 loc) · 1.69 KB

CHANGELOG

1.5.1 (2017-11-15)

  • Add support for PHPv7.2

1.5.0 (2017-05-28)

  • Add support for zend-component-installer
  • Update license year
  • Add license check

1.4.0 (2017-03-21)

  • Allow injecting Zend\Mail\Header\HeaderInterface ()next to array format) with DefaultHeaders plugin (jaapio)
  • Replace remaining string class names with ::class constant
  • Improve test matrix by adding testing with lowest dependency versions
  • Restore partial support for PHP 5.5 (library will work but some tests can fail).

1.3.0 (2017-03-09)

  • Modernize test suite: compatibility with PHPUnit v5.7
  • Replace multiple string class names with ::class constant
  • Bump required PHP version to 5.6

1.2.0 (2016-11-13)

  • Bump required PHP version to 5.5
  • Compatibility with zend-servicemanager v3 and zend-eventmanager v3
  • Cleanup test suite

1.1.2 (2015-03-17)

  • Set charset for text part template (stefanotorresi)

1.1.1 (2014-06-21)

  • Add boundary parameter to Content-Type header for multipart/alternate messages
  • Ensure correct order of mime-parts generated by PlaintextMessage plugin (HTML part should be at the end)

1.1.0 (2014-06-19)

  • Add autoload config in module class (ojhaujjwal)
  • Sendmail is now default transport (ojhaujjwal)
  • Allow replacing Message object during e-mail composition (ojhaujjwal)
  • Automatically set Content-Type header to "multipart/alternative" when both HTML and plaintext versions are provided
  • Text body is added before HTML version (traedamatic)

1.0.0 (2014-04-23)

  • Tagged first stable version