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

ZendService_Google_Gcm 2.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 May 19:16
· 9 commits to master since this release

Added

  • #35 adds support for PHP 7.1 and 7.2.

  • #13 adds constants mapping to common GCM error codes as ZendService\Gcm\Response::ERROR_*.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #35 removes support for PHP 5.5.

  • #35 removes support for HHVM.

Fixed

  • #18 adds a Content-Length header with the message length prior to sending
    messages to GCM; this fixes 411 errors previously observed.