Skip to content

Commit 60bd422

Browse files
committed
Bumping version to 1.3.1
1 parent c3a46b8 commit 60bd422

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

AFNetworking.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworking'
3-
s.version = '1.3.0'
3+
s.version = '1.3.1'
44
s.license = 'MIT'
55
s.summary = 'A delightful iOS and OS X networking framework.'
66
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
77
s.authors = { 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com' }
8-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.0' }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.1' }
99
s.source_files = 'AFNetworking'
1010
s.requires_arc = true
1111

CHANGES

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
= 1.3.1 (2013-06-18)
2+
3+
* Add `automaticallyInflatesResponseImage` property to
4+
`AFImageRequestOperation`, which when enabled, offers significant performance
5+
improvements for drawing images loaded through `UIImageView+AFNetworking` by
6+
inflating compressed image data in the background (Mattt Thompson, Peter
7+
Steinberger)
8+
9+
* Add `NSParameterAssert` check for `nil` `urlRequest` parameter in
10+
`AFURLConnectionOperation` initializer (Kyle Fuller)
11+
12+
* Fix reachability to detect the case where a connection is required but can
13+
be automatically established (Joshua Vickery)
14+
15+
* Fix to Test target Podfile (Kyle Fuller)
16+
117
= 1.3.0 (2013-06-01)
218

319
* Change in `AFURLConnectionOperation` `NSURLConnection` authentication

0 commit comments

Comments
 (0)