From 42b85696407782b3972fd1d131f0fbe4e6ce4da4 Mon Sep 17 00:00:00 2001 From: floriel-fedry-cko Date: Mon, 19 Nov 2018 10:37:17 +0000 Subject: [PATCH] v2.6.0 --- CHANGELOG.md | 13 +++++++++++++ Frames.podspec | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a491e2f4..cd5872860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. #### 2.x Releases +## [2.6.0](https://github.com/checkout/frames-ios/releases/tag/2.6.0) + +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. + ## [2.5.0](https://github.com/checkout/frames-ios/releases/tag/2.5.0) Released on 2018-11-14. diff --git a/Frames.podspec b/Frames.podspec index 7a805e40e..15f332ca3 100644 --- a/Frames.podspec +++ b/Frames.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Frames" - s.version = "2.5.0" + s.version = "2.6.0" s.summary = "Checkout API Client, Payment Form UI and Utilities in Swift" s.description = <<-DESC Checkout API Client and Payment Form Utilities in Swift.