Releases: web-push-libs/web-push-php
Releases · web-push-libs/web-push-php
v6.0.5
08 Apr 15:25
Compare
Sorry, something went wrong.
No results found
PHP 8 doesn't throw notices anymore for openssl_pkey_free (thx @smujaddid !)
Fix error when HTTP call errored with a ConnectException instead of a RequestException (thx @rupamjbordoloi !) (see root cause )
v6.0.4
08 Apr 15:18
Compare
Sorry, something went wrong.
No results found
Methods are now protected so that users can customize more easily the client (thx @Kingdutch ) (see here for ReactPHP example)
v6.0.3
06 Nov 10:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
Added SubscriptionInterface (thx @BR0kEN- !)
v5.2.4
23 Mar 17:19
Compare
Sorry, something went wrong.
No results found
Encode VAPID key in URL-safe base64 (thx @vockalimo !)
v5.2.3
25 Feb 18:44
Compare
Sorry, something went wrong.
No results found
Removed var_dump that could be triggered in case of encryption error (thx @zmotso !)
v5.2.2
23 Feb 19:39
Compare
Sorry, something went wrong.
No results found
Don't include VAPID headers if there are no content encoding in the subscription