mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 00:25:37 +03:00
Updated changelog for 2.7.0 (#508)
This commit is contained in:
parent
ce641a6846
commit
59f67e8671
11
CHANGELOG.md
11
CHANGELOG.md
@ -9,6 +9,17 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
|
|||||||
- Allow to set the Mailgun server when instantiating the Mailgun's client: `$mailgun = Mailgun::create('key', 'server');`
|
- 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 models
|
||||||
- Add new PHPUnit tests for our API
|
- Add new PHPUnit tests for our API
|
||||||
|
- Added `Maingun\Api\Attachment`
|
||||||
|
- Fluent interface for `MessageBuilder` and `BatchMessage`
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
## 2.6.0
|
## 2.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user