diff --git a/.version b/.version index 3769235d..ef09838c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.1.0 \ No newline at end of file +7.1.1 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 8de9efff..17262c71 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,4 +1,11 @@ -### New Features -* Add SyncPurchases method overload that accepts a callback as parameter (#493) via Mark Villacampa (@MarkVillacampa) -### Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.0.1 (#491) via RevenueCat Git Bot (@RCGitBot) +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.2.1 (#504) via RevenueCat Git Bot (@RCGitBot) +* Bump rexml from 3.3.3 to 3.3.6 (#496) via dependabot[bot] (@dependabot[bot]) + +### 🔄 Other Changes +* Bump fastlane-plugin-revenuecat_internal from 5140dbc to 55a0455 (#505) via Cesar de la Vega (@vegaro) +* Update allowSharingAppStoreAccount Deprecation Message (#503) via Will Taylor (@fire-at-will) +* Update fastlane-plugin-revenuecat_internal (#501) via Cesar de la Vega (@vegaro) +* Update VERSIONS.md to remove compatibility with Unity IAP for BC7 (#500) via Cesar de la Vega (@vegaro) +* [PurchaseTester] Add button to test the GetAmazonLWAConsentStatus method (#498) via Mark Villacampa (@MarkVillacampa) diff --git a/CHANGELOG.md b/CHANGELOG.md index 197217ea..483d0573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 7.1.1 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.2.1 (#504) via RevenueCat Git Bot (@RCGitBot) +* Bump rexml from 3.3.3 to 3.3.6 (#496) via dependabot[bot] (@dependabot[bot]) + +### 🔄 Other Changes +* Bump fastlane-plugin-revenuecat_internal from 5140dbc to 55a0455 (#505) via Cesar de la Vega (@vegaro) +* Update allowSharingAppStoreAccount Deprecation Message (#503) via Will Taylor (@fire-at-will) +* Update fastlane-plugin-revenuecat_internal (#501) via Cesar de la Vega (@vegaro) +* Update VERSIONS.md to remove compatibility with Unity IAP for BC7 (#500) via Cesar de la Vega (@vegaro) +* [PurchaseTester] Add button to test the GetAmazonLWAConsentStatus method (#498) via Mark Villacampa (@MarkVillacampa) + ## 7.1.0 ### New Features * Add SyncPurchases method overload that accepts a callback as parameter (#493) via Mark Villacampa (@MarkVillacampa) diff --git a/RevenueCat/Plugins/Android/PurchasesWrapper.java b/RevenueCat/Plugins/Android/PurchasesWrapper.java index ed6d009a..9d97fbe9 100644 --- a/RevenueCat/Plugins/Android/PurchasesWrapper.java +++ b/RevenueCat/Plugins/Android/PurchasesWrapper.java @@ -52,7 +52,7 @@ public class PurchasesWrapper { private static final String HANDLE_LOG = "_handleLog"; private static final String PLATFORM_NAME = "unity"; - private static final String PLUGIN_VERSION = "7.1.0"; + private static final String PLUGIN_VERSION = "7.1.1"; private static String gameObject; diff --git a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m index 22f483be..ca158fa9 100644 --- a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m +++ b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m @@ -489,7 +489,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.1.0"; + return @"7.1.1"; } @end diff --git a/RevenueCat/package.json b/RevenueCat/package.json index 64c87569..0cd8b420 100644 --- a/RevenueCat/package.json +++ b/RevenueCat/package.json @@ -1,6 +1,6 @@ { "name": "com.revenuecat.purchases-unity", - "version": "7.1.0", + "version": "7.1.1", "displayName": "RevenueCat SDK for Unity", "description": "Unity in-app purchases and subscriptions made easy. Supports iOS and Android.", "documentationUrl": "https://www.revenuecat.com/docs", diff --git a/VERSIONS.md b/VERSIONS.md index f5b4b0c5..add1794a 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common version | Play Billing Library version | Unity IAP compatibility | | ------------- | ----------- | --------------- | -------------- | ---------------------------- | ----------------------------- | +| 7.1.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) | Not compatible | | 7.1.0 | [5.2.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.2.3) | [8.4.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.4.0) | [13.0.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.0.1) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible | | 7.0.0 | [5.2.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.2.2) | [8.3.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.3.1) | [13.0.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.0.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible | | 6.10.0 | 4.43.2 | 7.12.0 | 11.1.0 | 6.2.1 | Unity IAP 4.12.0+ (BC6) |