Releases: bpolaszek/webpush-bundle
Releases · bpolaszek/webpush-bundle
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
Breaking changes
Many breaking changes from 0.3 to 0.4:
- Changed some class names / namespaces
- Removed JS files in favor of a dedicated standalone component webpush-client
- Ajax payload now expects
{"subscription": {Subscription object}, "options": {Options object}"}
- Added
UserSubscriptionInterface::getContentEncoding()
method - Changed
UserSubscriptionManagerInterface::hash()
signature - Removed
Notification
value object in favor ofPushNotification
- Changed bundle configuration
- New
PushMessageSender
class. - Added tests + travis (still need some more coverage)
Fix Symfony 4.1
0.3.3 Hotfix - SF 4.1 compatiblity