Skip to content

Releases: banked/banked-iOS

0.0.40

19 Dec 16:14
Compare
Choose a tag to compare

December 19, 2023

Bug Fixes

  • Fixed translations

v 0.0.39

18 Dec 14:58
Compare
Choose a tag to compare

December 18, 2023

Bug Fixes

  • Copy updates

0.0.38

14 Dec 16:12
Compare
Choose a tag to compare

December 14, 2023

New Features

  • Added support for Ireland

0.0.37

03 Nov 20:36
Compare
Choose a tag to compare

New Features

  • Added support for end to end id

0.0.36

01 Sep 09:26
Compare
Choose a tag to compare

New Features

  • Added support for Dutch language

Full Changelog: 0.0.35...0.0.36

0.0.35

07 Jul 14:41
Compare
Choose a tag to compare

Bug Fixes

  • Fixed occasional crash when filtering providers while using auto-correction.

0.0.34

16 Jun 18:20
Compare
Choose a tag to compare

New Features

  • Enhanced Setup Method: The setup method now includes an optional countryCode parameter. This parameter can be used to sort payment providers based on the country code. If the countryCode parameter is not provided, the providers will be sorted based on the default setting.

  • Improved Payment Status Retrieval: A new polling process has been introduced for retrieving the final state of a payment after it is sent. The framework will make several attempts over approximately 10 seconds to fetch the latest status. This ensures that the app has the most up-to-date information regarding the payment's state, improving the user experience.

0.0.33

21 Apr 14:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue that allowed presenting the framework twice, which caused side effects.
    Now, an error will be triggered if user tries to call the framework and it is already loaded.

0.0.32

06 Apr 14:30
Compare
Choose a tag to compare

New Features

  • Added support for French and Spanish languages.

Bug Fixes

  • Fixed an issue with brand name that caused an infinite spinner when checking a payment again in some cases random cases.

Deprecations

  • Deprecated support from Donation, Transfer and Send actions. Now all actions are Pay, even if we pass a different value.
    It is recommended to start using modern methods without "action" parameter.

0.0.31

21 Mar 21:12
Compare
Choose a tag to compare

Bug Fixes

  • Fixed framework version in request headers.