Skip to content

Tags: web-push-libs/web-push-php

Tags

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: convert contentEncoding to typesafe enum (#423)

* feat: convert contentEncoding to typesafe enum

* Fix typo in Subscription.php comments

---------

Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: drop php8.1; add php8.5 (#435)

* chore!: drop php8.1; add php8.5

* increase required `web-token/jwt-library` to "^3.4.9|^4.0.6"
* drop phpunit10; add phpunit12; show notices and deprecations
* migrate php-cs-fixer config; apply auto migrations
* update Github Actions

* chore: migrations for php8.5

* remove deprecated `curl_close`
* remove deprecated param `key_length` for `openssl_pkey_derive`

v9.0.4

Toggle v9.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: option for concurrency not working (#426)

option name seems to be accidentally renamed

v9.0.3

Toggle v9.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add contentType option (#433)

* Added contentType option to Notification

* Added contentType option to WebPush

* Updated README

v9.0.2

Toggle v9.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix private VAPID key padding (#414)

v9.0.1

Toggle v9.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Exception type mismatch in rejected callback (#410)

Fixes #409

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: allow jwt-library v4 (#404)

* chore: allow jwt-library v4

* Update composer.json

---------

Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>

v9.0.0-rc2

Toggle v9.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test for base64 backward compatibility (#400)

* Base64 tests

* Fix test

---------

Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>

v9.0.0-rc1

Toggle v9.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace `spomky-labs/base64url` with `paragonie/constant_time_encodin…

…g` (#397)

* Replace `spomky-labs/base64url` with `paragonie/constant_time_encoding`

* Directly using the `Base64UrlSafe` class

* Add composer package `paragonie/constant_time_encoding`

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop eol php 7 (#361)

* Drop eol php 7.3 7.4

* Add php 8.2 to Github tests

* test with disabled `gmp` extension

* Add extension suggestion to composer

* Remove outdated php 7.x code