All Versions
96
Latest Version
Avg Release Cycle
58 days
Latest Release
2275 days ago

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's Info.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.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's Info.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.3 Changes

    • ๐Ÿ”„ Change layout for 1Password icon to be in the email/phone field #405.
    • ๐Ÿ‘ Allow configuration option to disable shake animations for accessibility #380. See PayPalConfiguration disableShakeAnimations option.
    • ๐Ÿ›  Fix issue with missing 1Password data #427.
    • ๐Ÿ›  Fix issue with network request timeouts.
  • 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.