diff --git a/.version b/.version index 7a9f89d8..358e78e6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.0.2 \ No newline at end of file +6.1.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index eb7c4054..dd3f57a2 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,3 +1,12 @@ ## RevenueCat SDK ### 📦 Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.3.0 (#584) via RevenueCat Git Bot (@RCGitBot) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#601) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane from 2.224.0 to 2.225.0 (#596) via dependabot[bot] (@dependabot[bot]) +* Bump danger from 9.5.0 to 9.5.1 (#597) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane from 2.223.1 to 2.224.0 (#591) via dependabot[bot] (@dependabot[bot]) +* Bump xcodeproj from 1.25.0 to 1.25.1 (#590) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#592) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane from 2.222.0 to 2.223.1 (#587) via dependabot[bot] (@dependabot[bot]) +### Win-back Offers +#### ✨ New Features +* Support displaying deferred win-back StoreKit messages (#600) via Will Taylor (@fire-at-will) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd9cd07..09463c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 6.1.0 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#601) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane from 2.224.0 to 2.225.0 (#596) via dependabot[bot] (@dependabot[bot]) +* Bump danger from 9.5.0 to 9.5.1 (#597) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane from 2.223.1 to 2.224.0 (#591) via dependabot[bot] (@dependabot[bot]) +* Bump xcodeproj from 1.25.0 to 1.25.1 (#590) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#592) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane from 2.222.0 to 2.223.1 (#587) via dependabot[bot] (@dependabot[bot]) +### Win-back Offers +#### ✨ New Features +* Support displaying deferred win-back StoreKit messages (#600) via Will Taylor (@fire-at-will) + ## 6.0.2 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/VERSIONS.md b/VERSIONS.md index 4d37af7f..93947610 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | Play Billing Library version | |---------------|-------------|-----------------|----------------------|------------------------------| +| 6.1.0 | [5.7.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.7.0) | [8.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.1) | [13.7.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.7.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 6.0.2 | [5.3.4](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.4) | [8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) | [13.3.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.3.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 6.0.1 | [5.3.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.3) | [8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) | [13.2.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.2.1) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 6.0.0 | 5.2.3 | 8.4.0 | 13.0.1 | | diff --git a/package.json b/package.json index 0e73ddd7..eed0a2e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova-plugin-purchases", "type": "commonjs", - "version": "6.0.2", + "version": "6.1.0", "description": "Purchases Cordova Plugin", "types": "./www/plugin.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index f0167f82..cbdf0d43 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + diff --git a/scripts/docs/index.html b/scripts/docs/index.html index ecc8433b..5d018671 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/src/android/PurchasesPlugin.java b/src/android/PurchasesPlugin.java index d21b1b79..8386a0e4 100644 --- a/src/android/PurchasesPlugin.java +++ b/src/android/PurchasesPlugin.java @@ -37,7 +37,7 @@ public class PurchasesPlugin extends AnnotatedCordovaPlugin { public static final String PLATFORM_NAME = "cordova"; - public static final String PLUGIN_VERSION = "6.0.2"; + public static final String PLUGIN_VERSION = "6.1.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 a8de57f4..8c4106c2 100644 --- a/src/ios/PurchasesPlugin.swift +++ b/src/ios/PurchasesPlugin.swift @@ -103,7 +103,7 @@ extension CDVPurchasesPlugin { } var platformFlavorVersion: String { - return "6.0.2" + return "6.1.0" } }