Skip to content

Commit 2478915

Browse files
RCGitBotrevenuecat-ops
and
revenuecat-ops
authored
[AUTOMATIC] Release/8.15.0 (#2273)
**This is an automatic release.** ## RevenueCatUI SDK ### 🐞 Bugfixes * Fix landscape mode in Paywalls v1 Template 3 (#2265) via Josh Holtz (@joshdholtz) ### Customer Center #### ✨ New Features * feat: Introduce `CustomerCenterView` for hybrid usage (#2170) via Cesar de la Vega (@vegaro) * Add `onManagementOptionSelected` to `CustomerCenterListener` (#2270) via Cesar de la Vega (@vegaro) ### Paywallv2 #### 🐞 Bugfixes * [Paywalls V2] Ignores missing font alias if it's blank. (#2271) via JayShortway (@JayShortway) * [Paywalls V2] Fixes badges not being overriden (#2266) via JayShortway (@JayShortway) ### 🔄 Other Changes * [Diagnostics] Add play_store_version and play_services_version to all google events (#2269) via Toni Rico (@tonidero) * [Diagnostics] Add `id` and `app_session_id` to events (#2268) via Toni Rico (@tonidero) * Uploads Paparazzi screenshots to Emerge. (#2232) via JayShortway (@JayShortway) Co-authored-by: revenuecat-ops <[email protected]>
1 parent 9e61cf3 commit 2478915

File tree

11 files changed

+42
-18
lines changed

11 files changed

+42
-18
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
command: sudo pip install awscli
287287
- run:
288288
name: Deploy to S3
289-
command: aws s3 sync ~/project/docs/8.15.0-SNAPSHOT s3://purchases-docs/android/8.15.0-SNAPSHOT --delete
289+
command: aws s3 sync ~/project/docs/8.15.0 s3://purchases-docs/android/8.15.0 --delete
290290
- run:
291291
name: Update index.html
292292
command: aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.15.0-SNAPSHOT
1+
8.15.0

CHANGELOG.latest.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
## RevenueCatUI SDK
2+
### 🐞 Bugfixes
3+
* Fix landscape mode in Paywalls v1 Template 3 (#2265) via Josh Holtz (@joshdholtz)
4+
### Customer Center
5+
#### ✨ New Features
6+
* feat: Introduce `CustomerCenterView` for hybrid usage (#2170) via Cesar de la Vega (@vegaro)
7+
* Add `onManagementOptionSelected` to `CustomerCenterListener` (#2270) via Cesar de la Vega (@vegaro)
8+
### Paywallv2
9+
#### 🐞 Bugfixes
10+
* [Paywalls V2] Ignores missing font alias if it's blank. (#2271) via JayShortway (@JayShortway)
11+
* [Paywalls V2] Fixes badges not being overriden (#2266) via JayShortway (@JayShortway)
12+
113
### 🔄 Other Changes
2-
* Allows configuring `showInAppMessagesAutomatically` and `pendingTransactionsForPrepaidPlansEnabled` in customEntitlementComputation mode (#2260) via JayShortway (@JayShortway)
3-
* [Paywalls V2] Tweaks the `MissingPackage` error message. (#2256) via JayShortway (@JayShortway)
4-
* [Paywalls V2] Avoids re-parsing the component tree to find packages and tabs (#2252) via JayShortway (@JayShortway)
5-
* [EXTERNAL] Set metaspace size to avoid "Daemon disappeared" failures (#2237) contributed by @runningcode (#2255) via Toni Rico (@tonidero)
6-
* [Paywalls V2] Timeline component fixes (#2253) via Toni Rico (@tonidero)
7-
* Updates Gemfile.lock (#2254) via RevenueCat Git Bot (@RCGitBot)
8-
* Update fastlane plugin (#2251) via Toni Rico (@tonidero)
9-
* [Paywalls V2] Refactors `StyleFactory` (#2247) via JayShortway (@JayShortway)
10-
* Add refresh button to PaywallTester app (#2244) via Toni Rico (@tonidero)
14+
* [Diagnostics] Add play_store_version and play_services_version to all google events (#2269) via Toni Rico (@tonidero)
15+
* [Diagnostics] Add `id` and `app_session_id` to events (#2268) via Toni Rico (@tonidero)
16+
* Uploads Paparazzi screenshots to Emerge. (#2232) via JayShortway (@JayShortway)

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 8.15.0
2+
## RevenueCatUI SDK
3+
### 🐞 Bugfixes
4+
* Fix landscape mode in Paywalls v1 Template 3 (#2265) via Josh Holtz (@joshdholtz)
5+
### Customer Center
6+
#### ✨ New Features
7+
* feat: Introduce `CustomerCenterView` for hybrid usage (#2170) via Cesar de la Vega (@vegaro)
8+
* Add `onManagementOptionSelected` to `CustomerCenterListener` (#2270) via Cesar de la Vega (@vegaro)
9+
### Paywallv2
10+
#### 🐞 Bugfixes
11+
* [Paywalls V2] Ignores missing font alias if it's blank. (#2271) via JayShortway (@JayShortway)
12+
* [Paywalls V2] Fixes badges not being overriden (#2266) via JayShortway (@JayShortway)
13+
14+
### 🔄 Other Changes
15+
* [Diagnostics] Add play_store_version and play_services_version to all google events (#2269) via Toni Rico (@tonidero)
16+
* [Diagnostics] Add `id` and `app_session_id` to events (#2268) via Toni Rico (@tonidero)
17+
* Uploads Paparazzi screenshots to Emerge. (#2232) via JayShortway (@JayShortway)
18+
119
## 8.14.3
220
### 🔄 Other Changes
321
* Allows configuring `showInAppMessagesAutomatically` and `pendingTransactionsForPrepaidPlansEnabled` in customEntitlementComputation mode (#2260) via JayShortway (@JayShortway)

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/8.14.3/index.html" />
4+
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/8.15.0/index.html" />
55
</head>
66
<body>
77
</body>

examples/CustomEntitlementComputationSample/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.1.3"
33
androidxNavigation = "2.5.3"
44
kotlin = "1.7.20"
5-
purchases = "8.15.0-SNAPSHOT"
5+
purchases = "8.15.0"
66
lifecycle = "2.5.0"
77
androidxCore = "1.10.1"
88

examples/MagicWeather/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.1.3"
33
androidxNavigation = "2.6.0"
44
kotlin = "1.9.0"
5-
purchases = "8.15.0-SNAPSHOT"
5+
purchases = "8.15.0"
66
lifecycle = "2.6.1"
77
androidxCore = "1.10.1"
88

examples/MagicWeatherCompose/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.1.3"
33
androidxNavigation = "2.5.3"
44
kotlin = "1.8.22"
5-
purchases = "8.15.0-SNAPSHOT"
5+
purchases = "8.15.0"
66
lifecycle = "2.5.0"
77
androidxCore = "1.10.1"
88

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#Fri Mar 31 10:31:20 PDT 2023
1414
GROUP=com.revenuecat.purchases
1515

16-
VERSION_NAME=8.15.0-SNAPSHOT
16+
VERSION_NAME=8.15.0
1717

1818
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
1919
POM_URL=https://github.com/RevenueCat/purchases-android

library.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
minSdkVersion obtainMinSdkVersion()
66
targetSdkVersion compileVersion
77
versionCode 1
8-
versionName "8.15.0-SNAPSHOT"
8+
versionName "8.15.0"
99
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1010
consumerProguardFiles "consumer-rules.pro"
1111
}

purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig
66
internal object Config {
77
var logLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG)
88

9-
const val frameworkVersion = "8.15.0-SNAPSHOT"
9+
const val frameworkVersion = "8.15.0"
1010
}

0 commit comments

Comments
 (0)