Skip to content

Expanded sirenDidDetectNewVersionWithoutAlert method

Compare
Choose a tag to compare
@ArtSabintsev ArtSabintsev released this 11 Oct 23:55
· 381 commits to master since this release

Issue #168 & PR #171 (Thanks to @JussiSuojanen)

  • The sirenDidDetectNewVersionWithoutAlert(message:) type is now sirenDidDetectNewVersionWithoutAlert(message:updateType:). The updateType parameter represents the type of update (major, minor, patch, revision).

Due to issues with how @availabile(*unavailable) works in protocols, the original method was removed, instead of deprecated.