Skip to content

Commit 2067cc4

Browse files
committed
Update CHANGELOG
1 parent 97648db commit 2067cc4

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.latest.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
**RevenueCat Capacitor SDK v6** is here!! 😻
2+
3+
This is the first release of this SDK after RevenueCat took over development. We have moved the plugin to:
4+
```
5+
@revenuecat/purchases-capacitor
6+
```
7+
8+
This release updates the SDK to use BillingClient 5 in Android. This version of BillingClient brings an entire new subscription model which has resulted in large changes across the entire SDK.
9+
10+
Additionally, we have added a lot of new functionality previously not supported on this plugin.
11+
12+
## Migration Guides
13+
- See the full list of API changes in [our v6 migration doc](migrations/v6-MIGRATION.md)
14+
15+
- See [Android Native - 5.x to 6.x Migration](https://www.revenuecat.com/docs/android-native-5x-to-6x-migration) for a
16+
more thorough explanation of the new Google subscription model announced with BillingClient 5 and how to take
17+
advantage of it in V6. This guide includes tips on product setup with the new model.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 6.0.0
2+
3+
**RevenueCat Capacitor SDK v6** is here!! 😻
4+
5+
This is the first release of this SDK after RevenueCat took over development. We have moved the plugin to:
6+
```
7+
@revenuecat/purchases-capacitor
8+
```
9+
10+
This release updates the SDK to use BillingClient 5 in Android. This version of BillingClient brings an entire new subscription model which has resulted in large changes across the entire SDK.
11+
12+
Additionally, we have added a lot of new functionality previously not supported on this plugin.
13+
14+
## Migration Guides
15+
- See the full list of API changes in [our v6 migration doc](migrations/v6-MIGRATION.md)
16+
17+
- See [Android Native - 5.x to 6.x Migration](https://www.revenuecat.com/docs/android-native-5x-to-6x-migration) for a
18+
more thorough explanation of the new Google subscription model announced with BillingClient 5 and how to take
19+
advantage of it in V6. This guide includes tips on product setup with the new model.
120

221

322
# CapGo's plugin releases (@capgo/capacitor-purchases)

0 commit comments

Comments
 (0)