Skip to content

Commit

Permalink
- v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhillc committed Sep 29, 2017
1 parent 1074479 commit 5244383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AXPhotoViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AXPhotoViewer"
s.version = "1.3.0"
s.version = "1.3.1"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.summary = "An iPhone/iPad photo gallery viewer, useful for viewing a large number of photos."
s.homepage = "https://github.com/alexhillc/AXPhotoViewer"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.1
- **[FIXED]** `OverlayView` bar button items were not spaced correctly by default
- **[FIXED]** `StackableViewContainer` was not playing well with animations due to an earlier work aroudn that was made for CaptionView animations, but that is now fixed; as a result, subviews are now laid out at the time of their container's layout

# 1.3.0
- iOS 11 support, Swift 4 migration & support
- iOS 8 support
Expand Down

0 comments on commit 5244383

Please sign in to comment.