From 484bc774e1091f622c4856e576ff957b29403676 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 19 Sep 2022 18:35:34 +0800 Subject: [PATCH] Bumped version to 5.13.3 update CHANGELOG --- CHANGELOG.md | 9 +++++++++ SDWebImage.podspec | 2 +- WebImage/Info.plist | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c42ae40..351fc601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.13.3 - 5.13 Crash Fix, on Sep 19th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.13.3) +See [all tickets marked for the 5.13.3 release](https://github.com/SDWebImage/SDWebImage/milestone/100) + +### Fixes +- Try to workaround iOS 15+ crash that CGImage retain the CGImageSource during animation image playing #3387 +- Fix the crash because of SDWebImageCombinedOperation recursive lock #3403 +- Synchronise getter and setter of the cancelled property of the SDWebImageCombinedOperation #3393 +- Fix the switching from animated image rendering to static image does not works on macOS 11+ #3402 + ## [5.13.2 - 5.13 Patch, on Jul 23th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.13.2) See [all tickets marked for the 5.13.2 release](https://github.com/SDWebImage/SDWebImage/milestone/99) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 63528bb9..69a6aff3 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.13.2' + s.version = '5.13.3' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index ebca835c..b39b3b04 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.13.2 + 5.13.3 CFBundleSignature ???? CFBundleVersion - 5.13.2 + 5.13.3 NSPrincipalClass