Bumped version to 4.4.8 for 4.x branch

update CHANGELOG
This commit is contained in:
DreamPiggy 2019-12-27 14:42:54 +08:00
parent 853325139f
commit a0b269a4bc
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## [4.4.8 - 4.4 patch, on Dec 27th, 2019](https://github.com/rs/SDWebImage/releases/tag/4.4.8)
See [all tickets marked for the 4.4.8 release](https://github.com/SDWebImage/SDWebImage/milestone/57)
#### Fixes
- Fix the issue that "There may be no complete callback when download the picture of the local path" #2916
- Fix the crash when using NSCache delegate with SDMemoryCache default implementation on dealloc #2899
- Fix the thread safe issue with Downloader and DownloaderOperation during cancel #2903
## [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)

View File

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