CHANGES 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Changelog since Version 4.1.x
  2. =============================
  3. 4.1.2 (2011-09-13)
  4. ------------------
  5. * fixed wrong detection of magic_quotes_runtime
  6. * fixed fatal errors when no To or Subject header has been set
  7. * fixed charset on parameter header continuations
  8. * added documentation about how to install Swiftmailer from the PEAR channel
  9. * fixed various typos and markup problem in the documentation
  10. * fixed warning when cache directory does not exist
  11. * fixed "slashes are escaped" bug
  12. * changed require_once() to require() in autoload
  13. 4.1.1 (2011-07-04)
  14. ------------------
  15. * added missing file in PEAR package
  16. 4.1.0 (2011-06-30)
  17. ------------------
  18. * documentation has been converted to ReST
  19. 4.1.0 RC1 (2011-06-17)
  20. ----------------------
  21. New features:
  22. * changed the Decorator Plugin to allow replacements in all headers
  23. * added Swift_Mime_Grammar and Swift_Validate to validate an email address
  24. * modified the autoloader to lazy-initialize Swiftmailer
  25. * removed Swift_Mailer::batchSend()
  26. * added NullTransport
  27. * added new plugins: RedirectingPlugin and ImpersonatePlugin
  28. * added a way to send messages asynchronously (Spool)