Skip to content

Commit

Permalink
[AUTOMATIC] Release/5.14.0 (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored Dec 12, 2024
1 parent f3ad189 commit d93c295
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.14.0-SNAPSHOT
5.14.0
41 changes: 21 additions & 20 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
## RevenueCat SDK
### ✨ New Features
* Adds `subscriptions` to `CustomerInfo` (#4508) via Cesar de la Vega (@vegaro)
### 🐞 Bugfixes
* [Paywalls] Fix PaywallTester compilation on Xcode 15 (#4540) via Mark Villacampa (@MarkVillacampa)
* Paywalls: Update Finnish "restore" localization (#4493) via Jeffrey Bunn (@Jethro87)
* Support non-JSON object decodable values in `getMetadataValue` (#4555) via Cody Kerns (@codykerns)

## RevenueCatUI SDK
### 🐞 Bugfixes
* Fix translucent navigation bar on paywalls by making it fully transparent (on iOS 16+) (#4543) via Josh Holtz (@joshdholtz)
* Fix build for app extensions (#4531) via Cesar de la Vega (@vegaro)
### Customer Center
#### ✨ New Features
* Support toggling update warnings & show update in restore flow (#4571) via Will Taylor (@fire-at-will)
* Add feedback survey option chosen event (#4528) via Cesar de la Vega (@vegaro)
* Expose Customer Center to UIKit (#4560) via Will Taylor (@fire-at-will)
* [Customer Center] Slight improvement to the Customer Center Promotional Offer view (#4554) via Andy Boedo (@aboedo)
#### 🐞 Bugfixes
* Adds missing revisionId to CustomerCenter impression event (#4537) via Cesar de la Vega (@vegaro)
* Customer Center deeplinks should always be opened externally (#4533) via Cesar de la Vega (@vegaro)
* Use `ManageSubscriptionsView` for users without active subscriptions (#4530) via Cesar de la Vega (@vegaro)
* Calculate restore results based on presence of purchases (#4576) via Will Taylor (@fire-at-will)
* Always reload customerInfo when Customer Center is loaded (#4575) via Will Taylor (@fire-at-will)
* Make presentCustomerCenter's onDismiss optional (#4573) via Will Taylor (@fire-at-will)
* Fix hardcoded title in WrongPlatformView (#4569) via Cesar de la Vega (@vegaro)
* Fix wrong discriminator on `CustomerCenterAnswerSubmittedEvent` (#4566) via Cesar de la Vega (@vegaro)

### 🔄 Other Changes
* run-test-ios-15 in xcode 15 to fix incompatibilities with emergetools (#4319) via Cesar de la Vega (@vegaro)
* WebPurchaseRedemption: Rename `alreadyRedeemed` result to `purchaseBelongsToOtherUser` (#4542) via Toni Rico (@tonidero)
* [Paywalls] Add previews for different combinations of vertical/horizontal alignment and flex distributions (#4538) via Mark Villacampa (@MarkVillacampa)
* Renames isDeeplink to isWebLink (#4535) via Cesar de la Vega (@vegaro)
* Update Package.resolved (#4534) via Cesar de la Vega (@vegaro)
* Add repo name (#4532) via Noah Martin (@noahsmartin)
* [Paywalls] Add Emerge Snapshot Tests (#4529) via Mark Villacampa (@MarkVillacampa)
* Adds API Test for `jwsRepresentation` in obj-c (#4526) via Andy Boedo (@aboedo)
* Create `CustomerCenterEvent` (#4392) via Cesar de la Vega (@vegaro)
* [Paywalls] Add support for gradient backgrounds (#4522) via Mark Villacampa (@MarkVillacampa)
* Add ErrorView to CustomerCenter (#4574) via Cesar de la Vega (@vegaro)
* Address ConfirmationDialog SwiftUI error log message (#4577) via Will Taylor (@fire-at-will)
* Refactors the creation of the subscription details in Customer Center (#4515) via Cesar de la Vega (@vegaro)
* [Paywals] Update paywalls tester Package.resolved (#4570) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Fix iOS 13/14 tests (#4568) via Mark Villacampa (@MarkVillacampa)
* Customer Center DocC updates (#4564) via Will Taylor (@fire-at-will)
* Fix paywalls tester build in `main` (#4565) via Cesar de la Vega (@vegaro)
* Hide mode from public init in `CustomerCenterView` (#4563) via Cesar de la Vega (@vegaro)
* [EXTERNAL] Polished the Polish translation (#4496) via @miszu (#4556) via JayShortway (@JayShortway)
* Revert "Remove PaywallsTesterTests" (#4557) via Cesar de la Vega (@vegaro)
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 5.14.0
## RevenueCat SDK
### 🐞 Bugfixes
* Support non-JSON object decodable values in `getMetadataValue` (#4555) via Cody Kerns (@codykerns)

## RevenueCatUI SDK
### Customer Center
#### ✨ New Features
* Support toggling update warnings & show update in restore flow (#4571) via Will Taylor (@fire-at-will)
* Add feedback survey option chosen event (#4528) via Cesar de la Vega (@vegaro)
* Expose Customer Center to UIKit (#4560) via Will Taylor (@fire-at-will)
* [Customer Center] Slight improvement to the Customer Center Promotional Offer view (#4554) via Andy Boedo (@aboedo)
#### 🐞 Bugfixes
* Calculate restore results based on presence of purchases (#4576) via Will Taylor (@fire-at-will)
* Always reload customerInfo when Customer Center is loaded (#4575) via Will Taylor (@fire-at-will)
* Make presentCustomerCenter's onDismiss optional (#4573) via Will Taylor (@fire-at-will)
* Fix hardcoded title in WrongPlatformView (#4569) via Cesar de la Vega (@vegaro)
* Fix wrong discriminator on `CustomerCenterAnswerSubmittedEvent` (#4566) via Cesar de la Vega (@vegaro)

### 🔄 Other Changes
* Add ErrorView to CustomerCenter (#4574) via Cesar de la Vega (@vegaro)
* Address ConfirmationDialog SwiftUI error log message (#4577) via Will Taylor (@fire-at-will)
* Refactors the creation of the subscription details in Customer Center (#4515) via Cesar de la Vega (@vegaro)
* [Paywals] Update paywalls tester Package.resolved (#4570) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Fix iOS 13/14 tests (#4568) via Mark Villacampa (@MarkVillacampa)
* Customer Center DocC updates (#4564) via Will Taylor (@fire-at-will)
* Fix paywalls tester build in `main` (#4565) via Cesar de la Vega (@vegaro)
* Hide mode from public init in `CustomerCenterView` (#4563) via Cesar de la Vega (@vegaro)
* [EXTERNAL] Polished the Polish translation (#4496) via @miszu (#4556) via JayShortway (@JayShortway)
* Revert "Remove PaywallsTesterTests" (#4557) via Cesar de la Vega (@vegaro)

## 5.13.0
## RevenueCat SDK
### ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion RevenueCat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCat"
s.version = "5.14.0-SNAPSHOT"
s.version = "5.14.0"
s.summary = "Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RevenueCatUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCatUI"
s.version = "5.14.0-SNAPSHOT"
s.version = "5.14.0"
s.summary = "UI library for RevenueCat paywalls."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Misc/SystemInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class SystemInfo {
}

static var frameworkVersion: String {
return "5.14.0-SNAPSHOT"
return "5.14.0"
}

static var systemVersion: String {
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.13.0/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.0/documentation/revenuecat"/>
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/v4_api_migration_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.0/documentation/revenuecat/v4_api_migration_guide"/>
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/v5_api_migration_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.0-SNAPSHOT/documentation/revenuecat/v5_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.0/documentation/revenuecat/v5_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit d93c295

Please sign in to comment.