Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/docs/ios/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ description: "Release notes for the Superwall iOS SDK"

# CHANGELOG

## 4.14.1

### Enhancements

- Localizes all alerts into 41 languages.
- Makes sure to refresh free trial eligibility on every paywall open.

### Fixes

- Makes `device.isSandbox` more reliable.
- Fixes the web restore alert not showing the "Yes" action button and "Cancel" incorrectly triggering the restore action.
- Fixes a rare issue where a user's subscription could remain active after a refund, preventing paywalls from being shown.
- Fixes trial eligibility for Stripe paywalls and tracks `freeTrial_start`.
- Fixes an issue where `transaction_complete` could be missing transaction information when a crossgrade occurred while using a purchase controller.
- Fixes terminated webviews refreshing in a loop on low RAM devices.

## 4.14.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion content/docs/ios/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ If you have feedback on any of our docs, please leave a rating and message at th
If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/superwall-ios/issues).

<SdkLatestVersion
version="4.14.0"
version="4.14.1"
repoUrl="https://github.com/superwall/Superwall-iOS"
/>
2 changes: 1 addition & 1 deletion content/docs/ios/sdk-reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ If you have feedback on any of our docs, please leave a rating and message at th
If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/superwall-ios/issues).

<SdkLatestVersion
version="4.14.0"
version="4.14.1"
repoUrl="https://github.com/superwall/Superwall-iOS"
/>
Loading