Bumped version to 5.19.0

update CHANGELOG
This commit is contained in:
DreamPiggy 2024-02-24 17:15:28 +08:00
parent 750b3f2a24
commit 73b9397cfb
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,17 @@
## [5.19 - CocoaPods X VisionOS, on Feb 25th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.0)
See [all tickets marked for the 5.19.0 release](https://github.com/SDWebImage/SDWebImage/milestone/123)
### Project
- [Part 2]Added the official visionOS support with CocoaPods, include Demo/Tests/CI #3673
- This need CocoaPods 1.13.0+
- Next: We'll bump other SDWebImage.org Pods, like `SDWebImageSwiftUI`, `SDWebImageWebPCoder`, `libwebp` on CocoaPods with the visionOS podspec support.
### Features
- Added SDWebImageWaitTransition to wait for transition finished and then callback completedBlock #3680
### Changes
- Formally deprecate `sd_cancelCurrentImageLoad` on UIView category, which cause misunderstanding for the same overloaded method in UIImageView category #3654
## [5.18.12 - 5.8 Patch, on Feb 24th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.18.12) ## [5.18.12 - 5.8 Patch, on Feb 24th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.18.12)
See [all tickets marked for the 5.18.12 release](https://github.com/SDWebImage/SDWebImage/milestone/132) See [all tickets marked for the 5.18.12 release](https://github.com/SDWebImage/SDWebImage/milestone/132)

View File

@ -112,7 +112,7 @@ You can use those directly, or create similar components of your own, by using t
- watchOS 2.0 or later - watchOS 2.0 or later
- macOS 10.11 or later (10.15 for Catalyst) - macOS 10.11 or later (10.15 for Catalyst)
- visionOS 1.0 or later - visionOS 1.0 or later
- Xcode 13.0 or later (visionOS requires Xcode 15.0) - Xcode 14.0 or later (visionOS requires Xcode 15.0)
#### Backwards compatibility #### Backwards compatibility

View File

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

View File

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