mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-24 21:46:02 +03:00
Prepare for 2.7.0 (#481)
* Prepare for 2.7.0 * Remove `declare(strict_types=1)` * Remove missed `declare(strict_types=1)`
This commit is contained in:
parent
d4e4d4efbe
commit
ce641a6846
19
CHANGELOG.md
19
CHANGELOG.md
@ -2,6 +2,25 @@
|
|||||||
|
|
||||||
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
|
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
|
||||||
|
|
||||||
|
## 2.7.0
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
## 2.6.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Ported MessageBuilder and BatchMessage #472
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Cast campaign IDs to string #460
|
||||||
|
- Suggest packages used on Dev #440
|
||||||
|
|
||||||
## 2.5.0
|
## 2.5.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013 Mailgun
|
* Copyright (C) 2013 Mailgun
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user