From 552776bb9b0e886575b35a8858036176a2ba91d1 Mon Sep 17 00:00:00 2001 From: Dave Goldman Date: Thu, 6 Mar 2014 11:19:04 -0800 Subject: [PATCH] Release 3.6.0 --- README.md | 2 ++ release_notes.txt | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index dcd6bc9..5919bea 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ card.io SDK for iOS Stay up to date --------------- +**Get the latest SDK by downloading an archive of [the most recent release](https://github.com/card-io/card.io-iOS-SDK/releases).** + Please keep your app up to date with the latest version of the SDK. All releases follow [semantic versioning](http://semver.org/). diff --git a/release_notes.txt b/release_notes.txt index d0fc809..9a987a6 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,6 +1,14 @@ card.io iOS SDK release notes ============================= +3.6.0 (Thu 3/6/2014) + +* New appearance of the "Cancel" and "Enter Manually" buttons in camera view, including automatic button rotation to match device orientation. +* New property, allowFreelyRotatingCardGuide, for both CardIOPaymentViewController and CardIOView; provides the option to constrain camera-view UI rotation to follow standard iOS behavior. +* The manual entry screen now includes a landscape orientation. + +-- + 3.5.0 (Wed 2/26/2014) * Add suppressScannedCardImage property to CardIOPaymentViewController (github issue #33)