Skip to content

Releases: web-push-libs/web-push-php

v6.0.3

06 Nov 10:15
8911bad
Compare
Choose a tag to compare
  • Fixes creating local key in pure PHP with BigInteger when openssl local key creation fails (#304 #301) (thx @Spomky @rfool)

v6.0.2

29 Sep 04:40
eddd95c
Compare
Choose a tag to compare

You might want to use v5 since the encryption sometimes fails on certain machines. @Spomky is currently looking at this.

v6.0.1

13 Sep 05:04
bbbd3e1
Compare
Choose a tag to compare
  • Support Guzzle 7 (and thus Laravel 8) (thx @martijnb92!) : a specific PR to decouplate web-push-php from Guzzle and use psr/http-client is most welcome 🙏🏻
  • Hotfix for encryption (thx @Spomky!)

v6.0.0

02 Aug 10:27
50e38b9
Compare
Choose a tag to compare
  • [Breaking Change] New API : sendOneNotification and queueNotification (see Usage in README)
  • [Breaking Change] PHP 7.2+ is now required
  • Upgrade web-token dependency (thx @baer95!)
  • Remove deprecated GCM auth support (thx @BR0kEN-!)

v5.2.5

02 Aug 09:29
Compare
Choose a tag to compare
  • Added SubscriptionInterface (thx @BR0kEN-!)

v5.2.4

23 Mar 17:19
Compare
Choose a tag to compare
  • Encode VAPID key in URL-safe base64 (thx @vockalimo!)

v5.2.3

25 Feb 18:44
Compare
Choose a tag to compare
  • Removed var_dump that could be triggered in case of encryption error (thx @zmotso!)

v5.2.2

23 Feb 19:39
Compare
Choose a tag to compare
  • Don't include VAPID headers if there are no content encoding in the subscription

v5.2.1

23 Feb 17:17
851faf0
Compare
Choose a tag to compare
  • FCM now supports AES128GCM on fcm/send endpoints, so the endpoint is no longer replaced with wp

v5.2.0

23 Feb 16:27
7150ba0
Compare
Choose a tag to compare
  • added ability to cache VAPID headers in a request (thx @javiermarinros!)
  • enhanced message reporting (thx @t1gor!)
  • made flush really async (thx @marcvdm!)
  • fixed an encryption error that would occur when using the new subscription structure with a contentEncoding (thx @soerenuhrbach!)
  • fixed an error that would occur if network request failed (thx @steffenweber!)
  • fixed some static errors