Skip to content

Release 1.2.2

Latest

Choose a tag to compare

@GitToTheHub GitToTheHub released this 12 Oct 10:08
· 1 commit to master since this release

iOS

  • Ignore deprecation warning about using UNNotificationPresentationOptionAlert
    • XCode could give a deprecation warning about using UNNotificationPresentationOptionAlert which is deprecated since iOS 14. The code is already written in such a way that it can only be used on iOS 13 and older versions. So ignore the deprecation warning.

Common

  • Add plugin method getDefaults back
    • The getDefaults method was accidentally removed in version 1.1.0
    • Thanks to @randnetdd who reported this issue
    • Fixes #2088