Skip to content

Commit 88ec2b4

Browse files
author
Bryant Luk
committed
Updates for release 5.4.0
1 parent 13a0486 commit 88ec2b4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Release/CardIO.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'CardIO'
3-
spec.version = '5.3.2'
3+
spec.version = '5.4.0'
44
spec.license = { type: 'MIT', file: 'LICENSE.md' }
55
spec.homepage = 'https://www.card.io'
66
spec.authors = { 'CardIO' => 'support@paypal.com' }

Release/release_notes.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
card.io iOS SDK release notes
22
=============================
33

4+
5.4.0 (Fri 09/16/2016)
5+
6+
* Add methods with card.io specific signatures to avoid name collisions
7+
( https://github.com/card-io/card.io-iOS-SDK/issues/201 )
8+
* Add .m so that CocoaPods will generate CardIO modulemap. Thanks to @keith.
9+
( https://github.com/card-io/card.io-iOS-SDK/pull/210 )
10+
* Update CardIOViewStream's previewLayer to be CALayer. Thanks to @wisolith.
11+
( https://github.com/card-io/card.io-iOS-source/pull/63 )
12+
* Update CardIOVideoStream's delegate to be a UIResponder. Thanks to @reidmain.
13+
( https://github.com/card-io/card.io-iOS-source/pull/70 )
14+
* Remove incorrect warning about `suppressScanConfirmation`. Thanks to @kballard.
15+
( https://github.com/card-io/card.io-iOS-SDK/issues/217 )
16+
* Fix warnings when building from source
17+
418
5.3.2 (Mon 04/11/2016)
519

620
* Fix memory management issues with CMSampleBufferRef causing crash

0 commit comments

Comments
 (0)