Bumped version to 5.12.4

update CHANGELOG
This commit is contained in:
lizhuoli 2022-03-08 15:26:41 +08:00
parent ba66c41fd6
commit 0228390699
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [5.12.4 - 5.12 Patch, on Mar 8th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.12.4)
See [all tickets marked for the 5.12.4 release](https://github.com/SDWebImage/SDWebImage/milestone/93)
### Fixes
- Fix imageView blinks with option `SDImageCacheQueryDiskDataSync` #3327
- Workaround the iOS 15+ Force Decode may return black image because of CoreGraphics #3332
## [5.12.3 - 5.12 Patch, on Jan 27th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.12.3)
See [all tickets marked for the 5.12.3 release](https://github.com/SDWebImage/SDWebImage/milestone/92)

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '5.12.3'
s.version = '5.12.4'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'

View File

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