Skip to content

Releases: mailgun/mailgun-php

New version: 3.5.7

27 May 07:41
92a5f54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.6...v3.5.7

Small fix for supporting true, false for multiple creation

08 Apr 16:46
897e799
Compare
Choose a tag to compare
v3.5.6

Fixed error with expected bool value (#856)

Add ability to get Stream response

17 Oct 18:00
Compare
Choose a tag to compare
v3.5.5

Convert integer to strings

Mailgun PHP SDK v3.5.2

23 Jul 15:27
v3.5.2
3ae2963
Compare
Choose a tag to compare

Was fixed an issue with potential error Uncaught InvalidArgumentException in case of passing bool params to query.
Updated php-cs-fixer

Mailgun PHP SDK v3.5.1

16 Aug 12:10
4ec42cd
Compare
Choose a tag to compare

Fixed encoding of the urls,
Updated readme

Mailgun PHP SDK v3.5.0

08 Mar 07:28
Compare
Choose a tag to compare

Added

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)