Skip to content

Commit 2ec9eb8

Browse files
committed
merge pr.
1 parent bebfe2b commit 2ec9eb8

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Change Log
22

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+
39
## 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
715

816
## 5.0.4
917

1018
#### Updated
11-
- #273 Fixed crash on resizableImageView force unwrapping.
19+
- #273 Fixed crash on resizableImageView force unwrapping by matuslittva
1220

1321
## 5.0.3
1422

SKPhotoBrowser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SKPhotoBrowser"
3-
s.version = "5.0.5"
3+
s.version = "5.0.6"
44
s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift."
55
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)