All Versions
140
Latest Version
Avg Release Cycle
12 days
Latest Release
181 days ago

Changelog History
Page 14

  • v1.2 Changes

    August 21, 2014
    • โœ‚ Removed PaymentKit as a dependency. If you'd like to use it, you may still do so by including it separately.
    • โœ‚ Removed STPView. PaymentKit provides a near-identical version of this functionality if you need to migrate.
    • ๐Ÿ‘Œ Improve example project
    • ๐Ÿ›  Various code fixes
  • v1.1.4 Changes

    May 22, 2014
    • ๐Ÿ›  Fixed an issue where tokenization requests would fail under iOS 6 due to SSL certificate verification
  • v1.1.3 Changes

    May 12, 2014
    • Send some basic version and device details with requests for debugging.
    • โž• Added -description to STPToken
    • ๐Ÿ›  Fixed some minor code nits
    • Modernized code
  • v1.1.2 Changes

    April 21, 2014
    • โž• Added test suite for SSL certificate expiry/revokation
    • ๐Ÿ— You can now set STPView's delegate from Interface Builder
  • v1.1.1 Changes

    April 14, 2014
    • API methods now verify the server's SSL certificate against a preset blacklist.
    • ๐Ÿ›  Fixed some bugs with SSL verification.
    • ๐Ÿ”’ Note: This version now requires the Security framework. You will need to add this to your app if you're not using CocoaPods.
  • v1.0.4 Changes

    March 24, 2014
    • โฌ†๏ธ Upgraded tests from OCUnit to XCTest
    • ๐Ÿ›  Fixed an issue with the SenTestingKit dependency
    • โœ‚ Removed some dead code
  • v1.0.3 Changes

    March 21, 2014
    • ๐Ÿ›  Fixed: Some example files had target memberships set for StripeiOS and iOSTest.
    • ๐Ÿ›  Fixed: The example publishable key was expired.
    • ๐Ÿ›  Fixed: Podspec did not pass linting.
    • ๐Ÿ›  Some fixes for 64-bit.
    • Many improvements to the README.
    • ๐Ÿ›  Fixed example under iOS 7
    • Some source code cleaning and modernization.
  • v1.0.2 Changes

    September 09, 2013
    • โž• Add exceptions for null successHandler and errorHandler.
    • โž• Added the ability to POST the created token to a URL.
    • Made STPCard properties nonatomic.
    • ๐Ÿšš Moved PaymentKit to be a submodule; added to Podfile as a dependency.
    • ๐Ÿ›  Fixed some warnings caught by the static analyzer (thanks to jcjimenez!)
  • v1.0.1 Changes

    November 16, 2012
    • โž• Add CocoaPods support
    • ๐Ÿ”„ Change directory structure of bindings to make it easier to install
  • v1.0.0 Changes

    November 16, 2012
    • ๐ŸŽ‰ Initial release

    Special thanks to: Todd Heasley, jcjimenez.