Skip to content

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

Tags

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 <[email protected]>

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 <[email protected]>

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

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v6.0.7

Toggle v6.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More precise typing on PHP 8.1 (#340)

* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility.

* Update tab to space.

* A different approach that works across all version.

v6.0.6

Toggle v6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add #[\ReturnTypeWillChange] attribute for PHP 8.x compatibility. (#339)

* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility.

* Update tab to space.

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handling ConnectException (#299)

* Handling ConnectException

* Syntax changes

Co-authored-by: Louis Lagrange <[email protected]>