Prepare for release 2.3.2 (#352)

* Style fixes

* Added changelog
This commit is contained in:
Tobias Nyholm 2017-05-16 15:20:33 +02:00 committed by GitHub
parent 91f96bad3e
commit 487c1edd77
14 changed files with 26 additions and 14 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun
@ -70,7 +70,7 @@ class Mailgun
*
* @internal Use Mailgun::configure or Mailgun::create instead.
*/
public /* private */ function __construct(
public function __construct(
$apiKey = null, /* Deprecated, will be removed in 3.0 */
HttpClient $httpClient = null,
$apiEndpoint = 'api.mailgun.net', /* Deprecated, will be removed in 3.0 */

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun

View File

@ -1,4 +1,4 @@
<?PHP
<?php
/*
* Copyright (C) 2013-2016 Mailgun