From b76e2ff898b23745d4c9aaee49eeb7d88f2896ab Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 2 Mar 2017 22:49:24 -0500 Subject: Updated mailgun plugin --- .../php-http/multipart-stream-builder/CHANGELOG.md | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 inc/mailgun/php-http/multipart-stream-builder/CHANGELOG.md (limited to 'inc/mailgun/php-http/multipart-stream-builder/CHANGELOG.md') diff --git a/inc/mailgun/php-http/multipart-stream-builder/CHANGELOG.md b/inc/mailgun/php-http/multipart-stream-builder/CHANGELOG.md new file mode 100644 index 0000000..144cbc4 --- /dev/null +++ b/inc/mailgun/php-http/multipart-stream-builder/CHANGELOG.md @@ -0,0 +1,47 @@ +# Change Log + +## 0.1.6 - 2017-02-16 + +### Fixed + +- Performance improvements by avoid using `uniqid()`. + +## 0.1.5 - 2017-02-14 + +### Fixed + +- Support for non-readable streams. This fix was needed because flaws in Guzzle, Zend and Slims implementations of PSR-7. + +## 0.1.4 - 2016-12-31 + +### Added + +- Added support for resetting the builder + +## 0.1.3 - 2016-12-22 + +### Added + +- Added `CustomMimetypeHelper` to allow you to configure custom mimetypes. + +### Changed + +- Using regular expression instead of `basename($filename)` because basename is depending on locale. + +## 0.1.2 - 2016-08-31 + +### Added + +- Support for Outlook msg files. + +## 0.1.1 - 2016-08-10 + +### Added + +- Support for Apple passbook. + +## 0.1.0 - 2016-07-19 + +### Added + +- Initial release -- cgit v1.2.3