Procházet zdrojové kódy

Bumped version to 5.18.7

update CHANGELOG
DreamPiggy před 2 roky
rodič
revize
e278c13e46
3 změnil soubory, kde provedl 10 přidání a 3 odebrání
  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.7 - CocoaPods Privacy Manifest, on Dec 11th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.7)
+See [all tickets marked for the 5.18.7 release](https://github.com/SDWebImage/SDWebImage/milestone/127)
+
+### Project
+- Added xcprivacy manifest to CocoaPods #3649
+- - Now all the 3 integration supports the privacy manifest. Check README about usage.
+
 ## [5.18.6 - ProMotion/Vision Fix, on Dec 5th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.6)
 See [all tickets marked for the 5.18.6 release](https://github.com/SDWebImage/SDWebImage/milestone/126)
 

+ 1 - 1
SDWebImage.podspec

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