Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 1.46 KB

changelog.md

File metadata and controls

41 lines (24 loc) · 1.46 KB

CHANGELOG

v0.1.9 Removed tokens

  • New database behavior
    • Devices with Unregistered tokens (application removed) are removed from database
    • Invalid tokens are removed from database (for APNs HTTP2 and GCM)

v0.1.8 Add image-type, image and notId fields for Android

  • New fields can be added to the notification for Android :
    • image-type : "circle"
    • image : path to the icon used in the app
    • notId : unique id of the notification (useful to distinguish them)

v0.1.7 Added Additional Fields

  • Fields can be optionally added to the notification payload

v0.1.6 Added Contexts

  • PushServer Parameters can be changed with contexts

v0.1.5 Add test acceptPush

  • If the UserDevice has the acceptPush property set to false, no notification sent

v0.1 First Dev release

  • 2 platforms supported : iOS (APNs) and Android (Google)

  • 2 APNs protocols supported : Legacy (binary package) and HTTP/2 API.

  • 1 Google protocol supported : GCM

  • Device model and NotificationBody class

  • DeviceManager class

  • Doctrine ORM natively supported

  • Automatic suppression of iOS invalid or expired token (for HTTP/2 API)