From adde1eff5f88403a3527d812fccc26a08c7203fe Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Thu, 30 Jan 2025 12:51:13 +0000 Subject: [PATCH] Version bump for 5.16.0 --- .version | 2 +- CHANGELOG.latest.md | 37 +++++++++++++++++--- CHANGELOG.md | 39 ++++++++++++++++++++++ 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 +- 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 +- 14 files changed, 83 insertions(+), 17 deletions(-) diff --git a/.version b/.version index 2a289656f6..cb480c81c9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.15.1 +5.16.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index f54c10a6b8..312e69c709 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16997b728..30660c18b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RevenueCat.podspec b/RevenueCat.podspec index cb30a90e74..bb18b221b4 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -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 diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index b586e47662..118c2afc4f 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -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 diff --git a/Sources/Info.plist b/Sources/Info.plist index f752a9ced1..dc9da97788 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.1 + 5.16.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 1245b75168..a09cdf2701 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -83,7 +83,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.15.1" + return "5.16.0" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 42a85715ec..b01825ea3d 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.1 + 5.16.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index afb11d0af8..73367e9400 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.1 + 5.16.0 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index afb11d0af8..73367e9400 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.1 + 5.16.0 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 85f6c14169..8cc026afb9 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.1 + 5.16.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 9289e12ac7..1bf9e4e57e 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 eb32f6e38d..2206775454 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 4a21392f33..6852046624 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +