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/5.14.0 #4578

Closed
wants to merge 1 commit into from
Closed
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 @@
5.14.0-SNAPSHOT
5.14.0
40 changes: 20 additions & 20 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
## 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)
### Customer Center
#### ✨ New Features
* Expose Customer Center to UIKit (#4560) via Will Taylor (@fire-at-will)

## 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)
#### 🐞 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)
* Refactors the creation of the subscription details in Customer Center (#4515) via Cesar de la Vega (@vegaro)
* 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)
* 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)
* [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)
* Add feedback survey option chosen event (#4528) via Cesar de la Vega (@vegaro)
* 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)
* [Customer Center] Slight improvement to the Customer Center Promotional Offer view (#4554) via Andy Boedo (@aboedo)
* Revert "Remove PaywallsTesterTests" (#4557) via Cesar de la Vega (@vegaro)
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 5.14.0
## RevenueCat SDK
### 🐞 Bugfixes
* Support non-JSON object decodable values in `getMetadataValue` (#4555) via Cody Kerns (@codykerns)
### Customer Center
#### ✨ New Features
* Expose Customer Center to UIKit (#4560) via Will Taylor (@fire-at-will)

## RevenueCatUI SDK
### Customer Center
#### ✨ New Features
* Support toggling update warnings & show update in restore flow (#4571) via Will Taylor (@fire-at-will)
#### 🐞 Bugfixes
* Refactors the creation of the subscription details in Customer Center (#4515) via Cesar de la Vega (@vegaro)
* 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
* 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)
* [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)
* Add feedback survey option chosen event (#4528) via Cesar de la Vega (@vegaro)
* 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)
* [Customer Center] Slight improvement to the Customer Center Promotional Offer view (#4554) via Andy Boedo (@aboedo)
* 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