You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,20 @@ CHANGELOG
4
4
5.1.0
5
5
-----
6
6
7
-
* The `EmailRecipientInterface`with `getEmail():string` methods was introduced.
7
+
* The `EmailRecipientInterface`and `RecipientInterface` were introduced.
8
8
* Added `email` and and `phone` properties to `Recipient`.
9
-
*The `Recipient` now implements `EmailRecipientInterface` and `SmsRecipientInterface`.
10
-
* The `NoRecipient` now implements `EmailRecipientInterface` and `SmsRecipientInterface`.
11
-
*[BC BREAK] Changed the type-hint of the `$recipient` argument in the `as*Message()` of the `EmailNotificationInterface` and `SmsNotificationInterface` to `EmailRecipientInterface` and `SmsRecipientInterface`.
9
+
*[BC BREAK] Changed the type-hint of the `$recipient` argument in the `as*Message()`
10
+
of the `EmailNotificationInterface` and `SmsNotificationInterface` to `EmailRecipientInterface`
11
+
and `SmsRecipientInterface`.
12
12
*[BC BREAK] Removed the `AdminRecipient`.
13
-
* The `RecipientInterface` was introduced.
14
13
* The `EmailRecipientInterface` and `SmsRecipientInterface` now extend the `RecipientInterface`.
15
-
* The `EmailRecipient` and `SmsRecipient` was introduced
16
-
*[BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`, `Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to `RecipientInterface`.
14
+
* The `EmailRecipient` and `SmsRecipient` were introduced.
15
+
*[BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`,
16
+
`Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to
17
+
`RecipientInterface`.
17
18
* Changed `EmailChannel` to only support recipients which implement the `EmailRecipientInterface`.
18
19
* Changed `SmsChannel` to only support recipients which implement the `SmsRecipientInterface`.
19
-
* Added the Mattermost notifier bridge
20
+
* Added the Mattermost notifier bridge.
20
21
*[BC BREAK] The `ChatMessage::fromNotification()` method's `$recipient` and `$transport`
21
22
arguments were removed.
22
23
*[BC BREAK] The `EmailMessage::fromNotification()` and `SmsMessage::fromNotification()`
0 commit comments