diff --git a/.version b/.version index 7041f18668..0a70cf03ca 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.14.0-SNAPSHOT +5.14.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index ef7d66731c..3640e7540c 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,28 +1,29 @@ ## RevenueCat SDK -### ✨ New Features -* Adds `subscriptions` to `CustomerInfo` (#4508) via Cesar de la Vega (@vegaro) ### 🐞 Bugfixes -* [Paywalls] Fix PaywallTester compilation on Xcode 15 (#4540) via Mark Villacampa (@MarkVillacampa) -* Paywalls: Update Finnish "restore" localization (#4493) via Jeffrey Bunn (@Jethro87) +* Support non-JSON object decodable values in `getMetadataValue` (#4555) via Cody Kerns (@codykerns) ## RevenueCatUI SDK -### 🐞 Bugfixes -* Fix translucent navigation bar on paywalls by making it fully transparent (on iOS 16+) (#4543) via Josh Holtz (@joshdholtz) -* Fix build for app extensions (#4531) via Cesar de la Vega (@vegaro) ### 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 -* Adds missing revisionId to CustomerCenter impression event (#4537) via Cesar de la Vega (@vegaro) -* Customer Center deeplinks should always be opened externally (#4533) via Cesar de la Vega (@vegaro) -* Use `ManageSubscriptionsView` for users without active subscriptions (#4530) via Cesar de la Vega (@vegaro) +* 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) ### 🔄 Other Changes -* run-test-ios-15 in xcode 15 to fix incompatibilities with emergetools (#4319) via Cesar de la Vega (@vegaro) -* WebPurchaseRedemption: Rename `alreadyRedeemed` result to `purchaseBelongsToOtherUser` (#4542) via Toni Rico (@tonidero) -* [Paywalls] Add previews for different combinations of vertical/horizontal alignment and flex distributions (#4538) via Mark Villacampa (@MarkVillacampa) -* Renames isDeeplink to isWebLink (#4535) via Cesar de la Vega (@vegaro) -* Update Package.resolved (#4534) via Cesar de la Vega (@vegaro) -* Add repo name (#4532) via Noah Martin (@noahsmartin) -* [Paywalls] Add Emerge Snapshot Tests (#4529) via Mark Villacampa (@MarkVillacampa) -* Adds API Test for `jwsRepresentation` in obj-c (#4526) via Andy Boedo (@aboedo) -* Create `CustomerCenterEvent` (#4392) via Cesar de la Vega (@vegaro) -* [Paywalls] Add support for gradient backgrounds (#4522) via Mark Villacampa (@MarkVillacampa) +* 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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9515fae00a..0245bab895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## 5.14.0 +## 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) + +### 🔄 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) + ## 5.13.0 ## RevenueCat SDK ### ✨ New Features diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 2d5be21f86..c5463ec4bb 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "5.14.0-SNAPSHOT" + s.version = "5.14.0" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index a4b369f77f..83ef5b76b2 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "5.14.0-SNAPSHOT" + s.version = "5.14.0" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 2f2302dcc9..480ac62b66 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -83,7 +83,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.14.0-SNAPSHOT" + return "5.14.0" } static var systemVersion: String { diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 74decd934f..6dd2f85971 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 b61d9083cb..c43dcaffa9 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 00b2909009..cef96697a3 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +