Releases: bpolaszek/webpush-bundle
Releases · bpolaszek/webpush-bundle
0.13.1
What's Changed
- Remove Implicitly nullable parameter declarations deprecations by @eneko-koraliving in #56
New Contributors
- @eneko-koraliving made their first contribution in #56
Full Changelog: 0.13...0.13.1
0.13
What's Changed
- doc(#45): Mention JWT sub claim matters by @121593 in #51
- chore: add Symfony 7 support by @mRoca in #52
- fix: add return type to
configuremethod ofWebPushGenerateKeysCommandby @easis in #53 - chore: update minishlink/web-push by @bpolaszek in #55
New Contributors
Full Changelog: 0.12...0.13
0.12
This release drops support for old PHP / Symfony versions.
What's Changed
- fix(#45): Add timeout to request by @121593 in #47
- maintenance : updated dependencies for security and PHP constraints by @encreinformatique in #50
Full Changelog: 0.11...0.12
0.11
Bump min PHP version to 8.1
What's Changed
- New configuration for github actions (#2) by @encreinformatique in #39
- Upgrade to PHP8.1. Fix PHP8.2 compatibility by @121593 in #41
New Contributors
- @encreinformatique made their first contribution in #39
- @121593 made their first contribution in #41
Full Changelog: 0.9...0.10
PHP8.2 + minishlink/web-push v7 compatibility
What's Changed
- Fixed PHP Deprecations (ArrayAccess interface) by @svenpet90 in #36
- Updated minishlink/web-push to 7.0 by @easis in #37
New Contributors
- @svenpet90 made their first contribution in #36
- @easis made their first contribution in #37
Full Changelog: 0.8...0.9
SF6 Compatibility
0.7.1
What's Changed
- Fixed Symfony 5.4 LTS deprecations by @hardanders-dev in #30
- Fix: output sanitization by @bpolaszek in #33
New Contributors
- @hardanders-dev made their first contribution in #30
Full Changelog: 0.7...0.7.1
Update packages
Thanks @silvioq for keeping the composer.json up-to-date.
Fix SF 4.4+ / 5+ compatibility
0.6 Fix Symfony4/5 compatibility + Fix CS