Skip to content

Commit

Permalink
Release 18.12.1 (#3269)
Browse files Browse the repository at this point in the history
Co-authored-by: crow <david.crow@airship.com>
  • Loading branch information
crow and crow authored Nov 6, 2024
1 parent d30c37c commit 86f441d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ final class MessageCenterListTest: XCTestCase {
let saved = await self.inbox.message(forID: messages.first!.id)
XCTAssertNotNil(saved)

self.date.advance(by: 1)
try await Task.sleep(nanoseconds: 1 * NSEC_PER_SEC)

XCTAssertEqual(3, self.workManager.workRequests.count)
}
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

# iOS Changelog

## Version 18.12.0 November 5, 2024
Patch release that resolves an issue with Firebase integrations in React Native and Flutter.
## Version 18.12.1 November 6, 2024
Patch release that resolves an issue with Firebase integrations in React Native and Flutter and an issue with opt-in checks when `requestAuthorizationToUseNotifications` is set to false.

### Changes
- Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
- Fixed opt-in check permissions querying when `requestAuthorizationToUseNotifications` is set to false.

## Version 18.12.0 November 1, 2024
Minor release with several enhancements to Scenes.
Expand Down

0 comments on commit 86f441d

Please sign in to comment.