Skip to content

Commit

Permalink
merge pr.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-0000 committed Mar 9, 2018
1 parent bebfe2b commit 2ec9eb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Change Log

## 5.0.6

#### Updated
- #292 Fix crash when imageRatio isNan by arnaudWasappli
- #291 When disableVerticalSwipe is true the browser crashes on close by aliillyas

## 5.0.5
- #271 SmartInvert now works properly
- #288 Add the long photo width match screen option.
- #289 Add SWIFT_VERSION to xcconfig

#### Updated
- #271 SmartInvert now works properly by timroesner
- #288 Add the long photo width match screen option by dirtmelon
- #289 Add SWIFT_VERSION to xcconfig by cheungpat

## 5.0.4

#### Updated
- #273 Fixed crash on resizableImageView force unwrapping.
- #273 Fixed crash on resizableImageView force unwrapping by matuslittva

## 5.0.3

Expand Down
2 changes: 1 addition & 1 deletion SKPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKPhotoBrowser"
s.version = "5.0.5"
s.version = "5.0.6"
s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift."
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 2ec9eb8

Please sign in to comment.