File tree Expand file tree Collapse file tree 8 files changed +22
-21
lines changed
android/src/main/java/com/revenuecat/purchases/capacitor Expand file tree Collapse file tree 8 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1- 11.0.1
1+ 11.1.0
Original file line number Diff line number Diff line change 11## RevenueCat SDK
2+ ### ✨ New Features
3+ * [ iOS + Android] Virtual Currency Support (#502 ) via Will Taylor (@fire-at-will )
24### 📦 Dependency Updates
3- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.2 (#500 ) via RevenueCat Git Bot (@RCGitBot )
4- * [ Android 9.1.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.2 )
5- * [ Android 9.1.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.1 )
6- * [ Android 9.1.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.0 )
7- * [ Android 9.0.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.0.1 )
8- * [ Android 9.0.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.0.0 )
9- * [ iOS 5.33.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.1 )
10- * [ iOS 5.33.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.0 )
11- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.1 (#498 ) via RevenueCat Git Bot (@RCGitBot )
12- * [ Android 9.1.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.2 )
13- * [ Android 9.1.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.1 )
14- * [ Android 9.1.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.0 )
15- * [ Android 9.0.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.0.1 )
16- * [ Android 9.0.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.0.0 )
17- * [ iOS 5.33.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.1 )
18- * [ iOS 5.33.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.0 )
5+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.1.0 (#503 ) via RevenueCat Git Bot (@RCGitBot )
6+
7+ ### 🔄 Other Changes
8+ * Improve 11.0.0 changelog (#504 ) via Toni Rico (@tonidero )
Original file line number Diff line number Diff line change 1+ ## 11.1.0
2+ ## RevenueCat SDK
3+ ### ✨ New Features
4+ * [ iOS + Android] Virtual Currency Support (#502 ) via Will Taylor (@fire-at-will )
5+ ### 📦 Dependency Updates
6+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.1.0 (#503 ) via RevenueCat Git Bot (@RCGitBot )
7+
8+ ### 🔄 Other Changes
9+ * Improve 11.0.0 changelog (#504 ) via Toni Rico (@tonidero )
10+
111## 11.0.1
212## RevenueCat SDK
313### 📦 Dependency Updates
Original file line number Diff line number Diff line change 11| Version | iOS version | Android version | Common files version | Play Billing Library version |
22| --------------| -------------| -----------------| ----------------------| ------------------------------|
3+ | 11.1.0 | [ 5.33.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.1 ) | [ 9.1.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.2 ) | [ 16.1.0] ( https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/16.1.0 ) | [ 8.0.0] ( https://developer.android.com/google/play/billing/release-notes ) |
34| 11.0.1 | [ 5.33.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.1 ) | [ 9.1.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.1.2 ) | [ 16.0.2] ( https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/16.0.2 ) | [ 8.0.0] ( https://developer.android.com/google/play/billing/release-notes ) |
45| 10.3.8 | [ 5.32.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.32.0 ) | [ 8.22.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/8.22.0 ) | [ 14.2.0] ( https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/14.2.0 ) | [ 7.1.1] ( https://developer.android.com/google/play/billing/release-notes ) |
56| 10.3.7 | [ 5.30.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.30.0 ) | [ 8.20.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/8.20.0 ) | [ 14.0.2] ( https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/14.0.2 ) | [ 7.1.1] ( https://developer.android.com/google/play/billing/release-notes ) |
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class PurchasesPlugin : Plugin() {
8383
8484 companion object {
8585 private const val PLATFORM_NAME = " capacitor"
86- private const val PLUGIN_VERSION = " 11.0.1 "
86+ private const val PLUGIN_VERSION = " 11.1.0 "
8787
8888 private const val CUSTOMER_INFO_KEY = " customerInfo"
8989 }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import RevenueCat
1212@objc ( PurchasesPlugin)
1313public class PurchasesPlugin : CAPPlugin , PurchasesDelegate {
1414 private let platformFlavor = " capacitor "
15- private let platformVersion = " 11.0.1 "
15+ private let platformVersion = " 11.1.0 "
1616
1717 private let customerInfoKey = " customerInfo "
1818 private let transactionKey = " transaction "
Original file line number Diff line number Diff line change 11{
22 "name" : " @revenuecat/purchases-capacitor" ,
3- "version" : " 11.0.1 " ,
3+ "version" : " 11.1.0 " ,
44 "description" : " Capacitor in-app purchases and subscriptions made easy. Support for iOS and Android." ,
55 "main" : " dist/esm/index.js" ,
66 "module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @revenuecat/purchases-capacitor-ui" ,
3- "version" : " 11.0.1 " ,
3+ "version" : " 11.1.0 " ,
44 "description" : " UI components for RevenueCat Capacitor SDK" ,
55 "main" : " dist/esm/index.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments