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

Releases: zendframework/ZendService_Apple_Apns

ZendService_Apple_Apns 1.4.1

14 Mar 17:20
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #66 fixes the schemes used for feedback notification URLs, to ensure they
    reference tlsv1.2 specifically.

ZendService_Apple_Apns 1.4.0

13 Mar 16:38
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #65 changes the URI schemes used to push messages from tls to tlsv1.2 due
    to a change in TLS versions supported by the endpoints.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

ZendService_Apple_Apns 1.3.1

07 Feb 18:11
Compare
Choose a tag to compare

Added

  • #64 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

ZendService_Apple_Apns 1.3.0

08 May 18:46
Compare
Choose a tag to compare

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.

release-1.2.0

09 Dec 22:59
Compare
Choose a tag to compare

Added

  • #36
    Conection failures now raise a RuntimeException to allow you to catch
    stream_socket_client(): SSL: Connection reset by peer warnings.
  • #39 Add
    safari push support

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

release-1.1.2

09 Dec 22:30
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #40 Add
    missing return $this

release-1.1.1

14 Oct 03:09
Compare
Choose a tag to compare

1.1.1 - 2015-10-13

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #38 Fix
    apns error response when sending a message.
  • #34 Fixed
    unit tests execution on travis

release-1.1.0

29 Jul 13:36
Compare
Choose a tag to compare

1.1.0 - 2015-07-29

Added

  • #27 Adds in
    ANS category support.
  • #29 Add in
    ANS title, title-loc-key and title-loc-args.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #26 Fixes a
    possible infinity fread in certain PHP versions.
  • #28 Fixed docblocks
    that prevented proper code completion in some editors.
  • #29 Force
    TLS vs. SSL due to Apple moving to TLS.

release-1.0.4

18 Jul 10:48
release-1.0.4
Compare
Choose a tag to compare