Skip to content

Commit

Permalink
Version bump for 5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Jan 30, 2025
1 parent cf8ae65 commit adde1ef
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.15.1
5.16.0
37 changes: 32 additions & 5 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
## RevenueCat SDK
### ✨ New Features
* feat: Add paywall tester examples for simpler testing (#4710) via Facundo Menzella (@facumenzella)
### 🐞 Bugfixes
* fix: PaywalTester successful archive (#4736) via Facundo Menzella (@facumenzella)
* fix: Avoid the use of return switch (#4733) via Facundo Menzella (@facumenzella)
* Fix Font.TextStyle.caption3 Availabilities on tvOS (#4716) via Will Taylor (@fire-at-will)

## RevenueCatUI SDK
### 🐞 Bugfixes
* [Paywalls] Move SwiftUI previews for badge behind DEBUG flag (#4717) via Josh Holtz (@joshdholtz)
### Paywallv2
#### ✨ New Features
* [Paywalls V2] Remove/replace `PAYWALL_COMPONENTS` compiler flag and fix OS/platform compile issues (#4727) via Josh Holtz (@joshdholtz)
#### 🐞 Bugfixes
* [Paywalls V2] Fix footer positioning and bottom padding (#4746) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Ignore top safe area edges for image (#4744) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Support variable mapping (#4740) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Fix footer spacing issues (#4730) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Fix paywalls badge rendering (#4719) via Josh Holtz (@joshdholtz)
### 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)
* fix: Revisit environment values for CustomerCenter (#4723) via Facundo Menzella (@facumenzella)
* fix: Remove buttonStyle for PurchaseHistory (#4724) via Facundo Menzella (@facumenzella)
* fix: Show close button in ErrorView (#4711) via Facundo Menzella (@facumenzella)

### 🔄 Other Changes
* [Paywalls] Fix hex colors with alpha component (#4698) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Fix ZStack alignment (#4748) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Add full cover option to Paywalls Tester (#4745) via Josh Holtz (@joshdholtz)
* UI Preview Mode: app user ID (#4725) via AJPallares (@ajpallares)
* [Paywalls] Add background property to Stack component (#4743) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Do not embed the badge in an extra stack (#4742) via Mark Villacampa (@MarkVillacampa)
* Add `uiPreviewMode` to `DangerousSettings` (#4714) via AJPallares (@ajpallares)
* [Paywalls] Badge fixes (#4696) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Add Timeline component (#4713) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Rename `paywallFooter` to `originalTemplatePaywallFooter` (#4721) via Josh Holtz (@joshdholtz)
* [Paywalls V2] New overrides structure (#4705) via Josh Holtz (@joshdholtz)
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 5.16.0
## RevenueCat SDK
### ✨ New Features
* feat: Add paywall tester examples for simpler testing (#4710) via Facundo Menzella (@facumenzella)
### 🐞 Bugfixes
* fix: PaywalTester successful archive (#4736) via Facundo Menzella (@facumenzella)
* fix: Avoid the use of return switch (#4733) via Facundo Menzella (@facumenzella)
* Fix Font.TextStyle.caption3 Availabilities on tvOS (#4716) via Will Taylor (@fire-at-will)

## RevenueCatUI SDK
### 🐞 Bugfixes
* [Paywalls] Move SwiftUI previews for badge behind DEBUG flag (#4717) via Josh Holtz (@joshdholtz)
### Paywallv2
#### ✨ New Features
* [Paywalls V2] Remove/replace `PAYWALL_COMPONENTS` compiler flag and fix OS/platform compile issues (#4727) via Josh Holtz (@joshdholtz)
#### 🐞 Bugfixes
* [Paywalls V2] Fix footer positioning and bottom padding (#4746) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Ignore top safe area edges for image (#4744) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Support variable mapping (#4740) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Fix footer spacing issues (#4730) via Josh Holtz (@joshdholtz)
* [Paywalls V2] Fix paywalls badge rendering (#4719) via Josh Holtz (@joshdholtz)
### Customer Center
#### 🐞 Bugfixes
* fix: Revisit environment values for CustomerCenter (#4723) via Facundo Menzella (@facumenzella)
* fix: Remove buttonStyle for PurchaseHistory (#4724) via Facundo Menzella (@facumenzella)
* fix: Show close button in ErrorView (#4711) via Facundo Menzella (@facumenzella)

### 🔄 Other Changes
* [Paywalls] Fix ZStack alignment (#4748) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Add full cover option to Paywalls Tester (#4745) via Josh Holtz (@joshdholtz)
* UI Preview Mode: app user ID (#4725) via AJPallares (@ajpallares)
* [Paywalls] Add background property to Stack component (#4743) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Do not embed the badge in an extra stack (#4742) via Mark Villacampa (@MarkVillacampa)
* Add `uiPreviewMode` to `DangerousSettings` (#4714) via AJPallares (@ajpallares)
* [Paywalls] Badge fixes (#4696) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Add Timeline component (#4713) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Rename `paywallFooter` to `originalTemplatePaywallFooter` (#4721) via Josh Holtz (@joshdholtz)
* [Paywalls V2] New overrides structure (#4705) via Josh Holtz (@joshdholtz)

## 5.15.1
## RevenueCatUI SDK
### Customer Center
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.1"
s.version = "5.16.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.15.1"
s.version = "5.16.0"
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.1</string>
<string>5.16.0</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.1"
return "5.16.0"
}

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.1</string>
<string>5.16.0</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.1</string>
<string>5.16.0</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.15.1</string>
<string>5.16.0</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.1</string>
<string>5.16.0</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.1/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.16.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.15.1/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.16.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.15.1/documentation/revenuecat/v5_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.16.0/documentation/revenuecat/v5_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit adde1ef

Please sign in to comment.