-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AUTOMATIC] Release/4.38.0 #3742
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but when we're ready for final ship we should maybe re-do the changelog to make things clearer
## 4.38.0 | ||
### New Features | ||
* Paywalls: add `updateWithDisplayCloseButton` to `PaywallViewController` (#3708) via Cesar de la Vega (@vegaro) | ||
* New `syncAttributesAndOfferingsIfNeeded` method (#3709) via Burdock (@lburdock) | ||
* Add targeting to `PresentedOfferingContext` (#3730) via Josh Holtz (@joshdholtz) | ||
* Add `currentOffering(forPlacement: String)` to `Offerings` (#3707) via Guido Torres (@guido732) | ||
* New `Package.presentedOfferingContext` (#3712) via Josh Holtz (@joshdholtz) | ||
### Bugfixes | ||
* Mark methods with StaticString for appUserID as deprecated (#3739) via Mark Villacampa (@MarkVillacampa) | ||
### Other Changes | ||
* `Xcode 15.3`: fix warnings on Integration Tests (#3603) via NachoSoto (@NachoSoto) | ||
* [EXTERNAL] Spelling typo fix to comment (#3713) via @vdeaugustine (#3740) via Mark Villacampa (@MarkVillacampa) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could use a manual cleanup, where we actually explain what the feature is, point to docs and how to use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For sure! I'll submit a PR to update these when ready 💪
Closing and creating a new one with a commit to fix SK2 tests |
This is an automatic release.
New Features
updateWithDisplayCloseButton
toPaywallViewController
(Paywalls: addupdateWithDisplayCloseButton
toPaywallViewController
#3708) via Cesar de la Vega (@vegaro)syncAttributesAndOfferingsIfNeeded
method (NewsyncAttributesAndOfferingsIfNeeded
method #3709) via Burdock (@lburdock)PresentedOfferingContext
(Add targeting toPresentedOfferingContext
#3730) via Josh Holtz (@joshdholtz)currentOffering(forPlacement: String)
toOfferings
(AddcurrentOffering(forPlacement: String)
toOfferings
#3707) via Guido Torres (@guido732)Package.presentedOfferingContext
(NewPackage.presentedOfferingContext
#3712) via Josh Holtz (@joshdholtz)Bugfixes
Other Changes
Xcode 15.3
: fix warnings on Integration Tests (Xcode 15.3
: fix warnings on Integration Tests #3603) via NachoSoto (@NachoSoto)