Skip to content

Commit 2a08925

Browse files
committed
Add the "What's new" section
1 parent 2b1b1b8 commit 2a08925

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ const config = {
140140
type: "docSidebar",
141141
sidebarId: "APISidebar",
142142
},
143+
{
144+
label: "What's new",
145+
position: "left",
146+
href: "/whats-new"
147+
},
143148
{
144149
label: "Support Forum",
145150
position: "left",
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "What's new"
3+
description: "Stay updated with the latest features and improvements in Adapty"
4+
metadataTitle: "What's New in Adapty | Latest Features & Updates"
5+
---
6+
7+
Discover the latest features, improvements, SDK updates, and documentation enhancements that help you optimize your app's monetization strategy. This page highlights the most important releases each month.
8+
9+
:::note
10+
Have feedback on new features?
11+
12+
We'd love to hear from you! Contact us via [support@adapty.io](mailto:support@adapty.io).
13+
:::
14+
15+
## December 2025
16+
17+
- **Apple Ads Manager documentation** - Combine your Apple Search Ads campaign data with revenue metrics in a single analytics dashboard. The new documentation covers campaign creation, ad group management, and ways to track your ad spend ROI alongside subscription performance. [Learn more](ads-manager)
18+
19+
- **In-app web paywalls** - Display web-based paywalls within your app using an in-app browser, providing a seamless experience without external redirects. [iOS](ios-web-paywall#open-web-paywalls-in-an-in-app-browser) | [Android](android-web-paywall#open-web-paywalls-in-an-in-app-browser) | [React Native](react-native-web-paywall#open-web-paywalls-in-an-in-app-browser) | [Flutter](flutter-web-paywall#open-web-paywalls-in-an-in-app-browser)
20+
21+
- **Line-by-line AI translation in Paywall Builder** - Select specific text elements in your paywall and translate them with AI assistance, making localization more precise and flexible. [Learn more](add-paywall-locale-in-adapty-paywall-builder#translating-paywalls-with-ai)
22+
23+
- **Rolling segments** - Create dynamic audience segments that automatically update based on moving time windows. For example, create a segment for "users who installed the app in the last 7 days" that continuously refreshes to always show your newest customers. [Learn more](segments#available-attributes)
24+
25+
- **Meta and TikTok campaign setup guides** - Step-by-step documentation for creating and tracking campaigns on Meta (Facebook & Instagram) and TikTok, with conversion tracking and analytics integration. [Meta](meta-create-campaign) | [TikTok](tiktok-create-campaign)
26+
27+
- **Manual paywall implementation quickstart guides** - Implement in-app purchases faster with step-by-step quickstart guides that show you how to integrate Adapty SDK into your custom paywall UI. [iOS](ios-implement-paywalls-manually) | [Android](android-implement-paywalls-manually) | [React Native](react-native-implement-paywalls-manually) | [Flutter](flutter-implement-paywalls-manually) | [Unity](unity-implement-paywalls-manually) | [Kotlin Multiplatform](kmp-quickstart-manual.md) | [Capacitor](capacitor-quickstart-manual.md)
28+
29+
- **In-app browser for onboarding links** - External links in onboardings now open in an in-app browser by default, keeping users in your app. You can customize this behavior to use external browsers if needed. [iOS](ios-present-onboardings#customize-how-links-open-in-onboardings) | [Android](android-present-onboardings#customize-how-links-open-in-onboardings) | [React Native](react-native-present-onboardings#customize-how-links-open-in-onboardings)
30+
31+
- **Improved Autopilot suggestions** - Autopilot now provides better price optimization recommendations based on enhanced analysis of your subscription data. [Try Autopilot](autopilot)
32+
33+
- **Documentation dark mode** - The docs now support dark mode with automatic system preference detection or manual toggle at the top right.
34+

versioned_sidebars/version-3.0-sidebars.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@
7272
"label": "Import historical data to Adapty"
7373
}
7474
]
75-
}
75+
},
76+
{
77+
"type": "doc",
78+
"id": "whats-new",
79+
"label": "What's new"
80+
}
7681
]
7782
},
7883
{

0 commit comments

Comments
 (0)