Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
DreamPiggy
7 years ago
Commit
5147ae5c8946883aec82cf22b04a01e9971c3511
1 parent
48dd1908
Bumped version to 4.3.2
update CHANGELOG
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
CHANGELOG.md
SDWebImage.podspec
WebImage/Info.plist
CHANGELOG.md
View file @
5147ae5
## [4.3.1 - 4.3.0 Patch](https://github.com/rs/SDWebImage/releases/tag/4.3.1)
## [4.3.2 - 4.3 Patch, on Feb 28th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.2)
See
[
all tickets marked for the 4.3.2 release
](
https://github.com/rs/SDWebImage/milestone/23
)
#### Fixes
-
Download Operation
-
Fix that iOS 8 NSURLSessionTaskPriorityHigh symbol not defined in Foundation framework and cause crash #2231 #2230
#### Improvements
-
Downloader
-
Follow Apple's doc, add NSOperation only after all configuration done #2232
## [4.3.1 - 4.3 Patch, on Feb 25th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.1)
See
[
all tickets marked for the 4.3.1 release
](
https://github.com/rs/SDWebImage/milestone/22
)
#### Fixes
...
...
SDWebImage.podspec
View file @
5147ae5
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SDWebImage'
s
.
version
=
'4.3.
1
'
s
.
version
=
'4.3.
2
'
s
.
osx
.
deployment_target
=
'10.9'
s
.
ios
.
deployment_target
=
'7.0'
...
...
WebImage/Info.plist
View file @
5147ae5
...
...
@@ -15,11 +15,11 @@
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.3.
1
</string>
<string>
4.3.
2
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
4.3.
1
</string>
<string>
4.3.
2
</string>
<key>
NSPrincipalClass
</key>
<string></string>
</dict>
...
...
Please
register
or
login
to post a comment