Skip to content
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 @@
9.5.3
9.6.0
22 changes: 17 additions & 5 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
## RevenueCat SDK
### ✨ New Features
* feat(paywalls): Add PaywallListener support to presented paywalls (SDK-4397) (#1001) via Toni Rico (@tonidero)
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.23.0 (#1002) via RevenueCat Git Bot (@RCGitBot)
* [Android 10.15.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.15.0)
* [iOS 5.81.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.81.2)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.27.0 (#1026) via RevenueCat Git Bot (@RCGitBot)
* [Android 10.15.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.15.1)
* [iOS 5.82.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.82.0)
* [iOS 5.81.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.81.3)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.26.0 (#1021) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.25.0 (#1015) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.24.0 (#1007) via RevenueCat Git Bot (@RCGitBot)

### 🔄 Other Changes
* Add DangerousSettings support for enabling workflows (#996) via Cesar de la Vega (@vegaro)
* Clean up Subtester sample project (#999) via Cesar de la Vega (@vegaro)
* Test wrapper pass-through calls (#1010) via Cesar de la Vega (@vegaro)
* Add configuration and harness smoke tests (#1014) via Cesar de la Vega (@vegaro)
* Add IOSPaywallPresentationStyle.FormSheet for iPad paywall presentation (#995) via Facundo Menzella (@facumenzella)
* Bump fastlane-plugin-revenuecat_internal from `d392939` to `3421c88` (#1017) via dependabot[bot] (@dependabot[bot])
* Add Unity Edit Mode test harness and CI job (#1009) via Cesar de la Vega (@vegaro)
* Use mise lockfile and install-mise-tools in CI (#997) via Álvaro Brey (@AlvaroBrey)
* Bump json from 2.15.2.1 to 2.19.9 in /IntegrationTests (#1005) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `b52fca5` to `d392939` (#1004) via dependabot[bot] (@dependabot[bot])
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 9.6.0
## RevenueCat SDK
### ✨ New Features
* feat(paywalls): Add PaywallListener support to presented paywalls (SDK-4397) (#1001) via Toni Rico (@tonidero)
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.27.0 (#1026) via RevenueCat Git Bot (@RCGitBot)
* [Android 10.15.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.15.1)
* [iOS 5.82.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.82.0)
* [iOS 5.81.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.81.3)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.26.0 (#1021) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.25.0 (#1015) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.24.0 (#1007) via RevenueCat Git Bot (@RCGitBot)

### 🔄 Other Changes
* Test wrapper pass-through calls (#1010) via Cesar de la Vega (@vegaro)
* Add configuration and harness smoke tests (#1014) via Cesar de la Vega (@vegaro)
* Add IOSPaywallPresentationStyle.FormSheet for iPad paywall presentation (#995) via Facundo Menzella (@facumenzella)
* Bump fastlane-plugin-revenuecat_internal from `d392939` to `3421c88` (#1017) via dependabot[bot] (@dependabot[bot])
* Add Unity Edit Mode test harness and CI job (#1009) via Cesar de la Vega (@vegaro)
* Use mise lockfile and install-mise-tools in CI (#997) via Álvaro Brey (@AlvaroBrey)
* Bump json from 2.15.2.1 to 2.19.9 in /IntegrationTests (#1005) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `b52fca5` to `d392939` (#1004) via dependabot[bot] (@dependabot[bot])

## 9.5.3
## RevenueCat SDK
### 📦 Dependency Updates
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 @@ -66,7 +66,7 @@ public class PurchasesWrapper {
private static final String HANDLE_LOG = "_handleLog";

private static final String PLATFORM_NAME = "unity";
private static final String PLUGIN_VERSION = "9.5.3";
private static final String PLUGIN_VERSION = "9.6.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 @@ -820,7 +820,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"9.5.3";
return @"9.6.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": "9.5.3",
"version": "9.6.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
2 changes: 1 addition & 1 deletion RevenueCatUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.revenuecat.purchases-ui-unity",
"version": "9.5.3",
"version": "9.6.0",
"displayName": "RevenueCat UI SDK for Unity",
"description": "Unity UI components for RevenueCat paywalls and customer center. 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 | Play Billing Library version | Unity IAP compatibility |
| ------------- | ----------- | --------------- | -------------- | ---------------------------- | ----------------------------- |
| 9.6.0 | [5.82.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.82.0) | [10.15.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.15.1) | [18.27.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.27.0) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ |
| 9.5.3 | [5.81.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.81.2) | [10.15.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.15.0) | [18.23.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.23.0) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ |
| 9.5.2 | [5.81.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.81.1) | [10.14.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.14.1) | [18.22.2](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.22.2) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ |
| 9.5.0 | [5.80.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.80.2) | [10.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.12.0) | [18.19.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.19.0) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ |
Expand Down