parent
9ca9fa3d96
commit
dc5c974b89
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
||||||
|
## [4.3.3 - Cache Serializer, on Mar 12th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.3)
|
||||||
|
See [all tickets marked for the 4.3.3 release](https://github.com/rs/SDWebImage/milestone/24)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
- Manager
|
||||||
|
- Add cacheSerializer to allow user provide modified version of data when storing the disk cache in SDWebImageManager #2245
|
||||||
|
- Add a delegate method to control the custom logic when blocking the failed url #2246
|
||||||
|
|
||||||
|
#### Improvements
|
||||||
|
- Project
|
||||||
|
- Enable CLANG\_WARN\_OBJC\_IMPLICIT\_RETAIN\_SELF and fix warning #2242
|
||||||
|
|
||||||
|
|
||||||
## [4.3.2 - 4.3 Patch, on Feb 28th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.2)
|
## [4.3.2 - 4.3 Patch, on Feb 28th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.2)
|
||||||
See [all tickets marked for the 4.3.2 release](https://github.com/rs/SDWebImage/milestone/23)
|
See [all tickets marked for the 4.3.2 release](https://github.com/rs/SDWebImage/milestone/23)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SDWebImage'
|
s.name = 'SDWebImage'
|
||||||
s.version = '4.3.2'
|
s.version = '4.3.3'
|
||||||
|
|
||||||
s.osx.deployment_target = '10.9'
|
s.osx.deployment_target = '10.9'
|
||||||
s.ios.deployment_target = '7.0'
|
s.ios.deployment_target = '7.0'
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>4.3.2</string>
|
<string>4.3.3</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>4.3.2</string>
|
<string>4.3.3</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue