Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

54 lines (37 loc) · 3.7 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.3] - 2019-05-25

Fixed

  • Fix Configuration 'compile' is obsolete and has been replaced with 'implementation' and Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation'. It will be removed at the end of 2018. #1106

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)