Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Releases: card-io/card.io-iOS-SDK

3.8.0: Accept more card number prefixes; other small changes

11 Jun 21:58
Compare
Choose a tag to compare
  • Accept Diners Club and China UnionPay card numbers as valid Discover card numbers.
  • Allow manual entry of card numbers with unrecognized prefixes, as long as the card number passes the Luhn checksum test.
  • Make zh-Hant_HK the default dialect for zh-Hant (Traditional Chinese). (zh-Hant_TW remains available, as well.)

3.7.1: Improve handling of Traditional Chinese

19 May 22:33
Compare
Choose a tag to compare
  • Improve handling of Traditional Chinese. (github issue #47)

3.7.0: option to mask card digits during manual entry

30 Apr 22:05
Compare
Choose a tag to compare
  • Add new maskManualEntryDigits property to CardIOPaymentViewController.
  • Update PayPal logo.

3.6.5: add Thai localization

21 Apr 19:29
Compare
Choose a tag to compare
  • Add Thai (th) to our supported localizations.

3.6.4: data-entry - automatically enter text-editing mode

01 Apr 23:23
Compare
Choose a tag to compare
  • When the data-entry screen appears, automatically enter text-editing mode. (github issue #41)

3.6.3: reenable disableManualEntryButtons feature

10 Mar 21:10
Compare
Choose a tag to compare
  • Repair the disableManualEntryButtons property. (github issue #38)

3.6.2: fix an orientation glitch when no camera is available

07 Mar 22:55
Compare
Choose a tag to compare
  • Fix an orientation glitch when no camera is available.

3.6.1: fix a compiler bug

06 Mar 19:52
Compare
Choose a tag to compare
  • Fix a compiler issue caused by a change in header file import ordering.

3.6.0: better support for device rotation

06 Mar 19:23
Compare
Choose a tag to compare
  • New appearance of the "Cancel" and "Enter Manually" buttons in camera view, including automatic button rotation to match device orientation.
  • New property, allowFreelyRotatingCardGuide, for both CardIOPaymentViewController and CardIOView; provides the option to constrain camera-view UI rotation to follow standard iOS behavior.
  • The manual entry screen now includes a landscape orientation.

3.5.0: option to suppress final card image

27 Feb 01:17
Compare
Choose a tag to compare
  • Add suppressScannedCardImage property to CardIOPaymentViewController (github issue #33)