فهرست منبع

Bumped version to 5.18.4

update CHANGELOG
DreamPiggy 2 سال پیش
والد
کامیت
fd1950de05
3فایلهای تغییر یافته به همراه10 افزوده شده و 3 حذف شده
  1. 7 0
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 7 - 0
CHANGELOG.md

@@ -1,3 +1,10 @@
+## [5.18.4 - 5.18 Fix, on Oct 27th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.4)
+See [all tickets marked for the 5.18.4 release](https://github.com/SDWebImage/SDWebImage/milestone/124)
+
+### Changes
+- SDAnimatedImage now supports static image like JPEG data #3626 #3625
+-  - Previous version the initializer will return nil and has to use UIImage/NSImage instead
+
 ## [5.18.3 - 5.18 Fix, on Oct 10th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.3)
 See [all tickets marked for the 5.18.3 release](https://github.com/SDWebImage/SDWebImage/milestone/122)
 

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.18.3'
+  s.version = '5.18.4'
 
   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.18.3</string>
+	<string>5.18.4</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.18.3</string>
+	<string>5.18.4</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>