You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments