Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 10 Mar 09:32
· 25 commits to master since this release
  • Added:
    • Added logo for Netbanking (882).
    • Added support for Carthage. Include the SDK in your app by adding github 'Ingenico-ePayments/connect-sdk-client-ios' ~> 4.0 to your Cartfile.
  • Changed:
    • The minimal supported iOS version has been increased to 9.0. Please be aware that in order to integrate with this version of the SDK, you will have to increase the minimal supported iOS version in your application to 9.0 as well.
    • Updated dependency versions to the latest stable versions.
    • Validation of expiry dates now also verifies the upper bound of allowed expiry dates within the Ingenico Connect platform. This upperbound is the current year + 25. Months are not taken into account for the upperbound. E.g. if the current date is 2020/06/01, a credit card with expiry date 2045/01/01 will be considered valid.
    • Changed Spanish translations from "Proporcione un valor válido de 11 o 14 caracteres para su número de CNPJ O CPF" to "Proporcione un valor válido de 11 o 14 caracteres para su número de CNPJ o CPF".
    • Updated the README with information on how to include the SDK through Carthage.