Pārlūkot izejas kodu

Bumped version to 5.11.1

update CHANGELOG
DreamPiggy 5 gadi atpakaļ
vecāks
revīzija
76dd4b4911
3 mainītis faili ar 17 papildinājumiem un 3 dzēšanām
  1. 14 0
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+## [5.11.1 - 5.11 Patch, on Apr 23rd, 2021](https://github.com/rs/SDWebImage/releases/tag/5.11.1)
+See [all tickets marked for the 5.11.1 release](https://github.com/SDWebImage/SDWebImage/milestone/88)
+
+### Changes
+- Change the .originalStoreCaheType and .originalQueryCacheType into .disk, Now we will store the full image data into disk and re-query the full image data by default #3219
+- Change the willTerminate auto clean cache logic into sync version #3210
+
+### Fixes
+- Fix the bug that when querying original cache miss, the download process will be skipped. This is not designed behavior #3221
+- Ensure the invalid URLSeesion will receive the cancel callback and does not trigger the any exception from framework #3205
+
+### Documentation
+- Fix spelling error in SDWebImageDownloaderOperation #3220
+
 ## [5.11.0 - Performance, on Apr 1st, 2021](https://github.com/rs/SDWebImage/releases/tag/5.11.0)
 See [all tickets marked for the 5.11.0 release](https://github.com/SDWebImage/SDWebImage/milestone/84)
 

+ 1 - 1
SDWebImage.podspec

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

+ 2 - 2
WebImage/Info.plist

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