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 5ae300c commit 4328a6cCopy full SHA for 4328a6c
CHANGELOG.md
@@ -2,6 +2,25 @@
2
3
All Notable changes to `laravel-notification-channels/webpush` will be documented in this file
4
5
+## 5.1.0 - 2021-01-08
6
+
7
+- Added PHP 8.0 support [#150](https://github.com/laravel-notification-channels/webpush/pull/150)
8
+- Added `NotificationSent` and `NotificationFailed` [events](/src/Events).
9
+- Removed `Log::warning` from `ReportHandler`.
10
+- Switched to GitHub actions.
11
12
+## 5.0.3 - 2020-08-19
13
14
+- Laravel 8.0 compatibility
15
16
+## 5.0.2 - 2020-03-05
17
18
+- Laravel 7.0 compatibility
19
20
+## 5.0.1 - 2020-01-24
21
22
+- Added the icon parameter to the action method.
23
24
## 5.0.0 - 2019-09-06
25
26
- Laravel 6.0 compatibility
0 commit comments