Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Cohen committed May 12, 2014
1 parent 11eaf67 commit 6be4c5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
Please also see the PaymentKit changelog: https://github.com/stripe/PaymentKit/blob/master/CHANGELOG

=== 1.1.0 2014-04-09
=== 1.1.3 2014-05-12
* Send some basic version and device details with requests for debugging.
* Added -description to STPToken
* Fixed some minor code nits
* Modernized code

=== 1.1.2 2014-04-21
* Added test suite for SSL certificate expiry/revokation
* You can now set STPView's delegate from Interface Builder

=== 1.1.1 2014-04-14
* 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.

=== 1.0.4 2014-03-24
Expand Down
4 changes: 2 additions & 2 deletions Stripe.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Stripe is a web-based API for accepting payments online."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://stripe.com"
s.author = { "Saikat Chakrabarti" => "[email protected]" }
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.1.2"}
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.1.3"}
s.source_files = 'Stripe/*.{h,m}'
s.public_header_files = 'Stripe/*.h'
s.platform = :ios
Expand Down

0 comments on commit 6be4c5b

Please sign in to comment.