From 469e41e210bf0e7c804220e0610b1671738200a1 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sun, 4 Feb 2018 20:10:43 +0100 Subject: [PATCH 1/3] Updated changelog --- Changelog.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index c95c981..05ada57 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,17 +2,30 @@ The change log describes what been "Added", "Removed", "Changed" or "Fixed" between versions -### Unreleased +## Unreleased + +## 1.0.0-beta1 + +### Added + +- All exception implements `Stampie\ExceptionInterface` + +### Changed -- The `setHttpClient`, `setServerToken` and `getServerToken` methods have been removed from `Stampie\MailerInterface`. - The `Stampie\MailerInterface::send` method no longer return a boolean. Errors are now reported using exceptions that implements `Stampie\ExceptionInterface`. As core mailers were already throwing exceptions when sending a message, the BC break impact is limited. - The `SendGrid` mailer is updated to version 3. Please update your token. +- We use PSR4 instead of PSR0 for auto loading. + +### Removed + +- The `setHttpClient`, `setServerToken` and `getServerToken` methods have been removed from `Stampie\MailerInterface`. +- `Response` and `ResponseInterface` has been removed in favor of PSR7 - `SendGrid::setServerToken()` was removed. Use constructor instead. -### 1.0.0-alpha2 +## 1.0.0-alpha2 - Allow more special characters in password -### 1.0.0-alpha1 +## 1.0.0-alpha1 - Replaced our HTTP Adapters with HTTPlug. \ No newline at end of file From 86b2686d859092bba6fad399935da758a5b7949c Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 5 Feb 2018 08:56:47 +0100 Subject: [PATCH 2/3] typos --- Changelog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 05ada57..5fb02bf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,18 +8,18 @@ The change log describes what been "Added", "Removed", "Changed" or "Fixed" betw ### Added -- All exception implements `Stampie\ExceptionInterface` +- All exception implements `Stampie\ExceptionInterface`. ### Changed - The `Stampie\MailerInterface::send` method no longer return a boolean. Errors are now reported using exceptions that implements `Stampie\ExceptionInterface`. As core mailers were already throwing exceptions when sending a message, the BC break impact is limited. - The `SendGrid` mailer is updated to version 3. Please update your token. -- We use PSR4 instead of PSR0 for auto loading. +- We use PSR.4 instead of PSR-0 for auto loading. ### Removed - The `setHttpClient`, `setServerToken` and `getServerToken` methods have been removed from `Stampie\MailerInterface`. -- `Response` and `ResponseInterface` has been removed in favor of PSR7 +- `Response` and `ResponseInterface` has been removed in favor of PSR-7. - `SendGrid::setServerToken()` was removed. Use constructor instead. ## 1.0.0-alpha2 @@ -28,4 +28,4 @@ The change log describes what been "Added", "Removed", "Changed" or "Fixed" betw ## 1.0.0-alpha1 -- Replaced our HTTP Adapters with HTTPlug. \ No newline at end of file +- Replaced our HTTP Adapters with HTTPlug. From 045ceb6c3c0e7c10b8172c79333384627caea8e9 Mon Sep 17 00:00:00 2001 From: Fabien Bourigault Date: Mon, 5 Feb 2018 09:28:55 +0100 Subject: [PATCH 3/3] more typos --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5fb02bf..0335170 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,7 +14,7 @@ The change log describes what been "Added", "Removed", "Changed" or "Fixed" betw - The `Stampie\MailerInterface::send` method no longer return a boolean. Errors are now reported using exceptions that implements `Stampie\ExceptionInterface`. As core mailers were already throwing exceptions when sending a message, the BC break impact is limited. - The `SendGrid` mailer is updated to version 3. Please update your token. -- We use PSR.4 instead of PSR-0 for auto loading. +- We use PSR-4 instead of PSR-0 for auto loading. ### Removed @@ -24,7 +24,7 @@ The change log describes what been "Added", "Removed", "Changed" or "Fixed" betw ## 1.0.0-alpha2 -- Allow more special characters in password +- Allow more special characters in password. ## 1.0.0-alpha1