Mailgun v2.7.0 Release Notes

Release Date: 2019-01-05 // about 5 years ago
  • โž• Added

    • ๐Ÿ‘ Allow to set the Mailgun server when instantiating the Mailgun's client: $mailgun = Mailgun::create('key', 'server');
    • โž• Add new PHPUnit tests for our models
    • โž• Add new PHPUnit tests for our API
    • โž• Added Mailgun\Api\Attachment
    • Fluent interface for MessageBuilder and BatchMessage
    • ๐Ÿ‘Œ Support for HTTPlug 2.0

    ๐Ÿ”„ Changed

    • Second argument to Mailgun\Message\MessageBuilder::addBccRecipient() is now optional.
    • We try to close open resources

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the type error when creating tags.