Skip to content

Commit

Permalink
[AUTOMATIC] Release/5.14.1 (#4595)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored Dec 16, 2024
1 parent fc4b37b commit 7a425d8
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.15.0-SNAPSHOT
5.14.1
32 changes: 7 additions & 25 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.15.0-SNAPSHOT"
s.version = "5.14.1"
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.15.0-SNAPSHOT"
s.version = "5.14.1"
s.summary = "UI library for RevenueCat paywalls."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.15.0</string>
<string>5.14.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
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.15.0-SNAPSHOT"
return "5.14.1"
}

static var systemVersion: String {
Expand Down
2 changes: 1 addition & 1 deletion Tests/BackendIntegrationTestApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.15.0</string>
<string>5.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/BackendIntegrationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.15.0</string>
<string>5.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 0 additions & 2 deletions Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL automaticAppleSearchAdsAt
- (void)eligiblePromotionalOffersForProduct:(RCStoreProduct * _Nonnull)product completionHandler:(void (^ _Nonnull)(NSArray<RCPromotionalOffer *> * _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

Expand Down Expand Up @@ -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:
/// <code>Purchases/redeemWebPurchase(_:)</code>
SWIFT_CLASS_NAMED("WebPurchaseRedemption")
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.15.0</string>
<string>5.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTestsHostApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.15.0</string>
<string>5.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
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.14.0/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.1/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.15.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.1/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.15.0-SNAPSHOT/documentation/revenuecat/v5_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.14.1/documentation/revenuecat/v5_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit 7a425d8

Please sign in to comment.