Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Jun 27, 2019
1 parent eba5cfc commit 7a24ab9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@

All notable changes to `unsubscribable-notification` will be documented in this file

## 0.1.0 - 2019-06-21
## 1.0.0 - 2019-06-27

- Beta release
- Provides an extended MailChannel for notifications to handle subscriptions.
- Injects unsubscribe links into mail notifications based on the notifiable
implementing the `CanUnsubscribe` contract. Also has a `MailSubscriber` trait to
that implements the contract to work with a signed route for unsubscribing.
- Can add universal unsubscribe links as well as ones for a particular mailing list based
on the notification implementing the `AppliesToMailingList` contract.
- Has a controller to handle signed URLs for unsubscribing automatically. Can be disabled if
not required.
- Unsubscribing from a mailing list or all can be configured via the service provider.
- Provides events fired before and after unsubscribing has happened.
### Added

- MailChannel to block notifications for emails if the user has unsubscribed.
- Can generate signed URLs for a user unsubscribing from a mailing list or all mail notifications.
- Handles the unsubscribing process.

0 comments on commit 7a24ab9

Please sign in to comment.