Releases: afterpay/sdk-ios
Releases · afterpay/sdk-ios
5.8.0 🌈
What's Changed
⚠️ This version contains breaking changes. Please refer to the Migration Guide in order to migrate. ⚠️
5.7.1
What's Changed
- Use CheckoutV3 region for currency formatting (#276)
Maintenance
- Added CheckoutV3 to getting started guide documentation (#275)
5.7.0
What's Changed
🚀 Features
- Added support for Button Checkout and Button Checkout with Cash App Pay (#271)
🧰 Maintenance
- Added flow diagrams to checkout documentation (#270)
5.6.1
What's Changed
🐛 Bug Fixes
- make
cashAppClientId
public in Obj-c wrapper (#267)
- change
px
to rem
in docs css for compatibility with theme update (#266)
5.6.0
What's Changed
🚀 Features
- add cash app methods to Obj-c wrapper (#262)
- add privacy manifest (#261)
🧰 Maintenance
- update actions workflow for latest macos runner (#263)
5.5.0
What's Changed
🚀 Features
🧰 Maintenance
5.4.0
What's Changed
🚀 Features
- Added consumer locale option to config (#253)
🐛 Bug Fixes
- Updated podspec to use
resource_bundles
instead of resources
(#254)
🧰 Maintenance
- Upgraded dependencies (#249)
- Upgraded pages deploy dependencies (#255)
- Updated documentation for redirect URLs not loading (#250)
- Added checkout WebView requirements to documentation (#251)
5.3.0
What's Changed
🚀 Features
- Added support for compact badge (#240)
- Added support for Cash App Pay using an Afterpay / Clearpay merchant account (#243)
5.2.0
What's Changed
🚀 Features
- Added support for integrations such as Cybersource, which depend on an HTTP request being received at the
redirectConfirmUrl
following the consumer's confirmation of the Afterpay payment schedule (#236)
- Update dark & light titles in example app (#235)
🐛 Bug Fixes
- Moved gem files to src directory for docs (#234)
🧰 Maintenance
- Dependency updates (#237)
5.1.0
What's Changed
🚀 Features
- Updated modal to launch based on consumer language (#225)
- Removed decimals for out of range messaging (#226)
- Moved documentation to GitHub pages (#228, #229, #230, #231)
- Updated documentation with improvements based on developer feedback (#227)