Skip to content

Latest commit

 

History

History
141 lines (75 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

141 lines (75 loc) · 2.58 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

3.0.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.0.0 - 2020-02-01

Added

  • Nothing.

Changed

  • Drop Support 7.4 previous versions
  • Change array_key_exists to isset

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.1.1 - 2019-02-07

Added

  • #37 adds support for PHP 7.3.

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

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.1.0 - 2018-05-08

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.

2.0.0 - 2017-01-17

Added

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

Deprecated

  • Nothing.

Removed

  • Nothing.

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

1.0.3 - 2015-10-13

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #12 - Updated GCM URL.