Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

84 lines (44 loc) · 2.04 KB

Change Log

All notable changes to this project will be documented in this file. checkout-sdk-ios adheres to Semantic Versioning.

2.x Releases

Released on 2018-11-19.

Added

  • Added a delegate method onSubmit that is executed when the card data is submitted to create the card token.

Fixed

  • Fixed issue with ios 10 where the fields on the billing address screen will display only one character.
  • Fixed cursor position when formatting card number and phone number input field.

Released on 2018-11-14.

Modified

  • Change the delegate method to not expose the card request in it.

Released on 2018-11-08.

Added

  • CheckoutTheme that will allow to modify the colors and fonts more easily.

Modified

  • Change the names and order of the Billing details text fields.

Released on 2018-09-18.

Modified

  • Change the expiration date format. The expiration year is now 2 digits long (e.g. 19 for 2019).

Fixed

  • Fixed UI Tests for iOS Custom.

Released on 2018-07-23.

Added

  • Error message for the phone number input field. It will invite the user to use the country code.

Modified

  • Update localization: English, French, Spanish, German, Italian, Dutch.

Released on 2018-07-13.

Modified

  • AddressViewControllerDelegate method onTapDoneButton takes the controller as a parameter.
  • CardViewControllerDelegate method onTapDone takes the controller as a parameter, which leave the navigation control out of the controller.

Released on 2018-07-09.

Added

  • Initial release of FramesIos.