Skip to content

Commit

Permalink
Version bump for 5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Jan 27, 2025
1 parent f2fe853 commit 49f0fec
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.16.0-SNAPSHOT
5.15.1
46 changes: 5 additions & 41 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,10 @@
## RevenueCat SDK
### ✨ New Features
* Add convenience method for setting PostHog User ID (#4679) via Cody Kerns (@codykerns)
### 🐞 Bugfixes
* Do not lint deleted files (#4687) via Facundo Menzella (@facumenzella)
* fix: Set https urls for packages (#4669) via Facundo Menzella (@facumenzella)
* Add purchaseWithParams to PurchasesType (#4663) via Will Taylor (@fire-at-will)
* fix: Fix versions for swift-doc, snapshot-testing & nimble (#4661) via Facundo Menzella (@facumenzella)
* fix: Use custom label for CompatibilityContentUnavailableView (#4647) via Facundo Menzella (@facumenzella)
* Deprecate misnamed purchase(params) function in Obj-C (#4645) via Will Taylor (@fire-at-will)

## RevenueCatUI SDK
### Customer Center
#### ✨ New Features
* Introduce CompatibilityLabeledContent (#4659) via Facundo Menzella (@facumenzella)
* Add support for `displayPurchaseHistoryLink` (#4686) via Facundo Menzella (@facumenzella)
* Introduce `NavigationOptions` for custom navigation and `CustomerCenterNavigationLink` (#4682) via Facundo Menzella (@facumenzella)
#### 🐞 Bugfixes
* Revert changes to public Customer Center API (#4681) via Cesar de la Vega (@vegaro)
* Dismiss alert using binding instead of environment dismiss (#4653) via Facundo Menzella (@facumenzella)
* fix: Show expired subscriptions if nonEmpty (#4707) via Facundo Menzella (@facumenzella)
* feat: Add debug section for purchase detail (#4702) via Facundo Menzella (@facumenzella)
* fix: Use usesNavigationStack instead of usesExistingNavigation (#4706) via Facundo Menzella (@facumenzella)
* fix: Set environment values for every child view in CustomerCenter (#4704) via Facundo Menzella (@facumenzella)

### 🔄 Other Changes
* Add View extension based on CompatibilityNavigationStack (#4677) via Facundo Menzella (@facumenzella)
* fix: Add missing test for support in CustomerCenter (#4691) via Facundo Menzella (@facumenzella)
* Use config response for `displayPurchaseHistoryLink` (#4690) via Facundo Menzella (@facumenzella)
* Improve syntax for `CommonLocalizedString` (#4688) via Facundo Menzella (@facumenzella)
* [Trusted Entitlements] Enable Trusted Entitlements by default (#4672) via Toni Rico (@tonidero)
* [Trusted Entitlements] Do not clear CustomerInfo upon enabling Trusted Entitlements (#4671) via Toni Rico (@tonidero)
* [Paywalls V2] Move image mask after sizing (#4675) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Add masking (concave, convex, circle) and padding/margin to image (#4674) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Use V1 default paywall when footers are used with V2 paywalls (#4667) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Added V1 fallback paywall into Paywall V2 error logic (#4666) via Josh Holtz (@joshdholtz)
* Do not warn when using mac API keys (#4668) via Toni Rico (@tonidero)
* [Paywalls V2] Prefetch low res images (#4658) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Convert Codable structs to classes (#4665) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Icon Component (#4655) via Josh Holtz (@joshdholtz)
* [Paywalls] Tabs (multi-tier / toggle) component (#4648) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Fix compilation errors (#4657) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Accept number as font size for text (#4654) via Josh Holtz (@joshdholtz)
* [Paywalls] Add Badge Modifier (#4596) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Updated outdated image component properties (#4649) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Updating UIConfig aliased colors to contain both light and dark (#4650) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Fix vstack and hstack growing size when fit (#4646) via Josh Holtz (@joshdholtz)
* [Paywalls] Use CALayer-backed shadows and refactor Shape.swift (#4630) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Optionalizing padding, margin, and corner radius properties for safety (#4644) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Decode rectangle corners as optional (#4640) via Josh Holtz (@joshdholtz)
* [Paywalls] Fix hex colors with alpha component (#4698) via Mark Villacampa (@MarkVillacampa)
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.15.1
## RevenueCatUI SDK
### Customer Center
#### 🐞 Bugfixes
* fix: Show expired subscriptions if nonEmpty (#4707) via Facundo Menzella (@facumenzella)
* feat: Add debug section for purchase detail (#4702) via Facundo Menzella (@facumenzella)
* fix: Use usesNavigationStack instead of usesExistingNavigation (#4706) via Facundo Menzella (@facumenzella)
* fix: Set environment values for every child view in CustomerCenter (#4704) via Facundo Menzella (@facumenzella)

### 🔄 Other Changes
* [Paywalls] Fix hex colors with alpha component (#4698) via Mark Villacampa (@MarkVillacampa)

## 5.15.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.16.0-SNAPSHOT"
s.version = "5.15.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.16.0-SNAPSHOT"
s.version = "5.15.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.16.0</string>
<string>5.15.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.16.0-SNAPSHOT"
return "5.15.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.16.0</string>
<string>5.15.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.16.0</string>
<string>5.15.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
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.16.0</string>
<string>5.15.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.16.0</string>
<string>5.15.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.15.0/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.15.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.16.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.15.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.16.0-SNAPSHOT/documentation/revenuecat/v5_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.15.1/documentation/revenuecat/v5_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit 49f0fec

Please sign in to comment.