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

Releases: zendframework/ZendService_Google_Gcm

ZendService_Google_Gcm 2.1.1

07 Feb 18:07
Compare
Choose a tag to compare

Added

  • #37 adds support for PHP 7.3.

  • #38 adds support for zend-json v3 releases.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

ZendService_Google_Gcm 2.1.0

08 May 19:16
Compare
Choose a tag to compare

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.

Release 2.0.0

17 Jan 14:12
Compare
Choose a tag to compare

2.0.0 - 2017-01-17

Added

  • #27 PSR-4 schema
  • #27 PHP >= 5.5 & 7
  • #20 Notification and priority parameters for FCM

Fixed

  • #27 Fix travis CI integration
  • #27 Fix coding style (use ::class and short arrays)
  • #27 Fix docblocks for IDE integration
  • #20 Change endpoint to FCM

release-1.0.3

14 Oct 03:21
Compare
Choose a tag to compare

1.0.3 - 2015-10-13

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #12 -
    Updated GCM URL.