Mailgun v3.2.0 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • ๐Ÿ‘ท Introducing GitHub Actions as part of the CI process for this repository.

    ๐Ÿš€ This release has changed the CI process from Travis CI to GitHub Actions. The reasons for this decision are:

    • ๐Ÿ‘ท For some reason, Travis CI queues the job but takes ages before it starts running it
    • ๐Ÿ‘ท Travis CI doesn't provide (yet) the support we need to start testing for PHP 8.x

    ๐Ÿ”„ Changelog

    โž• Added

    ๐Ÿ›  Fixed

    • โž• Added pagination to tags (#717 by @uavn)

    ๐Ÿ”„ Changed

    • ๐Ÿ”Œ Expect Client to be of type ClientInterface or PluginClient (#660 by @tonythomas01)