webpush-bundle

Symfony Bundle: Send WebPush Notifications to your users.

MIT License

Downloads
175.8K
Stars
65
Committers
10
webpush-bundle - 0.12 Latest Release

Published by bpolaszek 5 months ago

This release drops support for old PHP / Symfony versions.

What's Changed

Full Changelog: https://github.com/bpolaszek/webpush-bundle/compare/0.11...0.12

webpush-bundle - 0.11

Published by bpolaszek over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bpolaszek/webpush-bundle/compare/0.10...0.11

webpush-bundle - Bump min PHP version to 8.1

Published by bpolaszek over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bpolaszek/webpush-bundle/compare/0.9...0.10

webpush-bundle - PHP8.2 + minishlink/web-push v7 compatibility

Published by bpolaszek about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bpolaszek/webpush-bundle/compare/0.8...0.9

webpush-bundle - SF6 Compatibility

Published by bpolaszek over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bpolaszek/webpush-bundle/compare/0.7.1...0.8

webpush-bundle - 0.7.1

Published by bpolaszek over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bpolaszek/webpush-bundle/compare/0.7...0.7.1

webpush-bundle - Update packages

Published by bpolaszek about 3 years ago

Thanks @silvioq for keeping the composer.json up-to-date.

webpush-bundle - Fix SF 4.4+ / 5+ compatibility

Published by bpolaszek over 4 years ago

webpush-bundle - Breaking changes

Published by bpolaszek almost 6 years ago

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 of PushNotification
  • Changed bundle configuration
  • New PushMessageSender class.
  • Added tests + travis (still need some more coverage)
webpush-bundle - Fix Symfony 4.1

Published by bpolaszek over 6 years ago