Skip to content

Releases: bpolaszek/webpush-bundle

0.12

22 May 15:10
19b49b3
Compare
Choose a tag to compare

This release drops support for old PHP / Symfony versions.

What's Changed

Full Changelog: 0.11...0.12

0.11

13 Jul 07:57
8a2e1fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10...0.11

Bump min PHP version to 8.1

25 Apr 13:56
f289614
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9...0.10

PHP8.2 + minishlink/web-push v7 compatibility

25 Aug 05:35
1f68fa9
Compare
Choose a tag to compare

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

Full Changelog: 0.8...0.9

SF6 Compatibility

13 Mar 10:00
ce2b82e
Compare
Choose a tag to compare

What's Changed

  • Fix SF6.0 compatibility by @zogs in #35

New Contributors

  • @zogs made their first contribution in #35

Full Changelog: 0.7.1...0.8

0.7.1

28 Feb 10:13
2ef24c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7...0.7.1

Update packages

11 Oct 20:03
038601b
Compare
Choose a tag to compare

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

Fix SF 4.4+ / 5+ compatibility

07 May 06:59
Compare
Choose a tag to compare
0.6

Fix Symfony4/5 compatibility + Fix CS

Breaking changes

14 Nov 12:01
Compare
Choose a tag to compare

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)

Fix Symfony 4.1

04 Jun 13:22
0c333f4
Compare
Choose a tag to compare
0.3.3

Hotfix - SF 4.1 compatiblity