Skip to content

Commit

Permalink
- v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhillc committed Aug 24, 2017
1 parent 2af4aec commit 03e0997
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2.4"
s.version = "1.2.5"
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.5
- **[NEW]** Subclassability of PhotosViewControllerDelegate methods (contrib: @justindhill)

# 1.2.4
- **[NEW]** Animation flag for CaptionView - `PhotosViewController.overlayView.animateCaptionViewChanges`

Expand Down

0 comments on commit 03e0997

Please sign in to comment.