From 03e09971c58a29b81247b0aed1bf7a4dd57f2465 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Thu, 24 Aug 2017 13:06:22 -0700 Subject: [PATCH] - v1.2.5 --- AXPhotoViewer.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AXPhotoViewer.podspec b/AXPhotoViewer.podspec index 16404b7..ec38a6d 100644 --- a/AXPhotoViewer.podspec +++ b/AXPhotoViewer.podspec @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7970734..510014c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`