CHANGES 587B

123456789101112131415161718192021
  1. Changelog since Version 4.1.x
  2. =============================
  3. 4.1.0 (2011-06-30)
  4. ------------------
  5. * documentation has been converted to ReST
  6. 4.1.0 RC1 (2011-06-17)
  7. ----------------------
  8. New features:
  9. * changed the Decorator Plugin to allow replacements in all headers
  10. * added Swift_Mime_Grammar and Swift_Validate to validate an email address
  11. * modified the autoloader to lazy-initialize Swiftmailer
  12. * removed Swift_Mailer::batchSend()
  13. * added NullTransport
  14. * added new plugins: RedirectingPlugin and ImpersonatePlugin
  15. * added a way to send messages asynchronously (Spool)