From 7a425d8e91332b78989e5ecb3275c52c30975e19 Mon Sep 17 00:00:00 2001
From: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
Date: Mon, 16 Dec 2024 20:16:24 +0100
Subject: [PATCH] [AUTOMATIC] Release/5.14.1 (#4595)
---
.version | 2 +-
CHANGELOG.latest.md | 32 ++++---------------
CHANGELOG.md | 13 ++++++++
RevenueCat.podspec | 2 +-
RevenueCatUI.podspec | 2 +-
Sources/Info.plist | 2 +-
Sources/Misc/SystemInfo.swift | 2 +-
Tests/BackendIntegrationTestApp/Info.plist | 2 +-
Tests/BackendIntegrationTests/Info.plist | 2 +-
.../CommonFiles/RevenueCat-Swift.h | 2 --
Tests/UnitTests/Info.plist | 2 +-
Tests/UnitTestsHostApp/Info.plist | 2 +-
scripts/docs/index.html | 2 +-
scripts/docs/v4_api_migration_guide.html | 2 +-
scripts/docs/v5_api_migration_guide.html | 2 +-
15 files changed, 32 insertions(+), 39 deletions(-)
diff --git a/.version b/.version
index 7171ca1c08..bcce971f67 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.15.0-SNAPSHOT
+5.14.1
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 3640e7540c..5504b2da76 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,29 +1,11 @@
## 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)
+* Always call readyForPromotedProduct on the main actor (#4584) via Will Taylor (@fire-at-will)
### 🔄 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)
+* [WEB-1757] Handle new backend error codes that may show in the redemption endpoint (#4592) via Toni Rico (@tonidero)
+* Update refund granted default string (#4588) via Will Taylor (@fire-at-will)
+* Make web Redemption Link APIs stable (#4591) via Toni Rico (@tonidero)
+* Dont show refund cancelled message when user cancels refund (#4587) via Will Taylor (@fire-at-will)
+* Remove extra beta Customer Center docs (#4585) via Cesar de la Vega (@vegaro)
+* [Paywalls V2] Fix border being hidden by next sibling component (#4523) via Josh Holtz (@joshdholtz)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0245bab895..afa897ded0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 5.14.1
+## RevenueCat SDK
+### 🐞 Bugfixes
+* Always call readyForPromotedProduct on the main actor (#4584) via Will Taylor (@fire-at-will)
+
+### 🔄 Other Changes
+* [WEB-1757] Handle new backend error codes that may show in the redemption endpoint (#4592) via Toni Rico (@tonidero)
+* Update refund granted default string (#4588) via Will Taylor (@fire-at-will)
+* Make web Redemption Link APIs stable (#4591) via Toni Rico (@tonidero)
+* Dont show refund cancelled message when user cancels refund (#4587) via Will Taylor (@fire-at-will)
+* Remove extra beta Customer Center docs (#4585) via Cesar de la Vega (@vegaro)
+* [Paywalls V2] Fix border being hidden by next sibling component (#4523) via Josh Holtz (@joshdholtz)
+
## 5.14.0
## RevenueCat SDK
### 🐞 Bugfixes
diff --git a/RevenueCat.podspec b/RevenueCat.podspec
index 1d520ec61f..50fb924bd2 100644
--- a/RevenueCat.podspec
+++ b/RevenueCat.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCat"
- s.version = "5.15.0-SNAPSHOT"
+ s.version = "5.14.1"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec
index 634303941b..92e96a66d0 100644
--- a/RevenueCatUI.podspec
+++ b/RevenueCatUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCatUI"
- s.version = "5.15.0-SNAPSHOT"
+ s.version = "5.14.1"
s.summary = "UI library for RevenueCat paywalls."
s.description = <<-DESC
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 7f23cc66b4..f24e25b1d1 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.15.0
+ 5.14.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
LSApplicationCategoryType
diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift
index ab36d4714e..a1d50a329b 100644
--- a/Sources/Misc/SystemInfo.swift
+++ b/Sources/Misc/SystemInfo.swift
@@ -83,7 +83,7 @@ class SystemInfo {
}
static var frameworkVersion: String {
- return "5.15.0-SNAPSHOT"
+ return "5.14.1"
}
static var systemVersion: String {
diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist
index 9178d69fce..0628d250a2 100644
--- a/Tests/BackendIntegrationTestApp/Info.plist
+++ b/Tests/BackendIntegrationTestApp/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.15.0
+ 5.14.1
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist
index fc9d54b64e..d39f7c8370 100644
--- a/Tests/BackendIntegrationTests/Info.plist
+++ b/Tests/BackendIntegrationTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.15.0
+ 5.14.1
CFBundleVersion
1
diff --git a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h
index 2050aa33f3..577d95378d 100644
--- a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h
+++ b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h
@@ -3290,7 +3290,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL automaticAppleSearchAdsAt
- (void)eligiblePromotionalOffersForProduct:(RCStoreProduct * _Nonnull)product completionHandler:(void (^ _Nonnull)(NSArray * _Nonnull))completionHandler;
- (void)showManageSubscriptionsWithCompletion:(void (^ _Nonnull)(NSError * _Nullable))completion SWIFT_AVAILABILITY(macos,introduced=10.15) SWIFT_AVAILABILITY(ios,introduced=13.0) SWIFT_AVAILABILITY(tvos,unavailable) SWIFT_AVAILABILITY(watchos,unavailable);
- (void)showManageSubscriptionsWithCompletionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler SWIFT_AVAILABILITY(macos,introduced=10.15) SWIFT_AVAILABILITY(ios,introduced=13.0) SWIFT_AVAILABILITY(tvos,unavailable) SWIFT_AVAILABILITY(watchos,unavailable);
-/// Warning: This is currently experimental and subject to change.
- (void)redeemWebPurchaseWithWebPurchaseRedemption:(RCWebPurchaseRedemption * _Nonnull)webPurchaseRedemption completion:(void (^ _Nonnull)(RCCustomerInfo * _Nullable, NSError * _Nullable))completion;
@end
@@ -4045,7 +4044,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, RCVerificationResult, "VerificationResult",
/// Class representing a web redemption deep link that can be redeemed by the SDK.
-/// Warning: This is currently experimental and subject to change.
/// seealso:
/// Purchases/redeemWebPurchase(_:)
SWIFT_CLASS_NAMED("WebPurchaseRedemption")
diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist
index fc9d54b64e..d39f7c8370 100644
--- a/Tests/UnitTests/Info.plist
+++ b/Tests/UnitTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.15.0
+ 5.14.1
CFBundleVersion
1
diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist
index 316ac0651c..d2bb2dc621 100644
--- a/Tests/UnitTestsHostApp/Info.plist
+++ b/Tests/UnitTestsHostApp/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.15.0
+ 5.14.1
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/scripts/docs/index.html b/scripts/docs/index.html
index 6dd2f85971..5be8af276c 100644
--- a/scripts/docs/index.html
+++ b/scripts/docs/index.html
@@ -2,7 +2,7 @@
-
+
diff --git a/scripts/docs/v4_api_migration_guide.html b/scripts/docs/v4_api_migration_guide.html
index d417c52eb0..6b4387df11 100644
--- a/scripts/docs/v4_api_migration_guide.html
+++ b/scripts/docs/v4_api_migration_guide.html
@@ -2,7 +2,7 @@
-
+
diff --git a/scripts/docs/v5_api_migration_guide.html b/scripts/docs/v5_api_migration_guide.html
index c9d75835dd..aec731f80b 100644
--- a/scripts/docs/v5_api_migration_guide.html
+++ b/scripts/docs/v5_api_migration_guide.html
@@ -2,7 +2,7 @@
-
+