Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 039dd20

Browse files
committed
Version 2.0.2
1 parent bef02ff commit 039dd20

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[Changelog](https://github.com/kean/DFImageManager/releases) for all versions
22

3+
# DFImageManager 2.0.2
4+
5+
- Added ability to set the animation duration for fading in the image. Thanks to @holgersindbaek
6+
- Fix Xcode 9 warnings
7+
- Fix Xcode 9 static analyzer issues
8+
9+
310
# DFImageManager 2.0.1
411

512
- #90 Fix an issue with incomplete image downloads (thanks to @HamzaGhazouani)

DFImageManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DFImageManager'
3-
s.version = '2.0.1'
3+
s.version = '2.0.2'
44
s.summary = 'Advanced framework for managing images. Zero config, yet immense customization.'
55
s.description = <<-DESC
66
Advanced framework for loading, caching, processing, displaying and preheating images. DFImageManager is a pipeline that loads images using multiple dependencies which can be injected in runtime. It features optional AFNetworking, FLAnimatedImage and WebP integration.

Pod/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Advanced framework for loading, caching, processing, displaying and preheating images.
99

10-
**This framework is no longer (well) supported.**
10+
**This framework is no longer maintained.**
1111

1212
**Programming in Swift? Check out [Nuke](https://github.com/kean/Nuke)!**
1313

0 commit comments

Comments
 (0)