Skip to content

Commit

Permalink
Bumping version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jun 18, 2013
1 parent c3a46b8 commit 60bd422
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '1.3.0'
s.version = '1.3.1'
s.license = 'MIT'
s.summary = 'A delightful iOS and OS X networking framework.'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' }
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.0' }
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.1' }
s.source_files = 'AFNetworking'
s.requires_arc = true

Expand Down
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
= 1.3.1 (2013-06-18)

* Add `automaticallyInflatesResponseImage` property to
`AFImageRequestOperation`, which when enabled, offers significant performance
improvements for drawing images loaded through `UIImageView+AFNetworking` by
inflating compressed image data in the background (Mattt Thompson, Peter
Steinberger)

* Add `NSParameterAssert` check for `nil` `urlRequest` parameter in
`AFURLConnectionOperation` initializer (Kyle Fuller)

* Fix reachability to detect the case where a connection is required but can
be automatically established (Joshua Vickery)

* Fix to Test target Podfile (Kyle Fuller)

= 1.3.0 (2013-06-01)

* Change in `AFURLConnectionOperation` `NSURLConnection` authentication
Expand Down

0 comments on commit 60bd422

Please sign in to comment.