We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d892d commit 763a592Copy full SHA for 763a592
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All Notable changes to `laravel-notification-channels/webpush` will be documented in this file
4
5
+## 4.0.0 - 2019-07-28
6
+
7
+- Upgraded to [minishlink/web-push](https://github.com/web-push-libs/web-push-php/releases) to v5
8
+- Added `WebPushMessage::options()`
9
+- Added [ReportHandler](/src/ReportHandler.php) to handle notification sent reports.
10
+- Added options for customizing the model, table and connection.
11
+- Added polymorphic relation. `HasPushSubscriptions` can now be used on any model.
12
13
## 3.0.0 - 2017-11-15
14
15
- Removed `id` and `create` methods from `WebPushMessage`.
0 commit comments