All Versions
96
Latest Version
Avg Release Cycle
58 days
Latest Release
2540 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.14.6 Changes
- 🛠 Fix issue with localization not being correctly looked up #449.
For iOS 9, the SDK will use the best matching language based on
NSBundle.preferredLocalizationsFromArray
and what is translated in the SDK. - If you use card.io to scan credit cards, you should add the key
NSCameraUsageDescription
to your app'sInfo.plist
and set the value to be a string describing why your app needs to use the camera (e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access the camera.
- 🛠 Fix issue with localization not being correctly looked up #449.
For iOS 9, the SDK will use the best matching language based on
-
v2.14.5 Changes
- 🛠 Fix issue with Bitcode when archiving #443.
- If you use card.io to scan credit cards, you should add the key
NSCameraUsageDescription
to your app'sInfo.plist
and set the value to be a string describing why your app needs to use the camera (e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access the camera.
-
v2.14.4 Changes
- ⚡️ Update localized messages.
- 🛠 Fix issue with truncated text in certain table cells #367.
-
v2.14.2 Changes
- 🚀 Update card.io to iOS 5.3.2.
-
v2.14.1 Changes
- 🛠 Fix missing nullability headers #404.
-
v2.14.0 Changes
- 🛠 Fix issue with iOS 9 right to left language support #389.
-
v2.13.2 Changes
- 🛠 Fix issue with small dynamic text truncating prices #381.
-
v2.13.1 Changes
- ⚡️ Update card.io to 5.3.1.
-
v2.13.0 Changes
- ➕ Add nullability annotations to headers.
- Minor internal code cleanup.