CHANGES 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Changelog since Version 4.1.x
  2. =============================
  3. 4.1.7 (2012-04-26)
  4. ------------------
  5. * fixed QpEncoder safeMapShareId property
  6. 4.1.6 (2012-03-23)
  7. ------------------
  8. * reduced the size of serialized Messages
  9. 4.1.5 (2012-01-04)
  10. ------------------
  11. * enforced Swift_Spool::queueMessage() to return a Boolean
  12. * made an optimization to the memory spool: start the transport only when required
  13. * prevented stream_socket_client() from generating an error and throw a Swift_TransportException instead
  14. * fixed a PHP warning when calling to mail() when safe_mode is off
  15. * many doc tweaks
  16. 4.1.4 (2011-12-16)
  17. ------------------
  18. * added a memory spool (Swift_MemorySpool)
  19. * fixed too many opened files when sending emails with attachments
  20. 4.1.3 (2011-10-27)
  21. ------------------
  22. * added STARTTLS support
  23. * added missing @return tags on fluent methods
  24. * added a MessageLogger plugin that logs all sent messages
  25. * added composer.json
  26. 4.1.2 (2011-09-13)
  27. ------------------
  28. * fixed wrong detection of magic_quotes_runtime
  29. * fixed fatal errors when no To or Subject header has been set
  30. * fixed charset on parameter header continuations
  31. * added documentation about how to install Swiftmailer from the PEAR channel
  32. * fixed various typos and markup problem in the documentation
  33. * fixed warning when cache directory does not exist
  34. * fixed "slashes are escaped" bug
  35. * changed require_once() to require() in autoload
  36. 4.1.1 (2011-07-04)
  37. ------------------
  38. * added missing file in PEAR package
  39. 4.1.0 (2011-06-30)
  40. ------------------
  41. * documentation has been converted to ReST
  42. 4.1.0 RC1 (2011-06-17)
  43. ----------------------
  44. New features:
  45. * changed the Decorator Plugin to allow replacements in all headers
  46. * added Swift_Mime_Grammar and Swift_Validate to validate an email address
  47. * modified the autoloader to lazy-initialize Swiftmailer
  48. * removed Swift_Mailer::batchSend()
  49. * added NullTransport
  50. * added new plugins: RedirectingPlugin and ImpersonatePlugin
  51. * added a way to send messages asynchronously (Spool)