diff --git a/.version b/.version index 7daa13a179..84197c8946 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.4.0-SNAPSHOT +5.3.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 95be9b0a63..c5316deee2 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,21 +1,6 @@ ### 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]) +* [Customer Center] Build `WrongPlatformView` from JSON (#4234) via Cesar de la Vega (@vegaro) +* Add `feedbackSurveyCompleted` event to Customer Center events (#4194) via Cesar de la Vega (@vegaro) ### 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) +* [Diagnostics] Add `backend_error_code` property (#4236) via Toni Rico (@tonidero) +* Update README.md (#3986) via Khoa (@onmyway133) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92cbe4a64..b5c21159ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.3.2 +### Bugfixes +* [Customer Center] Build `WrongPlatformView` from JSON (#4234) via Cesar de la Vega (@vegaro) +* Add `feedbackSurveyCompleted` event to Customer Center events (#4194) via Cesar de la Vega (@vegaro) +### Other Changes +* [Diagnostics] Add `backend_error_code` property (#4236) via Toni Rico (@tonidero) +* Update README.md (#3986) via Khoa (@onmyway133) + ## 5.3.1 ### Bugfixes * Fix `compatibleTopBarTrailing` in MacOS and api tests (#4226) via Cesar de la Vega (@vegaro) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 000f656172..4627c34c6e 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.2" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 3d3ca227b9..2443965288 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.2" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index c08a959252..0cb0d7f881 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.4.0 + 5.3.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 586148bcf1..2ea96b5535 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.2" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 9885cd3d8d..e5b784cafd 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.4.0 + 5.3.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index 6d3a67ebb4..20b93ea90f 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.4.0 + 5.3.2 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index 6d3a67ebb4..20b93ea90f 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.4.0 + 5.3.2 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 1414070897..d183951e84 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.4.0 + 5.3.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index bfbab1cad8..c8fc0fcc49 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..ce2757e609 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..ea450cb63e 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +