Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

ZendService_Apple_Apns 1.3.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 May 18:46
· 18 commits to master since this release

Added

  • #63 adds support for PHP 7.1 and 7.2.

  • #53 adds support for the mutable-content Notification field within the Message implementation.

  • #48 adds two new methods to ZendService\Apple\Apns\Message\Alert: setAction($key) and getAction().
    These allow specifying an action property for notifications.

Changed

  • #42 modifies the allowed character set for tokens to include uppercase A-F.

Deprecated

  • Nothing.

Removed

  • #63 removes support for PHP 5.3, 5.4, and 5.5.

  • #63 removes support for HHVM.

Fixed

  • #49 fixes how Message::getPayload() and Message::getPayloadJson() create a
    representation of the aps key when it is an empty value. With #18, the value was removed,
    which was incorrect; it is not rendered as an empty object.

  • #62 modifies the AbstractClient::connect() method such that it now
    restores the previous error handler after catching a socket-related connection exception.