Skip to content

Commit

Permalink
Version bump for 8.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
revenuecat-ops committed Dec 4, 2024
1 parent e7c61c1 commit cd010f6
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
command: sudo pip install awscli
- run:
name: Deploy to S3
command: aws s3 sync ~/project/docs/8.11.0-SNAPSHOT s3://purchases-docs/android/8.11.0-SNAPSHOT --delete
command: aws s3 sync ~/project/docs/8.10.4 s3://purchases-docs/android/8.10.4 --delete
- run:
name: Update index.html
command: aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.0-SNAPSHOT
8.10.4
33 changes: 11 additions & 22 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
## RevenueCat SDK
### 🐞 Bugfixes
* Uses `Sequence` instead of `Stream` to avoid errors due to unavailable Java 8 APIs (#1943) via JayShortway (@JayShortway)
* Paywalls: Update Finnish "restore" localization (#1918) via Jeffrey Bunn (@Jethro87)

### 🔄 Other Changes
* Increase integration test timeout (#1946) via Toni Rico (@tonidero)
* Removes `@RequiresApi(N)` from `FileHelper` and related classes (#1944) via JayShortway (@JayShortway)
* [Paywalls V2] Minimizes Java API (#1942) via JayShortway (@JayShortway)
* [Paywalls V2] Makes `TextComponent` public (#1939) via JayShortway (@JayShortway)
* Introduces an `@InternalRevenueCatAPI` annotation (#1938) via JayShortway (@JayShortway)
* [Paywalls V2] Moves any non-component file to a new `common` package. (#1937) via JayShortway (@JayShortway)
* [Paywalls V2] `LocalizationKey` is an inline value class now. (#1936) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `PaywallComponentsData` (#1935) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `StickyFooterComponent` (#1934) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `PurchaseButtonComponent` (#1933) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `PackageComponent` (#1932) via JayShortway (@JayShortway)
* Ensure the correct error message is shown when failing to open a Uri in paywalls (#1922) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `ButtonComponent` (#1931) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `StackComponent` (#1930) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `ComponentOverrides` (#1929) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `ImageComponent` (#1928) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `TextComponent` (#1927) via JayShortway (@JayShortway)
* [Paywalls V2] Adds all enum properties (#1926) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `SizeConstraints`, `Size`, `Padding` and `Shadow` properties (#1925) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `CornerRadiuses`, `Shape` and `MaskShape` properties (#1924) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `ImageUrls` and `ColorInfo` properties (#1923) via JayShortway (@JayShortway)
* [Paywalls V2] Adds `StackComponentView` (#1956) via JayShortway (@JayShortway)
* Avoid generating documentation for symbols annotated with `@InternalRevenueCatAPI` (#1958) via JayShortway (@JayShortway)
* [Paywalls V2] Preparation for `StackComponentView` (#1954) via JayShortway (@JayShortway)
* [Paywalls V2] Adds borders and image backgrounds (#1953) via JayShortway (@JayShortway)
* [Paywalls V2] Adds support for shadows (#1952) via JayShortway (@JayShortway)
* [Paywalls V2] Adds override system via `PresentedPartial` (#1948) via JayShortway (@JayShortway)
* Add reachability tests to integration tests (#1955) via Toni Rico (@tonidero)
* [Paywalls V2] Add support for markdown in text component (#1951) via Toni Rico (@tonidero)
* Modify intent extension API to parse redemption links to mimick iOS (#1949) via Toni Rico (@tonidero)
* [Paywalls V2] Adds `TextComponentView` (#1941) via JayShortway (@JayShortway)
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 8.10.4
## RevenueCat SDK
### 🐞 Bugfixes
* Paywalls: Update Finnish "restore" localization (#1918) via Jeffrey Bunn (@Jethro87)

### 🔄 Other Changes
* [Paywalls V2] Adds `StackComponentView` (#1956) via JayShortway (@JayShortway)
* Avoid generating documentation for symbols annotated with `@InternalRevenueCatAPI` (#1958) via JayShortway (@JayShortway)
* [Paywalls V2] Preparation for `StackComponentView` (#1954) via JayShortway (@JayShortway)
* [Paywalls V2] Adds borders and image backgrounds (#1953) via JayShortway (@JayShortway)
* [Paywalls V2] Adds support for shadows (#1952) via JayShortway (@JayShortway)
* [Paywalls V2] Adds override system via `PresentedPartial` (#1948) via JayShortway (@JayShortway)
* Add reachability tests to integration tests (#1955) via Toni Rico (@tonidero)
* [Paywalls V2] Add support for markdown in text component (#1951) via Toni Rico (@tonidero)
* Modify intent extension API to parse redemption links to mimick iOS (#1949) via Toni Rico (@tonidero)
* [Paywalls V2] Adds `TextComponentView` (#1941) via JayShortway (@JayShortway)

## 8.10.3
## RevenueCat SDK
### 🐞 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/8.10.3/index.html" />
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/8.10.4/index.html" />
</head>
<body>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
agp = "8.1.3"
androidxNavigation = "2.5.3"
kotlin = "1.7.20"
purchases = "8.11.0-SNAPSHOT"
purchases = "8.10.4"
lifecycle = "2.5.0"
androidxCore = "1.10.1"

Expand Down
2 changes: 1 addition & 1 deletion examples/MagicWeather/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
agp = "8.1.3"
androidxNavigation = "2.6.0"
kotlin = "1.9.0"
purchases = "8.11.0-SNAPSHOT"
purchases = "8.10.4"
lifecycle = "2.6.1"
androidxCore = "1.10.1"

Expand Down
2 changes: 1 addition & 1 deletion examples/MagicWeatherCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
agp = "8.1.3"
androidxNavigation = "2.5.3"
kotlin = "1.8.22"
purchases = "8.11.0-SNAPSHOT"
purchases = "8.10.4"
lifecycle = "2.5.0"
androidxCore = "1.10.1"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#Fri Mar 31 10:31:20 PDT 2023
GROUP=com.revenuecat.purchases

VERSION_NAME=8.11.0-SNAPSHOT
VERSION_NAME=8.10.4

POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-android
Expand Down
2 changes: 1 addition & 1 deletion library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
minSdkVersion obtainMinSdkVersion()
targetSdkVersion compileVersion
versionCode 1
versionName "8.11.0-SNAPSHOT"
versionName "8.10.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig
internal object Config {
var logLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG)

const val frameworkVersion = "8.11.0-SNAPSHOT"
const val frameworkVersion = "8.10.4"
}

0 comments on commit cd010f6

Please sign in to comment.