Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 3.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.1.2 - 2018-10-16

Added

  • Allow to set notification's priority, visibility and importance options on Android, @lorenc-tomasz aaf2d19 #854
  • Added the "old" GCM listener to get compatibility with GCM back, @zo0r 3bd0b6f #835
  • Allow configuring notification channel and color through manifest, @Truebill f7b4759 #822

Fixed

3.1.1 - 2018-07-31

Added

  • Android Oreo support (SDK >= 26) (PR #657)
  • Firebase (FCM) Support (PR #717)
  • Twilio support (PR #744)
  • clearLocalNotification (PR #711)

Fixed

  • checkPermissions (PR #721)
  • Remove default alert for silent push (PR #707)