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

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 17, 2017
1 parent bef02ff commit 039dd20
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[Changelog](https://github.com/kean/DFImageManager/releases) for all versions

# DFImageManager 2.0.2

- Added ability to set the animation duration for fading in the image. Thanks to @holgersindbaek
- Fix Xcode 9 warnings
- Fix Xcode 9 static analyzer issues


# DFImageManager 2.0.1

- #90 Fix an issue with incomplete image downloads (thanks to @HamzaGhazouani)
Expand Down
2 changes: 1 addition & 1 deletion DFImageManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DFImageManager'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Advanced framework for managing images. Zero config, yet immense customization.'
s.description = <<-DESC
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.
Expand Down
2 changes: 1 addition & 1 deletion Pod/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

**This framework is no longer (well) supported.**
**This framework is no longer maintained.**

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

Expand Down

0 comments on commit 039dd20

Please sign in to comment.