From d777deadef030261c662f1621e3754fb7cf29e37 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Sat, 15 Jul 2017 12:56:15 -0700 Subject: [PATCH] - v1.1.0 --- AXPhotoViewer.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AXPhotoViewer.podspec b/AXPhotoViewer.podspec index d1b37fd..559ee37 100644 --- a/AXPhotoViewer.podspec +++ b/AXPhotoViewer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AXPhotoViewer" - s.version = "1.0.0" + s.version = "1.1.0" 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 d8e4aa2..167680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1.0 +- **[NEW]** Supports presenting with any `modalPresentationStyle` (previously only `UIModalPresentationStyleFullScreen`) - [Issue #3](https://github.com/alexhillc/AXPhotoViewer/issues/3) + # 1.0.0 - **[CHANGED]** Presentation animation style - no longer oscillates, faster