Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 714 Bytes

Changelog.md

File metadata and controls

19 lines (13 loc) · 714 Bytes

Changelog

This document will tell you what changes that has been made between versions.

Changes from 0.3.x to 0.4.0

  • Removed the mailgun.swift_transport.transport.class parameter.
  • Improved testing
  • Avoid usage of deprecated Mailgun functions.

Changes from 0.2.x to 0.3.0

  • Upgraded from Mailgun client 1.x to 2.x.
  • Start using PSR-4
  • Improved tests and documentation
  • Changed namespace of cspoo\Swiftmailer\MailgunBundle\Services\MailgunTransport to cspoo\Swiftmailer\MailgunBundle\Service\MailgunTransport
  • Catching all exception that may be thrown by the MailGun API.
  • The return value of MaingunTransport::sendMessage is no longer fixed to 1. It does now comply with the interface.