diff --git a/.version b/.version index 5f69136c..e7e42a4b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.2.13 \ No newline at end of file +6.3.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index fe064c6c..ed46393c 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,15 +1,15 @@ +> [!WARNING] +> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 7.0.0 onward. +> Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions. + + ## RevenueCat SDK ### 📦 Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 14.2.0 (#690) via RevenueCat Git Bot (@RCGitBot) - * [Android 8.22.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.22.0) - * [Android 8.21.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.21.0) - * [iOS 5.32.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.32.0) - * [iOS 5.31.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.31.0) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 14.1.0 (#688) via RevenueCat Git Bot (@RCGitBot) - * [Android 8.22.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.22.0) - * [Android 8.21.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.21.0) - * [iOS 5.32.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.32.0) - * [iOS 5.31.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.31.0) +* Updates purchases-hybrid-common to 14.3.0 (#739) via Antonio Pallares (@ajpallares) + * [Android 8.24.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.24.0) + * [Android 8.23.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.23.0) + * [Android 8.22.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.22.1) ### 🔄 Other Changes -* Bump danger from 9.5.1 to 9.5.3 (#687) via dependabot[bot] (@dependabot[bot]) +* [v6] Prepare for next release (#750) via Antonio Pallares (@ajpallares) +* [v6] Update fastlane plugin (#746) via Antonio Pallares (@ajpallares) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f79132..0c91f97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 6.3.0 +> [!WARNING] +> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 7.0.0 onward. +> Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions. + + +## RevenueCat SDK +### 📦 Dependency Updates +* Updates purchases-hybrid-common to 14.3.0 (#739) via Antonio Pallares (@ajpallares) + * [Android 8.24.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.24.0) + * [Android 8.23.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.23.0) + * [Android 8.22.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.22.1) + +### 🔄 Other Changes +* [v6] Prepare for next release (#750) via Antonio Pallares (@ajpallares) +* [v6] Update fastlane plugin (#746) via Antonio Pallares (@ajpallares) + ## 6.2.13 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/VERSIONS.md b/VERSIONS.md index ae4b83ba..7d7308f7 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | Play Billing Library version | |---------------|-------------|-----------------|----------------------|------------------------------| +| 6.3.0 | [5.32.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.32.0) | [8.24.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.24.0) | [14.3.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/14.3.0) | [7.1.1](https://developer.android.com/google/play/billing/release-notes) | | 6.2.13 | [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) | | 6.2.12 | [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) | | 6.2.11 | [5.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.29.0) | [8.20.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.20.0) | [13.38.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.38.1) | [7.1.1](https://developer.android.com/google/play/billing/release-notes) | diff --git a/package.json b/package.json index a2b10d52..2c3b976b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova-plugin-purchases", "type": "commonjs", - "version": "6.2.13", + "version": "6.3.0", "description": "Purchases Cordova Plugin", "types": "./www/plugin.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index a3d54984..af7f3d61 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + diff --git a/src/android/PurchasesPlugin.java b/src/android/PurchasesPlugin.java index a6df04e5..a9e5e995 100644 --- a/src/android/PurchasesPlugin.java +++ b/src/android/PurchasesPlugin.java @@ -42,7 +42,7 @@ public class PurchasesPlugin extends AnnotatedCordovaPlugin { public static final String PLATFORM_NAME = "cordova"; - public static final String PLUGIN_VERSION = "6.2.13"; + public static final String PLUGIN_VERSION = "6.3.0"; // Needs to run on ExecutionThread.MAIN so it blocks the JavaBridge thread created by Cordova // That way we guarantee any other call to the plugin happen after configure has completed diff --git a/src/ios/PurchasesPlugin.swift b/src/ios/PurchasesPlugin.swift index 3c2c86d6..f5c2af3f 100644 --- a/src/ios/PurchasesPlugin.swift +++ b/src/ios/PurchasesPlugin.swift @@ -103,7 +103,7 @@ extension CDVPurchasesPlugin { } var platformFlavorVersion: String { - return "6.2.13" + return "6.3.0" } }