Releases: edamov/pushok
Releases · edamov/pushok
Fix bugs
Fix test
New Header `apns-push-type` to support iOS 13
Merge pull request #66 from lucadegasperi/patch-1 New Header to support iOS 13
APNS Topic Support for Certificate Integrations
Merge pull request #65 from hstrowd/apns-topic-support-for-certificates APNS Topic Support for Certificate Integrations
Fix certificate-based authentication
Merge pull request #64 from jredoules/authenticate_fix replace array_merge by array_replace
Supports Certificate-based authentication
0.6.0 Update README.md
Replace is_countable function for PHP versions 7.2 and 7.1
Replace is_countable function (#59) Fix #58
Fix jsonSerialize for Alert
0.5.1 Fix jsonSerialize for Alert (#57)
Fix for dropped notifications
- Fix dropped notifications issue
Use curl_multi_select() to block on active curl handles
Wait 1 millisecond if select() returns -1 while exec is running
Break apart loops for readability
-
Set minimum required PHP version equal to 7.1
-
Migrate to web-token/jwt-framework
-
Remove custom docker image from CI build process
Update payload if condition with count according to php 7.2 version
0.4.3 Update payload if condition with count according to php 7.2 version (…