CHANGES 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Changelog since Version 4.1.x
  2. =============================
  3. 4.1.4 (2011-12-16)
  4. ------------------
  5. * added a memory spool (Swift_MemorySpool)
  6. * fixed too many opened files when sending emails with attachments
  7. 4.1.3 (2011-10-27)
  8. ------------------
  9. * added STARTTLS support
  10. * added missing @return tags on fluent methods
  11. * added a MessageLogger plugin that logs all sent messages
  12. * added composer.json
  13. 4.1.2 (2011-09-13)
  14. ------------------
  15. * fixed wrong detection of magic_quotes_runtime
  16. * fixed fatal errors when no To or Subject header has been set
  17. * fixed charset on parameter header continuations
  18. * added documentation about how to install Swiftmailer from the PEAR channel
  19. * fixed various typos and markup problem in the documentation
  20. * fixed warning when cache directory does not exist
  21. * fixed "slashes are escaped" bug
  22. * changed require_once() to require() in autoload
  23. 4.1.1 (2011-07-04)
  24. ------------------
  25. * added missing file in PEAR package
  26. 4.1.0 (2011-06-30)
  27. ------------------
  28. * documentation has been converted to ReST
  29. 4.1.0 RC1 (2011-06-17)
  30. ----------------------
  31. New features:
  32. * changed the Decorator Plugin to allow replacements in all headers
  33. * added Swift_Mime_Grammar and Swift_Validate to validate an email address
  34. * modified the autoloader to lazy-initialize Swiftmailer
  35. * removed Swift_Mailer::batchSend()
  36. * added NullTransport
  37. * added new plugins: RedirectingPlugin and ImpersonatePlugin
  38. * added a way to send messages asynchronously (Spool)