Skip to content

Releases: checkout/frames-ios

Bug Fixes

19 Oct 13:16
a3b1732
Compare
Choose a tag to compare

Released on 2021-10-19.

Fixed

  • Localizable.strings issue when used with Cocoapods as a static library.
  • Compilation issue for simulator release builds with Swift Package Manager.

Added new delegate methods on ThreedsWebViewControllerDelegate

29 Sep 09:18
71b39a9
Compare
Choose a tag to compare

Added

  • New delegate methods on ThreedsWebViewControllerDelegate to receive token.

Fixed

  • URL handling in ThreedsWebViewController

Removed

  • Alamofire dependency

Version 3.4.4

25 Aug 12:02
12a7c1d
Compare
Choose a tag to compare

Fixed

  • Card token request serialization.

Removed

  • Support for i386 architecture.

Fix Cocoapods build issues and bug fixes

24 Jun 14:49
abea4bb
Compare
Choose a tag to compare
  • Cocoapods build issues that blocked release
  • Billing address showing up nil inside CkoCardTokenResponse
  • iOS Custom Example project crash while creating token

Optimise Carthage build

10 May 16:37
c696005
Compare
Choose a tag to compare
  • Optimise Carthage build.

Fix Carthage build and SPM resources

13 Apr 15:18
e164e36
Compare
Choose a tag to compare
  • All resources now load with Swift Package Manager.
  • Carthage distribution now fixed.

Fix dependencies and JSON decoding

31 Mar 15:14
d7f4396
Compare
Choose a tag to compare
  • Added user-agent for requests.
  • Response objects are now decoded properly using snake case.
  • Distribution via Swift Package Manager is now fixed.
  • PhoneNumberKit source files have been removed, which were embedded in the framework. This includes CKOPhoneNumberKit. PhoneNumberKit is now referenced from the Podspec and Swift Package Manager configuration.

Add chevronColor option to CheckoutTheme

24 Feb 19:55
7fa07df
Compare
Choose a tag to compare
  • New chevronColor option has been added to CheckoutTheme.

Add NetworkError and fix compilation issue for DetailsInputView

14 Jan 09:55
8acf788
Compare
Choose a tag to compare
  • New NetworkError enum allows you to see more details of any errors received from the API.
  • Using DetailsInputView in your own Storyboard file no longer results in a build error.

Remove Script Failing App Store Validation

30 Oct 13:48
2f7cb5f
Compare
Choose a tag to compare
  • Remove the update.sh script (leftover from updating PhoneNumberKit) from the project which would cause failures when validating with Xcode/the App Store.