Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATIC] Release/6.2.0 #352

Merged
merged 2 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0-SNAPSHOT
6.2.0
16 changes: 6 additions & 10 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.0 (#343) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.0.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.0.1)
* [iOS 4.28.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.0)
* [iOS 4.27.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.27.2)
* [iOS 4.27.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.27.1)
### Other Changes
* Remove creation of special UnityIAP package (#346) via Cesar de la Vega (@vegaro)
* Add BillingClient versions to VERSIONS table (#345) via Cesar de la Vega (@vegaro)
* Update Unity IAP compatibility for v6 in VERSIONS.md (#344) via Cesar de la Vega (@vegaro)
* update RELEASING file to use the latest process (#342) via Andy Boedo (@aboedo)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.2.0 (#351) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0)
* [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.1 (#350) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0)
* [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 6.2.0
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.2.0 (#351) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0)
* [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.1 (#350) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0)
* [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1)

## 6.1.0
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.0 (#343) via RevenueCat Git Bot (@RCGitBot)
Expand Down
2 changes: 1 addition & 1 deletion RevenueCat/Plugins/Android/PurchasesWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class PurchasesWrapper {
private static final String HANDLE_LOG = "_handleLog";

private static final String PLATFORM_NAME = "unity";
private static final String PLUGIN_VERSION = "6.2.0-SNAPSHOT";
private static final String PLUGIN_VERSION = "6.2.0";

private static String gameObject;

Expand Down
2 changes: 1 addition & 1 deletion RevenueCat/Plugins/iOS/PurchasesUnityHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"6.2.0-SNAPSHOT";
return @"6.2.0";
}

@end
Expand Down
2 changes: 1 addition & 1 deletion RevenueCat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.revenuecat.purchases-unity",
"version": "6.2.0-SNAPSHOT",
"version": "6.2.0",
"displayName": "RevenueCat SDK for Unity",
"description": "Unity in-app purchases and subscriptions made easy. Supports iOS and Android.",
"documentationUrl": "https://www.revenuecat.com/docs",
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common version | Unity IAP compatibility |
| ------------- | ----------- | --------------- | -------------- | ----------------------------- |
| 6.2.0 | 4.29.0 | 7.0.1 | 7.2.0 | Not compatible |
| 6.1.0 | 4.28.0 | 7.0.1 | 7.1.0 | Not compatible |
| 6.0.0 | 4.27.0 | 7.0.0 | 7.0.0 | Not compatible |
| 5.3.1 | 4.26.1 | 6.9.5 | 6.3.0 | Unity IAP 4.8.0+ (BC5) |
Expand Down