Skip to content
Closed
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
13 changes: 13 additions & 0 deletions content/docs/ios/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ The changelog for `SuperwallKit`. Also see the [releases](https://github.com/sup
- Fixes race condition relating to the user ID when upgrading from v3 of the SDK to v4.
- Fixes issue where the Superscript version hadn't been upgraded to 1.0.13 if installed via CocoaPods.

## 4.14.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Move 4.14.0 entry above 4.13.0

The changelog is organized in descending version order, but this commit inserts 4.14.0 after 4.13.0, which makes the newest release appear older than a previous one. That ordering mismatch can mislead readers and any tooling/process that assumes the first section is the latest release notes, so the new section should be placed before 4.13.0.

Useful? React with 👍 / 👎.


### Enhancements

- Adds prioritized campaign preloading. When a campaign is marked as prioritized in the dashboard, its paywalls are preloaded before all others.
- Adds Stripe checkout message handling for `stripe_checkout_start`, `stripe_checkout_submit`, `stripe_checkout_complete`, `stripe_checkout_fail`, and `stripe_checkout_abandon`.
- Adds SDK-side analytics tracking for Stripe checkout lifecycle events (`start`, `submit`, `complete`, `fail`) with `store` and `product_identifier` payload fields.

### Fixes

- Fixes issue with compiling on Xcode 26.4 beta.
- Fixes dashboard display of multiple active entitlements.

## 4.12.11

### 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.13.0"
version="4.14.0"
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.13.0"
version="4.14.0"
repoUrl="https://github.com/superwall/Superwall-iOS"
/>