You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Yii Framework 2 swiftmailer extension Change Log
  2. ================================================
  3. 2.0.6 September 09, 2016
  4. ------------------------
  5. - Enh #6: Added ability to specify custom mail header at `yii\swiftmailer\Message` (klimov-paul)
  6. - Enh #23: Added `yii\swiftmailer\Message::setReturnPath()` shortcut method (klimov-paul)
  7. - Enh #27: Added ability to specify message signature (klimov-paul)
  8. - Enh #32: Added `yii\swiftmailer\Message::setReadReceiptTo()` shortcut method (klimov-paul)
  9. - Enh: Added `yii\swiftmailer\Message::setPriority()` shortcut method (klimov-paul)
  10. 2.0.5 March 17, 2016
  11. --------------------
  12. - Bug #9: Fixed `Mailer` does not check if property is public, while configuring 'Swift' object (brandonkelly, klimov-paul)
  13. 2.0.4 May 10, 2015
  14. ------------------
  15. - Enh #4: Added ability to pass SwiftMailer log entries to `Yii::info()` (klimov-paul)
  16. 2.0.3 March 01, 2015
  17. --------------------
  18. - no changes in this release.
  19. 2.0.2 January 11, 2015
  20. ----------------------
  21. - no changes in this release.
  22. 2.0.1 December 07, 2014
  23. -----------------------
  24. - no changes in this release.
  25. 2.0.0 October 12, 2014
  26. ----------------------
  27. - no changes in this release.
  28. 2.0.0-rc September 27, 2014
  29. ---------------------------
  30. - no changes in this release.
  31. 2.0.0-beta April 13, 2014
  32. -------------------------
  33. - Bug #1817: Message charset not applied for alternative bodies (klimov-paul)
  34. 2.0.0-alpha, December 1, 2013
  35. -----------------------------
  36. - Initial release.