Skip to content

Releases: teamforage/forage-ios-sdk

4.5.1

30 Oct 22:20
4.5.1
783649f

Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.5.1

4.5.0

01 Jul 23:23
4.5.0
717b293

Choose a tag to compare

What's Changed

  • Add new ForagePaymentSheet to support HSA/FSA payment method creation
  • Add new tokenizeCreditDebitCard method
    HSA/FSA Quickstart docs

Full Changelog: 4.4.11...4.5.0

4.4.11

17 Dec 17:23
a2d1af6

Choose a tag to compare

  • Bug-Fix: ensures continuation resume is called at most once. Thanks @cltnschlosser for the assist!

v4.4.10

14 Nov 23:59
8991649

Choose a tag to compare

  • Support 16-digit Maine-issued cards
  • Remove VGS, Basis Theory and LaunchDarkly dependencies
    • 📦 Reduces ForageSDK package binary size by 66% 🤏🏻
    • ⚡ Reduces latency of checkBalance and capturePayment methods
    • ⏩ Accelerates ForageElement loading time!

4.4.9

12 Aug 17:49
441f59f

Choose a tag to compare

Upgrade basistheory-ios package to version 4.1.2, resolving a minor bug.

4.4.8

19 Jul 17:37
fa85d10

Choose a tag to compare

  • Allow ForageSDK.setup to reliably update the merchantID and sessionToken. Previously, only updateMerchantID and updateSessionToken were supported for this use case.

4.4.7

21 Jun 15:17
c15cbfe

Choose a tag to compare

Use LaunchDarkly 9.6.1 to fix PrivacyInfo file issue

4.4.6

20 Jun 20:04
4933988

Choose a tag to compare

Fix malformed API response handling for deferPaymentCapture()

4.4.5

20 Jun 17:09
bbf8144

Choose a tag to compare

🆕 Added

  • Support for in-house PCI Vault (Rosetta)

🐞 Fixed

  • Security header enhancements

4.4.4

10 May 20:32
6dac69d

Choose a tag to compare

  • 🐞 Fixed
    • Fixed JSON decoding of Payment for deferPaymentCapture()
  • 🔁 Changed
    • Improved response time of checkBalance() and capturePayment() via new "sync" endpoints.
  • 🗑️ Removed
    • Marked ForagePinTextField#placeholder as deprecated/unsupported