Skip to content

Releases: BerliozFramework/Mailer

v1.4.0

13 Jan 11:50
Compare
Choose a tag to compare

Changed

  • Attachment serialization store contents of file

v1.3.2

09 Jul 14:07
Compare
Choose a tag to compare

Changed

  • Optimize imports

Fixed

  • Last alternative boundary not declared
  • Fix PhpDoc and imports

v1.3.1

09 Dec 14:31
Compare
Choose a tag to compare

Changed

  • Escape dot at first character line, on SMTP dialog with quoted_printable_encode()
  • Thrown an exception if an attachment file does not exist

v1.3.0

05 Nov 14:07
Compare
Choose a tag to compare

Added

  • PHP 8 compatibility

v1.2.1

23 Sep 10:23
Compare
Choose a tag to compare

Removed

  • Remove Smtp::__set_state() method ; incompatible signature with PHP 8

v1.2.0

14 Apr 13:14
Compare
Choose a tag to compare

Changed

  • Exceptions more verbose from SMTP transport
  • PSR-12 refactoring
  • Change \Berlioz\Mailer\Mail class as deprecated, replaced by \Berlioz\Mailer\PhpMail

v1.1.2

10 Feb 17:26
Compare
Choose a tag to compare

Added

  • Add coverage options in phpunit.xml.dist

Changed

  • Fix deprecated (PHP7.4) array and string offset access syntax with curly braces

Removed

  • Remove composer.lock

v1.1.1

14 Nov 16:44
Compare
Choose a tag to compare

Changed

  • Fix null values with mb_* functions
  • Fix lower case modification of excluded headers

v1.1.0

14 Nov 15:51
Compare
Choose a tag to compare

Changed

  • Fix deprecated (PHP7.4) array and string offset access syntax with curly braces
  • Truncate length of base64 fixed to 76 (for best SpamAssassin score)
  • Default length of boundaries fixed to 15 (for best SpamAssassin score)
  • Enabled strict types

v1.0.0

14 Apr 13:15
Compare
Choose a tag to compare
Finish v1.0.0