From 88b3ba211c0d604e60eab204c1baf8229c513399 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 23 Oct 2020 10:36:09 +0800 Subject: [PATCH] Bumped version to 5.9.4 update CHANGELOG --- CHANGELOG.md | 7 +++++++ SDWebImage.podspec | 2 +- WebImage/Info.plist | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b7507e..42221d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.9.4 - 5.9 Patch, on Oct 13th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.9.4) +See [all tickets marked for the 5.9.4 release](https://github.com/SDWebImage/SDWebImage/milestone/80) + +### Fixes +- Fix race condition when using transitions that are canceled and then switched to a new transition or load operation #3108 #3107 +- Fixed the store cache type was specified to `SDImageCacheTypeDisk ` that no pictures were obtained when the disk had pictures #3110 + ## [5.9.3 - 5.9 Patch, on Oct 13th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.9.3) See [all tickets marked for the 5.9.3 release](https://github.com/SDWebImage/SDWebImage/milestone/79) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 9259d54e..344d4daf 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.9.3' + s.version = '5.9.4' s.osx.deployment_target = '10.10' s.ios.deployment_target = '8.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 3e023386..98e16344 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.9.3 + 5.9.4 CFBundleSignature ???? CFBundleVersion - 5.9.3 + 5.9.4 NSPrincipalClass