- Added missing acknowledgement for readme fix in 16.3.0
- [Android] fixed issue 2136 where notifications on scheduled using older versions of the plugin (likely before the
androidAllowWhileIdleflag was added) could fail to work. This issue started occuring in 14.0 where support for inexact notifications was added using theScheduleModeenum that was added and resulted in the deprecation ofandroidAllowWhileIdle. A mechanism was added to help "migrate" old notifications that wouldn't have this flag so that it results in a notification scheduled with exact timing as per the old behaviour. Thanks to the PR from Ruchi Purohit. Note that this release is to include hotfix that was made as part of the 14.1.5 and 15.1.3 hotfix releases