Skip to content

Commit

Permalink
v3.1.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygarlanka authored Jan 10, 2020
1 parent e64be9c commit 5408c53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BoxPreviewSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxPreviewSDK"
spec.version = "3.0.0"
spec.version = "3.1.0"
spec.summary = "Box Preview SDK"
spec.description = <<-DESC
This SDK makes it easy to present Box files.
Expand Down
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
Changelog
=========

## Next Release
## v3.1.0 [2020-01-10]

__Breaking Changes:__

__New Features and Enhancements:__

- Show file download progress
- Back button for search results exits out of search view, allowing the user to view the file instead of exiting to folder items table view
- Fixed single tap for full screen mode toggle on PDFs
- Fixed double tap zoom level on PDFs
- Show file download progress before a file previews
- Added log out button for OAuth2 sample app

__Bug Fixes:__

- Back button for search results exits out of search view, allowing the user to view the file instead of exiting to the table view for the folder items
- Constant zoom level instead of a variable zoom level on PDFs when a user double taps
- Full screen mode now toggles on PDFs when a user single taps

## v3.0.0 [2019-11-18]

Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0-rc.3</string>
<string>3.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5408c53

Please sign in to comment.