Releases: ricwein/PushNotifications
Releases · ricwein/PushNotifications
3.0.1
12 Nov 10:29
Compare
Sorry, something went wrong.
No results found
set content-length header in FCM requests
3.0
03 May 08:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor Bugfixes in FCM Handler
2.4.6
02 Oct 08:13
Compare
Sorry, something went wrong.
No results found
updates README and fixes parameter order in FCM()
2.4.5
30 Sep 12:18
Compare
Sorry, something went wrong.
No results found
flags APNS "Unregistered" error as invalid device token
2.4.4
29 Sep 13:49
Compare
Sorry, something went wrong.
No results found
fixes curl options building with array_merge...
2.4.3
29 Sep 13:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
adds ResponseReasionException::isRateLimited():bool
2.4.1
29 Sep 10:20
Compare
Sorry, something went wrong.
No results found
adds more FCM error types to ResponseReasonException
critical bugfix update
29 Sep 09:37
Compare
Sorry, something went wrong.
No results found
Fixes a critical bug, where some FCM messages where send again, if a unrelated FCM message failed in the same bulk.