All Versions
140
Latest Version
Avg Release Cycle
12 days
Latest Release
181 days ago
Changelog History
Page 14
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.