diff --git a/CHANGELOG.md b/CHANGELOG.md index 0085af0d..60f0cdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.19.7 - 5.19 fix, on Sep 22th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.7) +See [all tickets marked for the 5.19.7 release](https://github.com/SDWebImage/SDWebImage/milestone/139) + +### Fixes +- Fix the thumbnail decoding on JPEG which contains EXIF orientation, use the new way to workaround JFIF bug #3743 +- Fix the crash when some special urls cause the cache path return nil and crash #3740 +- Fix the issue that some URL which has percent-encoding with \0 will cause nil cache path #3744 + ## [5.19.6 - Thumbnail performance, on Sep 7th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.6) See [all tickets marked for the 5.19.5 release](https://github.com/SDWebImage/SDWebImage/milestone/138) diff --git a/SDWebImage.json b/SDWebImage.json index e0e51584..0c287e59 100644 --- a/SDWebImage.json +++ b/SDWebImage.json @@ -3,5 +3,6 @@ "5.19.3": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.3/SDWebImage-dynamic.xcframework.zip", "5.19.4": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.4/SDWebImage-dynamic.xcframework.zip", "5.19.5": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.5/SDWebImage-dynamic.xcframework.zip", - "5.19.6": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.6/SDWebImage-dynamic.xcframework.zip" + "5.19.6": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.6/SDWebImage-dynamic.xcframework.zip", + "5.19.7": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.7/SDWebImage-dynamic.xcframework.zip" } diff --git a/SDWebImage.podspec b/SDWebImage.podspec index a884525c..98356711 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.19.6' + s.version = '5.19.7' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 61301b85..1aac7dd9 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.19.6 + 5.19.7 CFBundleSignature ???? CFBundleVersion - 5.19.6 + 5.19.7 NSPrincipalClass