Bumped version to 4.4.7

update CHANGELOG
This commit is contained in:
DreamPiggy 2019-06-05 20:34:53 +08:00
parent 4aa1181cd1
commit 6ea9a7640a
3 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,16 @@
## [4.4.7 - 4.4 patch, on Jun 5th, 2019](https://github.com/rs/SDWebImage/releases/tag/4.4.7)
See [all tickets marked for the 4.4.7 release](https://github.com/SDWebImage/SDWebImage/milestone/34)
#### Fixes
- Fix compatability for Xcode 11 #2744
- Fix the SDAnimatedImageRep which use the deprecated API and cause compile issue on Xcode 11 #2745
#### Feature
- Define SDWebImageDownloader convenience method #2633
#### Project
- Update libwebp constraint to lower 2.0 #2628
## [4.4.6 - 4.4 patch, on Feb 26th, 2019](https://github.com/SDWebImage/SDWebImage/releases/tag/4.4.6)
See [all tickets marked for the 4.4.6 release](https://github.com/SDWebImage/SDWebImage/milestone/33)

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '4.4.6'
s.version = '4.4.7'
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.4.6</string>
<string>4.4.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.4.6</string>
<string>4.4.7</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>