Skip to content

Releases: laravel-notification-channels/webpush

10.3.0

18 Nov 19:07
393c05a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.2.0...10.3.0

10.2.0

03 Mar 18:56
84cbb36

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

Choose a tag to compare

  • Allow to set WebPush automatic padding in config (#176)

10.0.0

26 Feb 15:32
8eaebfe

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

Choose a tag to compare

Update web-push library to v9. #204

8.0.0

16 Mar 05:37
6e7a605

Choose a tag to compare

  • Added support for Laravel 11.

7.1.0

14 Mar 11:20
b31f7d8

Choose a tag to compare

  • Added support for Laravel 10.

7.0.0

29 Mar 16:37
ed40628

Choose a tag to compare

  • Upgrade web-push dependency #172.

6.0.0

26 Jan 15:48
5e2d572

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

Choose a tag to compare

  • Fixed action without icon #130.