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
3 changes: 2 additions & 1 deletion docs/tools/paywalls/change-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Notable releases & fixes related to Paywalls.

| Date | Description |
| :----------------- | :---------- |
| January 8, 2026 | Revert adding exit offers support |
| January 7, 2026 | React Native 9.6.12, Flutter 9.10.1, KMP 2.2.14+17.25.0, Capacitor 11.3.2, Unity 8.4.12: Added support for exit offers in hybrid SDKs. [Learn more](https://www.revenuecat.com/docs/tools/paywalls/displaying-paywalls#exit-offers) |
| December 24, 2025 | iOS 5.52.0, Android 9.18.0: Added support for exit offers, allowing you to present an alternative offer when users attempt to dismiss a paywall. [Learn more](https://www.revenuecat.com/docs/tools/paywalls/displaying-paywalls#exit-offers) |
| November 20, 2025 | Added validation for button action types when importing from Figma. Invalid action types now default to `navigate_back` to prevent paywall validation errors. [Learn more](https://www.revenuecat.com/docs/tools/paywalls/creating-paywalls#importing-from-figma) |
Expand Down Expand Up @@ -66,4 +67,4 @@ Notable releases & fixes related to Paywalls.
| February 17, 2025 | Beta launch of Paywalls v2 on Android, React Native, Flutter, and KMP |
| February 13, 2025 | Updated the editor phone preview size to match 6.1" iPhones. |
| February 12, 2025 | [iOS 5.17.0](https://github.com/RevenueCat/purchases-ios/pull/4783): Fixed abbreviated variables for periods of >1 unit (e.g. 3 months), fixed locale lookup issues with `zh-Hans` and `zh-Hant`, fix purchase event callbacks not being executed. |
| January 30, 2025 | Beta launch of Paywalls v2 on iOS |
| January 30, 2025 | Beta launch of Paywalls v2 on iOS |
5 changes: 0 additions & 5 deletions docs/tools/paywalls/displaying-paywalls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,6 @@ Exit offers will **not** work if you manually embed paywall views/components in
| :------------ | :-------------- |
| iOS | 5.52.0+ |
| Android | 9.18.0+ |
| React Native | 9.6.12+ |
| Flutter | 9.10.1+ |
| KMP | 2.2.14+17.25.0+ |
| Capacitor | 11.3.2+ |
| Unity | 8.4.12+ |

## Changes from legacy Paywalls

Expand Down