Skip to content

Releases: afterpay/sdk-android

4.0.0

11 Jul 04:54
3cf67ff
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Localise for EU (fr-FR, it-IT and es-ES) and fr-CA (#151)

Breaking Changes

The following table displays the device languages that Afterpay will display for depending on merchant region.

Merchant Country Client languages that Afterpay is available for
Australia English
Canada English, French
France French, English
Italy Italian, English
New Zealand English
Spain Spanish, English
United Kingdom English
United States English

This is to ensure that the consumer understands the terms of use.

If the device language is not one of the available languages, then the visibility of any views (button, price breakdown etc) will be set to GONE and the checkout will not launch. Views and functionality where the device language matches an approved language for the merchant account are unaffected by this change.

3.3.1

03 Jun 02:15
8390557
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Updated shipping address prop defaults (#155)

🧰 Maintenance

  • Prepared for release: v3.3.1 (#156)

3.3.0

11 Apr 03:12
61fb3d8
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Feature: configurable modal link (#150)
  • Feature: add logo lockup (#152)

🧰 Maintenance

  • Prepare for release: v3.3.0 (#153)

3.2.0

28 Feb 20:57
de25754
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Feature: modal theme and id (#147)

🧰 Maintenance

  • Clean up codeowners file (#146)
  • update version number to 3.2.0 (#148)

3.1.0 🐹

10 Jan 03:59
8b99bd9
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Allow for optional words (with and interest-free) (#141)

🐛 Bug Fixes

  • Instalment breakdown amount corrected when scale of divident is 0 (#142)

🧰 Maintenance

  • Update dependencies (#143)
  • Update version number to 3.1.0 (#144)

3.0.0 🪐

10 Dec 01:39
6037144
Compare
Choose a tag to compare

What's Changed

🚀 Feature

  • Allow for shipping options to be updated upon selection (#138)

🐛 Bug Fix

  • Fix: Add missing ShippingAddress properties @nesevis (#136)

🧰 Maintenance

  • Bump minimum SDK version from 21 (Android 5) to 24 (Android 7) (#134)
  • Add nesevis, benfterpay, and ScottAntonacAP to CODEOWNERS (#137)
  • Release 3.0.0 (#140)

Breaking Changes

  • SDK is no longer compatible with API v21 (Android 5). This has been moved to API 24 (Android 7)
  • Public type alias ShippingOptionsDidChangeClosure changes to ShippingOptionDidChangeClosure for clarity
  • Public protocol CheckoutV2Handler's method shippingOptionDidChange now takes a second parameter: completion of type ShippingOptionCompletion

2.1.0

12 Oct 05:09
7af5e88
Compare
Choose a tag to compare

What's Changed

🚀 Feature

🐛 Bug Fix

  • Fix typo in shell command to set animation scale @k-obrien (#132)

🧰 Maintenance

2.0.5

03 Sep 02:28
243b3ad
Compare
Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

2.0.4

15 Jul 06:40
25ce1b4
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

2.0.3

15 Jul 05:54
5bd1af1
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance