diff --git a/.version b/.version index caf10985d8..c68d476cc8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.11.0-SNAPSHOT +5.11.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index af1dcbe38d..5a734549d7 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,19 +1,18 @@ ## RevenueCat SDK +### ✨ New Features +* Support anonymous web purchase redemptions (#4439) via Toni Rico (@tonidero) -### Win-back Offers - -#### ✨ New Features - -- Support fetching & redeeming eligible win-back offers in custom paywalls (#4485) via Will Taylor (@fire-at-will) - -### 🐞 Bugfixes - -- Fix transaction metadata in purchase tester app (#4505) via Will Taylor (@fire-at-will) +## RevenueCatUI SDK +### ✨ New Features +* Add new view modifier to redeem web purchases (#4446) via Toni Rico (@tonidero) +### Customer Center +#### 🐞 Bugfixes +* Add lifetime support to the Customer Center (#4503) via Cesar de la Vega (@vegaro) ### 🔄 Other Changes - -- [Paywalls] Use .frame(alignment:) to fix alignment in non-multiline text components (#4500) via Mark Villacampa (@MarkVillacampa) -- [Paywalls V2] Allowing intro eligibility overrides for text (and image and stack) (#4495) via Josh Holtz (@joshdholtz) -- [Paywalls V2] Introduce new `LocalizationProvider` for localized strings and locale (#4491) via Josh Holtz (@joshdholtz) -- [Paywalls V2] Process variables in the text component (#4490) via Josh Holtz (@joshdholtz) -- Fighting flakiness: no longer uses `beCloseToDate` in `CustomerInfoOfflineEntitlementsStoreKitTest.verifyEntitlement` (#4399) via JayShortway (@JayShortway) +* [Paywalls] Remove lazy stack usages and fix alignment issues (#4514) via Mark Villacampa (@MarkVillacampa) +* Pass transactionData to handleReceiptPost in syncPurchasesSK2 (#4513) via Mark Villacampa (@MarkVillacampa) +* [Paywalls] Fix stack alignment issues by applying frame alignment to the size modifier (#4511) via Mark Villacampa (@MarkVillacampa) +* [FIX] Update License Copywrite (#4510) via Jacob Eiting (@jeiting) +* [Paywalls] Add button and shortcut to refresh the presented live paywall (#4509) via Mark Villacampa (@MarkVillacampa) +* [Paywalls V2] Add root paywall background (color and image) (#4502) via Josh Holtz (@joshdholtz) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee18ef5f93..de3887f7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 5.11.0 +## RevenueCat SDK +### ✨ New Features +* Support anonymous web purchase redemptions (#4439) via Toni Rico (@tonidero) + +## RevenueCatUI SDK +### ✨ New Features +* Add new view modifier to redeem web purchases (#4446) via Toni Rico (@tonidero) +### Customer Center +#### 🐞 Bugfixes +* Add lifetime support to the Customer Center (#4503) via Cesar de la Vega (@vegaro) + +### 🔄 Other Changes +* [Paywalls] Remove lazy stack usages and fix alignment issues (#4514) via Mark Villacampa (@MarkVillacampa) +* Pass transactionData to handleReceiptPost in syncPurchasesSK2 (#4513) via Mark Villacampa (@MarkVillacampa) +* [Paywalls] Fix stack alignment issues by applying frame alignment to the size modifier (#4511) via Mark Villacampa (@MarkVillacampa) +* [FIX] Update License Copywrite (#4510) via Jacob Eiting (@jeiting) +* [Paywalls] Add button and shortcut to refresh the presented live paywall (#4509) via Mark Villacampa (@MarkVillacampa) +* [Paywalls V2] Add root paywall background (color and image) (#4502) via Josh Holtz (@joshdholtz) + ## 5.10.0 ## RevenueCat SDK diff --git a/RevenueCat.podspec b/RevenueCat.podspec index f45434a8bd..5eb60bafa0 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "5.11.0-SNAPSHOT" + s.version = "5.11.0" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 39ab3acc39..d9857a972a 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "5.11.0-SNAPSHOT" + s.version = "5.11.0" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index a323cd7043..0462ed90f7 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -83,7 +83,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.11.0-SNAPSHOT" + return "5.11.0" } static var systemVersion: String { diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 763fc68706..83dd77b1ea 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 ed581cc7e7..6c491b2a1c 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 d50f84ab5a..d37bec4f60 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +