2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file, in reverse chronological order by release.
2.1.1 - 2019-02-07
Added
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
Fixed
- #18 adds a
Content-Lengthheader with the message length prior to sending messages to GCM; this fixes 411 errors previously observed.
2.0.0 - 2017-01-17
Added
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.