From 487c1edd77b3bba8035bddcc0b1bd896cf981826 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 16 May 2017 15:20:33 +0200 Subject: [PATCH] Prepare for release 2.3.2 (#352) * Style fixes * Added changelog --- CHANGELOG.md | 12 ++++++++++++ src/Mailgun/Connection/RestClient.php | 2 +- src/Mailgun/Lists/OptInHandler.php | 2 +- src/Mailgun/Mailgun.php | 4 ++-- src/Mailgun/Messages/BatchMessage.php | 2 +- src/Mailgun/Messages/MessageBuilder.php | 2 +- tests/Lists/OptInHandlerTest.php | 2 +- tests/MailgunTest.php | 2 +- tests/MailgunTestCase.php | 2 +- tests/Messages/BatchMessageTest.php | 2 +- tests/Messages/ComplexMessageTest.php | 2 +- tests/Messages/MessageBuilderTest.php | 2 +- tests/Messages/StandardMessageTest.php | 2 +- tests/Mock/Mailgun.php | 2 +- 14 files changed, 26 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ac97b..57b2ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 2.3.2 + +### Fixed + +- When parsing an address in `MessageBuilder` we surround the recipient name with double quotes instead of single quotes. + +## 2.3.1 + +### Fixed + +- Make sure to reset the `MultipartStreamBuilder` after a stream is built. + ## 2.3.0 ### Added diff --git a/src/Mailgun/Connection/RestClient.php b/src/Mailgun/Connection/RestClient.php index 31c7b8b..b9533f9 100644 --- a/src/Mailgun/Connection/RestClient.php +++ b/src/Mailgun/Connection/RestClient.php @@ -1,4 +1,4 @@ -