-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**This is an automatic release.** ### 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)
- Loading branch information
Showing
9 changed files
with
49 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.4.0-SNAPSHOT | ||
5.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters