All Versions
40
Latest Version
Avg Release Cycle
79 days
Latest Release
-

Changelog History
Page 2

  • v3.0.0 Changes

    April 09, 2019

    โž• 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)
  • v3.0.0-beta2

    August 29, 2019
  • v3.0.0-beta1 Changes

    April 09, 2019

    ๐Ÿ‘€ See change log for changes.

  • v2.8.1 Changes

    February 02, 2019

    ๐Ÿ‘€ See change log for changes.

  • v2.8.0 Changes

    January 06, 2019

    โž• Added

    • โž• Add support for IPs endpoints
    • โž• Add spport for Mailing Lists
    • โž• Add complaints to Stats / Total Response
    • โž• Add more tests for our models

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change the PHP Exception message for Bad Request errors to help to find the issue

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix an issue validating the max path length
  • v2.7.0 Changes

    January 05, 2019

    โž• 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.
  • v2.6.0 Changes

    August 04, 2018

    โž• Added

    • Ported MessageBuilder and BatchMessage #472

    ๐Ÿ”„ Changed

    • Cast campaign IDs to string #460
    • ๐Ÿ“ฆ Suggest packages used on Dev #440
  • v2.5.0 Changes

    April 08, 2018

    โž• Added

    • ๐Ÿ‘Œ Support for 413 HTTP status codes, when we send too large payloads to the API
  • v2.4.1 Changes

    February 01, 2018

    โž• Added

    • โž• Add new Suppressions::getTotalCount() method

    ๐Ÿ”„ Changed

    • ๐Ÿ’… Apply fixes from StyleCI
    • โšก๏ธ Updated README.md file

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Tags on Unsubscribe
    • ๐Ÿ›  Fix typo on Mailgun\Exception\HttpServerException
  • v2.4.0 Changes

    December 07, 2017

    โž• Added

    • โž• Add cached property for DNS record
    • โž• Add domain verification
    • HttpClientException::getResponseCode()
    • โž• Added AbstractDomainResponse that VerifyResponse and CreateResponse extends.

    ๐Ÿ›  Fixed

    • Possible empty content of WebhookIndexResponse.
    • Typo in TotalResponse that caused the content to be empty.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow some parameters to Domain::create to be optional.