Releases: edamov/pushok
Releases · edamov/pushok
Add getDeviceToken method in response interface
0.14.1 Merge pull request #151 from gaowei-space/fix_apns_res_interface_func…
Add 'interruption-level' to Payload
Add support for the interruption-level key into the Payload object, allowing the sending of 'time-sensitive' and 'critical' push notifications. Also fix some PSR errors encountered when running composer check-style
Set array or json string as Alert
Merge pull request #131 from KoIIIeY/patch-1 Update Payload.php. Add ability to set array and json string as Alert
Dynamic CURL options
Merge pull request #110 from tobiasbambullis/fix/dynamic-curl-options feat/dynamic curl options
PHP 8 Support
Merge pull request #120 from sicaboy/master PHP 8 Support
Add Support For Critical Notification Sound
Merge pull request #116 from lucadegasperi/master Add Support For Critical Notification Sound
Added support for the url-args field of Safari notifications
Safari notifications support (#115) * Added support for the url-args field of Safari notifications.
Fix for CURLMOPT_MAX_HOST_CONNECTIONS
Merge pull request #107 from wyrmling/master quick fix for CURLMOPT_MAX_HOST_CONNECTIONS
Define missing CURL constant
Set a correct apns-topic value based on a push type (voip, complication, fileprovider)
Add pushType tests. Cleaning and refactoring