Skip to content

Releases: ArtSabintsev/Siren

Backported to iOS 13 (for CocoaPods users)

17 May 18:40
Compare
Choose a tag to compare

Forgot to update the podspec in 6.1.1. All good now.

Backported to iOS 13

17 May 18:35
Compare
Choose a tag to compare
  • #411: Thanged minimum supported version to IOS 13 now that aysnc/await works with older version. (Thanks to @blerdfoniqi)

Quality of Life Enhancements

21 Sep 03:11
Compare
Choose a tag to compare
  • #404: Custom Bundle Identifiers can now be passed into the wail() method (thanks @developforapple)
  • #405: Fixes a very old bug respecting the skipped version flag even if the app was remotely triggered to change the siren setting to be a .force update (via some config file). (thanks @aburgel)

Edge Case Fix for App Update Modal when Launched via Notification Center

02 Jun 04:18
Compare
Choose a tag to compare
  • #397 & #396: Fixes a very specific edge case scenario around having the update dialog not appear if the user is launching the app via a notification center. If in this scenario the update modal is scheduled to appear, it wouldn't appear in the past. With this fix, it now appears. Thanks to @keyboardseokmin for discovering this issue and submitting the fix.

Croatian Localization Updates

20 May 01:02
Compare
Choose a tag to compare
  • Fixed the Croatian localization (thanks @agale92)
  • Fixed the testing bundle

Added language parameter to APIManager

24 Mar 00:44
Compare
Choose a tag to compare

Thanks to @kientux for this change.

iOS 15 & Swift 5.5 Support

17 Sep 05:02
Compare
Choose a tag to compare

#375

  • Changes min deployment version to iOS 15
  • Changes networking call to use async/await
    • This is the only technical change and it requires a minimum iOS version bump.

If you are supporting older versions of iOS, please use Siren version 5.8.1 (also found on branch swift5.4), which targets

  • Swift 5.4
  • iOS 13+.

Fixed Turkish localization

19 Jan 04:44
Compare
Choose a tag to compare

Added tvOS Support. Bumped minimum version to 13.0 for iOS/tvOS

17 Jan 01:49
Compare
Choose a tag to compare
  • Bumped minimum version of iOS to 13.0 since < 2% are below that version.
  • Merged in #360 which adds support for pinging the App Store on tvOS apps running at least tvOS 13 (thanks to @frydiggity)

Code Simplification

21 Dec 16:25
Compare
Choose a tag to compare

I simplified the code in Bundle+Extension.swift around the change made in Swift 5.7.0.