IMPORTANT: Upgrading to 3.3.x

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

IMPORTANT: Upgrading to 3.3.x

Post by Chris Corbyn »

Users upgrading from a 3.0, 3.1 or 3.2 branch to version 3.3 need to be aware that:

1. Swift_Connection_Exception is now Swift_ConnectionException so it follows the same naming as the other exceptions in the package.
2. $swift->log has been removed completely. See http://www.swiftmailer.org/wikidocs/v3/misc/logging for more details.

The other changes don't affect the API so that'll be all. Carry on :)
Post Reply