Bumped version to 4.3.3

update CHANGELOG
This commit is contained in:
DreamPiggy 2018-03-12 23:06:02 +08:00
parent 9ca9fa3d96
commit dc5c974b89
3 changed files with 16 additions and 3 deletions

View File

@ -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)
See [all tickets marked for the 4.3.2 release](https://github.com/rs/SDWebImage/milestone/23)

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '4.3.2'
s.version = '4.3.3'
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '7.0'

View File

@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.2</string>
<string>4.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.3.2</string>
<string>4.3.3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>