All Versions
52
Latest Version
Avg Release Cycle
95 days
Latest Release
1137 days ago

Changelog History
Page 5

  • v4.2.2 Changes

    October 25, 2012
    • added the possibility to throttle messages per second in ThrottlerPlugin (mostly for Amazon SES)
    • switched mime.qpcontentencoder to automatically use the PHP native encoder on PHP 5.4.7+
    • allowed specifying a whitelist with regular expressions in RedirectingPlugin
  • v4.2.1 Changes

    July 13, 2012
    • changed the coding standards to PSR-1/2
    • fixed issue with autoloading
    • added NativeQpContentEncoder to enhance performance (for PHP 5.3+)
  • v4.2.0 Changes

    June 29, 2012
    • added documentation about how to use the Japanese support introduced in 4.1.8
    • added a way to override the default configuration in a lazy way
    • changed the PEAR init script to lazy-load the initialization
    • fixed a bug when calling Swift_Preferences before anything else (regression introduced in 4.1.8)
  • v4.1.8 Changes

    June 17, 2012
    • added Japanese iso-2022-jp support
    • changed the init script to lazy-load the initialization
    • fixed docblocks (@id) which caused some problems with libraries parsing the dobclocks
    • fixed Swift_Mime_Headers_IdentificationHeader::setId() when passed an array of ids
    • fixed encoding of email addresses in headers
    • added replacements setter to the Decorator plugin
  • v4.1.7 Changes

    April 26, 2012
    • fixed QpEncoder safeMapShareId property
  • v4.1.6 Changes

    March 23, 2012
    • reduced the size of serialized Messages
  • v4.1.5 Changes

    January 04, 2012
    • enforced Swift_Spool::queueMessage() to return a Boolean
    • made an optimization to the memory spool: start the transport only when required
    • prevented stream_socket_client() from generating an error and throw a Swift_TransportException instead
    • fixed a PHP warning when calling to mail() when safe_mode is off
    • many doc tweaks
  • v4.1.4 Changes

    December 16, 2011
    • added a memory spool (Swift_MemorySpool)
    • fixed too many opened files when sending emails with attachments
  • v4.1.3 Changes

    October 27, 2011
    • added STARTTLS support
    • added missing @return tags on fluent methods
    • added a MessageLogger plugin that logs all sent messages
    • added composer.json
  • v4.1.2 Changes

    September 13, 2011
    • fixed wrong detection of magic_quotes_runtime
    • fixed fatal errors when no To or Subject header has been set
    • fixed charset on parameter header continuations
    • added documentation about how to install Swiftmailer from the PEAR channel
    • fixed various typos and markup problem in the documentation
    • fixed warning when cache directory does not exist
    • fixed "slashes are escaped" bug
    • changed require_once() to require() in autoload