All Versions
40
Latest Version
Avg Release Cycle
79 days
Latest Release
-
Changelog History
Page 2
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
andHttpClientConfigurator
toMailgun\HttpClient
namespace - โก๏ธ Updated signature of
Mailgun::__construct()
โ Removed
- Dependency on
php-http/message
.
๐ [Unreleased]
-
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
andBatchMessage
- ๐ 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.
- ๐ Allow to set the Mailgun server when instantiating the Mailgun's client:
-
v2.6.0 Changes
August 04, 2018 -
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
onUnsubscribe
- ๐ Fix typo on
Mailgun\Exception\HttpServerException
- โ Add new
-
v2.4.0 Changes
December 07, 2017โ Added
- โ Add cached property for DNS record
- โ Add domain verification
HttpClientException::getResponseCode()
- โ Added
AbstractDomainResponse
thatVerifyResponse
andCreateResponse
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.