Skip to content

Commit 9a817c1

Browse files
Add 'Staying up to date' page to WalletKit upgrade section
- Add new documentation page explaining importance of keeping WalletKit updated - Include platform-specific release links for Kotlin, Swift, JS/RN, and Flutter - Update navigation structure to include new page in upgrade section - Use correct Kotlin repository URL: https://github.com/reown-com/reown-kotlin/releases Co-Authored-By: ignacio.rivera@reown.com <ignacio.rivera@reown.com>
1 parent 6aff4e3 commit 9a817c1

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@
883883
{
884884
"group": "Upgrade",
885885
"pages": [
886+
"walletkit/upgrade/staying-up-to-date",
886887
{
887888
"group": "Web3Wallet to Reown WalletKit",
888889
"pages": [
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Staying up to date
3+
sidebarTitle: Staying up to date
4+
---
5+
6+
## Why Keep WalletKit Updated?
7+
8+
Keeping your WalletKit SDK updated to the latest version is crucial for maintaining optimal performance, security, and compatibility with the evolving Web3 ecosystem. Regular updates ensure:
9+
10+
- **Security patches** - Protection against newly discovered vulnerabilities
11+
- **Bug fixes** - Resolution of known issues and improved stability
12+
- **New features** - Access to the latest WalletConnect protocol enhancements
13+
- **Protocol compatibility** - Seamless interaction with updated dApps and wallets
14+
- **Performance improvements** - Optimizations for better user experience
15+
16+
## Latest Releases by Platform
17+
18+
Stay current with the latest WalletKit releases for your development platform:
19+
20+
### Kotlin (Android)
21+
Check the latest Kotlin releases for Android development:
22+
- [Reown Kotlin Releases](https://github.com/reown-com/reown-kotlin/releases)
23+
24+
### Swift (iOS)
25+
Stay updated with the latest Swift releases for iOS development:
26+
- [Reown Swift Releases](https://github.com/reown-com/reown-swift/releases)
27+
28+
### JavaScript / React Native
29+
Monitor JavaScript and React Native package updates:
30+
- [Reown WalletKit JS Releases](https://github.com/reown-com/reown-walletkit-js/releases)
31+
32+
### Flutter
33+
Track Flutter package versions on pub.dev:
34+
- [Reown WalletKit Flutter Package](https://pub.dev/packages/reown_walletkit)

0 commit comments

Comments
 (0)