Skip to content

Releases: mailgun/mailgun-php

Mailgun PHP SDK v3.4.1

28 Feb 21:34
Compare
Choose a tag to compare

Fixed

Mailgun PHP SDK v3.4.0

01 Feb 16:16
Compare
Choose a tag to compare

Added

  • Email Validation (#726 by @uavn)
    • Please note the Email Validation requires always to use the US servers. The Mailgun Team didn't enable this service on the European endpoints.

Mailgun PHP SDK v3.3.0

30 Jan 12:19
Compare
Choose a tag to compare

Added

Removed

  • Support for PHP 7.1 and 7.2 as they both have reached their end of life (#727 by @DavidGarciaCat)

Mailgun PHP SDK v3.2.0

25 Nov 07:43
a084abd
Compare
Choose a tag to compare

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

Changed

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

Mailgun PHP SDK v3.1.0

08 Oct 12:21
Compare
Choose a tag to compare

Added

  • Suppressions allow now deleting an address passing an optional tag (#643 by @iwahara)
  • Allow both ^1.0 and ^2.0 for php-http/guzzle6-adapter (#680 by @boboldehampsink)
  • Add support for Mailing List reply_preference parameter (#684 by @twoonesixdigital)
  • Add support for Force DKIM Authority when creating a Domain (#686 by @Tiboonn)
  • Add support for PHP 7.4 (#698 by @snapshotpl)
  • Allow assigning a domain to a list of ips during creation (#703 by @josephshanak)
  • Add unmapped log-level property for Events (#704 by @uavn)

Fixed

Changed

Removed

  • Remove method for non-existing Stats URL (#705 by @uavn)

Release 3.0.0

13 Sep 20:16
Compare
Choose a tag to compare

Added

  • Support for PSR-4
  • All classes Mailgun\Model are final or abstract.

Changed

  • Dropped PHP5 support
  • Removed deprecated code
  • Moved RequestBuilder and HttpClientConfigurator to Mailgun\HttpClient namespace
  • Updated signature of Mailgun::__construct()

Removed

  • Dependency on php-http/message.

[Unreleased]

  • API v4 Email Validation; please use US Servers with your public key instead
    (please check the Issues 617
    and 619 for further details)

3.0.0 Beta 2

29 Aug 21:38
Compare
Choose a tag to compare
3.0.0 Beta 2 Pre-release
Pre-release
Revise domain creation assertions and add tests

Based on feedback from @DavidGarciaCat.

3.0.0 Beta 1

09 Apr 18:38
c3ea40c
Compare
Choose a tag to compare
3.0.0 Beta 1 Pre-release
Pre-release

See change log for changes.

Release 2.8.1

02 Feb 07:15
4af0346
Compare
Choose a tag to compare

See change log for changes.

Release 2.8.0

06 Jan 07:12
da5ccde
Compare
Choose a tag to compare

See change log for changes.