Skip to content

Releases: afterpay/sdk-ios

3.0.7 🛸

27 Oct 23:38
8aa83ff
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Add missing fields to ShippingAddress @huwr (#187)

🧰 Maintenance

3.0.6 🦑

13 Oct 00:13
eda8c66
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

3.0.5 🪗

01 Oct 03:31
97ac392
Compare
Choose a tag to compare

What's Changed

3.0.4 🌝

06 Sep 02:18
10487d0
Compare
Choose a tag to compare

What's Changed

3.0.3 🦖

21 Aug 00:36
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • Compiles under Xcode 13
    • Rename PaymentButton configuration @huwr (#174)

3.0.2 🎻

19 Aug 21:49
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Show cancel alert with .alert style on iPad @huwr (#172)

3.0.1 - 🛰

02 Jun 21:12
970d09f
Compare
Choose a tag to compare

🐛 Bug Fixes

3.0.0 🌈

14 May 04:00
a8d71b1
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Add WidgetView, for showing the new Afterpay Checkout widget. The checkout widget is a component that needs to be placed in your app if the order value is going to change after the express checkout has finished. It displays the consumer’s payment schedule and can be updated as the order total changes, e.g. in response to shipping costs and promo codes.
  • Add different kinds of payment buttons @huwr (#160)

Example app changes

  • Add options to cart screen @huwr (#135)
  • Centralise configuration - simply only use remote now @huwr (#133)
  • Can now use redirect or express checkouts @huwr (#148)

🐛 Bug Fixes

  • Remove script handler on view dismissal @huwr (#139)
  • Post config updated notification on main thread @huwr (#132)

🧰 Maintenance

  • Update locale structure to look for identifier @huwr (#137)
  • [Xcode 12.5] Make super class init available internally @huwr (#152)
  • Fix two linter warnings @huwr (#163)
  • Set user agent to include info on AfterpaySDK @huwr (#159)

2.0.0 - Express Checkout with Integrated Shipping

26 Feb 06:17
9e80d4e
Compare
Choose a tag to compare

What's Changed

This release enables merchants to use the new v2 mobile API (presentCheckoutV2Modally) which integrates with web checkout via a new interactive method (HTML5 postMessage).

This enables support for loading checkout tokens on demand including tokens with mode set to express. Pickup and Buy Now options are also available through this API as well as the ability to provide shipping options dynamically based on the user's saved Afterpay shipping address.

The README has been updated to reflect these new features, so take a look!

🚀 Features

1.4.3 - Scrolling Hotfix

20 Jan 03:39
a4a8369
Compare
Choose a tag to compare

What's Changed

This prevents the SDK from triggering a potential crash within UIKit