Skip to content

Commit

Permalink
New release: v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zmoki committed Feb 4, 2019
1 parent c579075 commit 19f9d64
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Dimitry Solovyov <[email protected]>
Dmitry Mukhin <[email protected]>
Eddie Gatenby <[email protected]>
Elijah <[email protected]>
Erin Doyle <[email protected]>
Hamza Abdullah Mohammad <[email protected]>
Huseyin Beberoglu <[email protected]>
Jalil Wahdatehagh <[email protected]>
Expand All @@ -30,6 +31,7 @@ Matt Rohrer <[email protected]>
Milan <[email protected]>
Nikolay Zherdev <[email protected]>
ReadmeCritic <[email protected]>
Robbie Paul <[email protected]>
Roman Pominov <[email protected]>
Scott Ries <[email protected]>
Shane O'Grady <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
uploadcare-widget (3.6.2)
uploadcare-widget (3.7.0)
coffee-rails
ejs

Expand Down
14 changes: 12 additions & 2 deletions HISTORY.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v3.7.0...HEAD

## [3.7.0]

### Added

* New value `onedrive` for the `tabs` option to define OneDrive tab.
We continue to support the `skydrive` value, but it will be replaced
by `onedrive`.
by `onedrive`.
* Added missing translations to the Spanish (`es`) locale. See [#529][github-pr-529].

### Fixed

* Specified the right license in `package.json` like in the `LICENSE` file.
* Keyboard only users can navigate the dialog now. See [#524][github-pr-524].
* Fixed typo in the German (`de`) locale. See [#530][github-pr-530].

[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v3.6.2...HEAD
[3.7.0]: https://github.com/uploadcare/uploadcare-widget/compare/v3.6.2...v3.7.0
[github-pr-524]: https://github.com/uploadcare/uploadcare-widget/pull/524
[github-pr-529]: https://github.com/uploadcare/uploadcare-widget/pull/529
[github-pr-530]: https://github.com/uploadcare/uploadcare-widget/pull/530

## [3.6.2]

Expand Down
2 changes: 1 addition & 1 deletion lib/uploadcare-widget/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module UploadcareWidget
VERSION = "3.6.2"
VERSION = "3.7.0"
end
2 changes: 1 addition & 1 deletion test/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GIT
PATH
remote: ../..
specs:
uploadcare-widget (3.6.2)
uploadcare-widget (3.7.0)
coffee-rails
ejs

Expand Down

0 comments on commit 19f9d64

Please sign in to comment.