Skip to content

Releases: laravel-notification-channels/webpush

10.2.0

03 Mar 18:56
84cbb36
Compare
Choose a tag to compare
  • 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

27 Feb 10:11
2dc3fb2
Compare
Choose a tag to compare
  • Allow to set WebPush automatic padding in config (#176)

10.0.0

26 Feb 15:32
8eaebfe
Compare
Choose a tag to compare
  • 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

10 Jul 15:28
9ed3797
Compare
Choose a tag to compare

Update web-push library to v9. #204

8.0.0

16 Mar 05:37
6e7a605
Compare
Choose a tag to compare
  • Added support for Laravel 11.

7.1.0

14 Mar 11:20
b31f7d8
Compare
Choose a tag to compare
  • Added support for Laravel 10.

7.0.0

29 Mar 16:37
ed40628
Compare
Choose a tag to compare
  • Upgrade web-push dependency #172.

6.0.0

26 Jan 15:48
5e2d572
Compare
Choose a tag to compare
  • Added support for Laravel 9.
  • Dropped support for Laravel < 8 and PHP < 8.

5.1.1

08 Jan 15:12
Compare
Choose a tag to compare
  • Fixed action without icon #130.

5.1.0

08 Jan 14:57
Compare
Choose a tag to compare
  • Added PHP 8.0 support #150.
  • Added NotificationSent and NotificationFailed events.
  • Removed Log::warning from ReportHandler.
  • Switched to GitHub actions.