Skip to content

Commit

Permalink
Merge pull request #285 from nytimes/update-pod-version
Browse files Browse the repository at this point in the history
Update pod version from 3.0.0 to 3.0.1 and update changelog
  • Loading branch information
adam tecle authored Dec 5, 2019
2 parents a72243d + 2b29d47 commit 46d2251
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

Changes for users of the library currently on `develop`:

- Fixed some tests, added tests for NYTPhotoViewerSinglePhotoDataSource
## [3.0.1](https://github.com/nytimes/NYTPhotoViewer/releases/tag/3.0.1)

Changes for users of the library in 3.0.1:

- Fixed a strict warning and a subscripting bug in NYTPhotoViewerArrayDataSource.m
- Added support for interstitial views
- Fix issue with beginAppearanceTransition being called on non-child VCs
- Fixed issue with beginAppearanceTransition being called on VCs with no parent VC

## [3.0.0](https://github.com/nytimes/NYTPhotoViewer/releases/tag/3.0.0)

Changes for users of the library in 3.0.0:

- Unit test improvements
- Interstitial view support + Swift sample
- NSObject conformance for example app

## [2.0.0](https://github.com/NYTimes/NYTPhotoViewer/releases/tag/2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion NYTPhotoViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NYTPhotoViewer"
s.version = "3.0.0"
s.version = "3.0.1"

s.description = <<-DESC
NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.
Expand Down

0 comments on commit 46d2251

Please sign in to comment.