Skip to content

Releases: ricwein/PushNotifications

3.0.1

12 Nov 10:29
ef56989
Compare
Choose a tag to compare
set content-length header in FCM requests

3.0

03 May 08:08
911de16
Compare
Choose a tag to compare
3.0
  • replaces custom APNS logic with 'Pushok' package

BREAKING CHANGES:

  • upgrades to php8.0
  • removes deprecated APNSBinary Handler
  • refactored APNS constructor to: new Handler\APNS(AuthProviderInterface $token, string $environment = Config::ENV_PRODUCTION)

2.4.7: Merge pull request #1 from mackrais-organization/master

30 Mar 10:06
5874f84
Compare
Choose a tag to compare

2.4.6

02 Oct 08:13
caeae16
Compare
Choose a tag to compare
updates README and fixes parameter order in FCM()

2.4.5

30 Sep 12:18
a4083f8
Compare
Choose a tag to compare
flags APNS "Unregistered" error as invalid device token

2.4.4

29 Sep 13:49
cf0adde
Compare
Choose a tag to compare
fixes curl options building with array_merge...

2.4.3

29 Sep 13:17
eceb384
Compare
Choose a tag to compare

support composer/ca-bundle package for easier CA-Certificate system handling
-> installing the package with composer require composer/ca-bundle is enough and APNS/FCM Handlers will automagically use it

2.4.2

29 Sep 10:57
7648f98
Compare
Choose a tag to compare
adds ResponseReasionException::isRateLimited():bool

2.4.1

29 Sep 10:20
ebf2968
Compare
Choose a tag to compare
adds more FCM error types to ResponseReasonException

critical bugfix update

29 Sep 09:37
1cde111
Compare
Choose a tag to compare

Fixes a critical bug, where some FCM messages where send again, if a unrelated FCM message failed in the same bulk.