diff --git a/.version b/.version index 7daa13a179..c7cb1311a6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.4.0-SNAPSHOT +5.3.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 40f6f72a5a..95be9b0a63 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,27 +1,21 @@ -### New Features -* Price rounding logic (#4132) via James Borthwick (@jamesrb1) ### Bugfixes -* [Customer Center] Migrate to List style (#4190) via Cody Kerns (@codykerns) -* [Paywalls] Improve locale consistency (#4158) via Josh Holtz (@joshdholtz) -* Set Paywalls Tester deployment target to iOS 15 (#4196) via James Borthwick (@jamesrb1) -* [Customer Center] Hide Contact Support button if URL can't be created (#4192) via Cesar de la Vega (@vegaro) -* Fix the setting for SKIP_INSTALL in Xcode project (#4195) via Andy Boedo (@aboedo) -* [Customer Center] Improving customer center buttons (#4165) via Cody Kerns (@codykerns) -* Revert workaround for iOS 18 beta 5 SwiftUI crash (#4173) via Mark Villacampa (@MarkVillacampa) -* [Paywalls] Make iOS version calculation lazy (#4163) via Mark Villacampa (@MarkVillacampa) -* [Paywalls] Observe `PurchaseHandler` when owned externally (#4097) via James Borthwick (@jamesrb1) +* Fix `compatibleTopBarTrailing` in MacOS and api tests (#4226) via Cesar de la Vega (@vegaro) +* [Paywall] Fix restoreStarted not being called on `presentPaywallIfNeeded` when using `requiredEntitlementIdentifier` (#4223) via Josh Holtz (@joshdholtz) +* [CustomerCenter] Move sheet and restore alert creation to `ManageSubscriptionsView` (#4220) via Cesar de la Vega (@vegaro) +* [EXTERNAL] `Custom Entitlements Computation`: fix support display on debug screen (#4215) by @NachoSoto (#4218) via Toni Rico (@tonidero) +* [Customer Center] Add padding to `No thanks` in promotional offer screen (#4221) via Cesar de la Vega (@vegaro) +* Fix version number in plist files (#4213) via Cesar de la Vega (@vegaro) +* fix mac os sandbox check slowness (#3879) via Andy Boedo (@aboedo) +* [Customer Center] Fix `FeedbackSurveyView` not opening (#4208) via Cesar de la Vega (@vegaro) +* Remove `unneeded_override` disable to fix linter (#4209) via Cesar de la Vega (@vegaro) +### Dependency Updates +* Bump rexml from 3.3.3 to 3.3.6 in /Tests/InstallationTests/CocoapodsInstallation (#4210) via dependabot[bot] (@dependabot[bot]) +* Bump rexml from 3.3.3 to 3.3.6 (#4211) via dependabot[bot] (@dependabot[bot]) ### Other Changes -* [Customer Center] Clean up colors in WrongPlatformView and NoSubscriptionsView (#4204) via Cesar de la Vega (@vegaro) -* Fix failing `all-tests` and retry more flaky tests (#4188) via Josh Holtz (@joshdholtz) -* Compatibility content unavailable improvements (#4197) via James Borthwick (@jamesrb1) -* Create lane to enable customer center (#4191) via Cesar de la Vega (@vegaro) -* XCFramework artifacts in CircleCI (#4189) via Andy Boedo (@aboedo) -* [Customer Center] CustomerCenterViewModel checks whether the app is the latest version (#4169) via JayShortway (@JayShortway) -* export RevenueCatUI xcframework (#4172) via Andy Boedo (@aboedo) -* Corrects references from ManageSubscriptionsButtonStyle to ButtonsStyle. (#4186) via JayShortway (@JayShortway) -* Speed up carthage installation tests (#4184) via Andy Boedo (@aboedo) -* Customer center improvements (#4166) via James Borthwick (@jamesrb1) -* replace `color(from colorInformation:)` global with extension (#4183) via Andy Boedo (@aboedo) -* Fix tests in main (#4174) via Andy Boedo (@aboedo) -* Enable customer center tests (#4171) via James Borthwick (@jamesrb1) -* [Customer Center] Initial implementation (#3967) via Cesar de la Vega (@vegaro) +* Update readme wording (#3914) via James Borthwick (@jamesrb1) +* Set a maximum duration for iOS 15 tests (#4229) via Cesar de la Vega (@vegaro) +* Paywall Components Initial Commit (#4224) via James Borthwick (@jamesrb1) +* [CustomerCenter] Open App Store when the user wants to update their app (#4199) via JayShortway (@JayShortway) +* [Customer Center] Shows a warning when the app is not the latest version (#4193) via JayShortway (@JayShortway) +* Fix integration tests simulator version (#4219) via Cesar de la Vega (@vegaro) +* Pin swift-docc-plugin to 1.3.0 (#4216) via James Borthwick (@jamesrb1) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5060e9e628..a92cbe4a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 5.3.1 +### Bugfixes +* Fix `compatibleTopBarTrailing` in MacOS and api tests (#4226) via Cesar de la Vega (@vegaro) +* [Paywall] Fix restoreStarted not being called on `presentPaywallIfNeeded` when using `requiredEntitlementIdentifier` (#4223) via Josh Holtz (@joshdholtz) +* [CustomerCenter] Move sheet and restore alert creation to `ManageSubscriptionsView` (#4220) via Cesar de la Vega (@vegaro) +* [EXTERNAL] `Custom Entitlements Computation`: fix support display on debug screen (#4215) by @NachoSoto (#4218) via Toni Rico (@tonidero) +* [Customer Center] Add padding to `No thanks` in promotional offer screen (#4221) via Cesar de la Vega (@vegaro) +* Fix version number in plist files (#4213) via Cesar de la Vega (@vegaro) +* fix mac os sandbox check slowness (#3879) via Andy Boedo (@aboedo) +* [Customer Center] Fix `FeedbackSurveyView` not opening (#4208) via Cesar de la Vega (@vegaro) +* Remove `unneeded_override` disable to fix linter (#4209) via Cesar de la Vega (@vegaro) +### Dependency Updates +* Bump rexml from 3.3.3 to 3.3.6 in /Tests/InstallationTests/CocoapodsInstallation (#4210) via dependabot[bot] (@dependabot[bot]) +* Bump rexml from 3.3.3 to 3.3.6 (#4211) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Update readme wording (#3914) via James Borthwick (@jamesrb1) +* Set a maximum duration for iOS 15 tests (#4229) via Cesar de la Vega (@vegaro) +* Paywall Components Initial Commit (#4224) via James Borthwick (@jamesrb1) +* [CustomerCenter] Open App Store when the user wants to update their app (#4199) via JayShortway (@JayShortway) +* [Customer Center] Shows a warning when the app is not the latest version (#4193) via JayShortway (@JayShortway) +* Fix integration tests simulator version (#4219) via Cesar de la Vega (@vegaro) +* Pin swift-docc-plugin to 1.3.0 (#4216) via James Borthwick (@jamesrb1) + ## 5.3.0 ### New Features * Price rounding logic (#4132) via James Borthwick (@jamesrb1) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 000f656172..cd5e27ea48 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "5.4.0-SNAPSHOT" + s.version = "5.3.1" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 3d3ca227b9..c38667ff65 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "5.4.0-SNAPSHOT" + s.version = "5.3.1" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 586148bcf1..084f7ada6b 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -75,7 +75,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.4.0-SNAPSHOT" + return "5.3.1" } static var systemVersion: String { diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 516327f68e..bfbab1cad8 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 ce71908b6c..b7d58d6e06 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 ccc0791a46..2d6de08404 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +