Releases: laravel-notification-channels/webpush
Releases · laravel-notification-channels/webpush
10.2.0
- Remove Google Cloud Messaging (GCM) configuration. This service does not exist anymore and web-push-php doesn't have support for it's successor (Firebase Cloud Messaging) either, so this isn't a breaking change.
10.1.0
- Allow to set WebPush automatic padding in config (#176)
10.0.0
- Adds support for Laravel 12, drops support for Laravel 9 and 10, drops support for PHP 8.1 (#208)
- Adds native types (#209) - if you override functions or implement interfaces of this package, please note that you might need to change method signatures
9.0.0
Update web-push library to v9. #204
8.0.0
- Added support for Laravel 11.
7.1.0
- Added support for Laravel 10.
7.0.0
- Upgrade web-push dependency #172.
6.0.0
- Added support for Laravel 9.
- Dropped support for Laravel < 8 and PHP < 8.
5.1.1
- Fixed action without icon #130.
5.1.0
- Added PHP 8.0 support #150.
- Added
NotificationSent
and NotificationFailed
events.
- Removed
Log::warning
from ReportHandler
.
- Switched to GitHub actions.