This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
ZendService_Apple_Apns 1.3.0
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)
andgetAction()
.
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
Fixed
-
#49 fixes how
Message::getPayload()
andMessage::getPayloadJson()
create a
representation of theaps
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.