File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 5.0.6
4
+
5
+ #### Updated
6
+ - #292 Fix crash when imageRatio isNan by arnaudWasappli
7
+ - #291 When disableVerticalSwipe is true the browser crashes on close by aliillyas
8
+
3
9
## 5.0.5
4
- - #271 SmartInvert now works properly
5
- - #288 Add the long photo width match screen option.
6
- - #289 Add SWIFT_VERSION to xcconfig
10
+
11
+ #### Updated
12
+ - #271 SmartInvert now works properly by timroesner
13
+ - #288 Add the long photo width match screen option by dirtmelon
14
+ - #289 Add SWIFT_VERSION to xcconfig by cheungpat
7
15
8
16
## 5.0.4
9
17
10
18
#### Updated
11
- - #273 Fixed crash on resizableImageView force unwrapping.
19
+ - #273 Fixed crash on resizableImageView force unwrapping by matuslittva
12
20
13
21
## 5.0.3
14
22
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SKPhotoBrowser"
3
- s . version = "5.0.5 "
3
+ s . version = "5.0.6 "
4
4
s . summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift."
5
5
s . homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments