-
Notifications
You must be signed in to change notification settings - Fork 319
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.** ### 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) ### 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) --------- Co-authored-by: Josh Holtz <me@joshholtz.com>
- Loading branch information
1 parent
f89b02a
commit 6b374f3
Showing
10 changed files
with
116 additions
and
57 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.3.0-SNAPSHOT | ||
5.3.0 |
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,16 +1,27 @@ | ||
### New Features | ||
* Price rounding logic (#4132) via James Borthwick (@jamesrb1) | ||
### Bugfixes | ||
* Fix Paywalls crash on iOS 18 beta (#4154) via Andy Boedo (@aboedo) | ||
### Dependency Updates | ||
* Bump danger from 9.4.3 to 9.5.0 (#4143) via dependabot[bot] (@dependabot[bot]) | ||
* Bump nokogiri from 1.16.6 to 1.16.7 (#4129) via dependabot[bot] (@dependabot[bot]) | ||
* Bump fastlane from 2.221.1 to 2.222.0 (#4130) via dependabot[bot] (@dependabot[bot]) | ||
* [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) | ||
### Other Changes | ||
* Update deployment targets for tests (#4145) via Andy Boedo (@aboedo) | ||
* Deploy purchaserTester: clean up dry-run parameter (#4140) via Andy Boedo (@aboedo) | ||
* Clean up API Testers (#4141) via Andy Boedo (@aboedo) | ||
* More project structure cleanup (#4131) via Andy Boedo (@aboedo) | ||
* temporarily disables purchasetester deploy (#4133) via Andy Boedo (@aboedo) | ||
* Fix trigger all tests branch (#4135) via Andy Boedo (@aboedo) | ||
* Clean up XCWorkspace and testing apps (#4111) via Andy Boedo (@aboedo) | ||
* tests trigger: add target-branch parameter to trigger from the right branch (#4121) via Andy Boedo (@aboedo) | ||
* Re-added the RevenueCatUI tests job on every commit (#4113) via Andy Boedo (@aboedo) | ||
* [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) |
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
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