Skip to content

Commit

Permalink
Bump version to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Aug 12, 2015
1 parent c47dd7b commit 7d83554
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
30 changes: 29 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# History of Sufia releases

## 6.3.0

* Fix problems with single use download links. [Olli Lyytinen]
* Use ActiveFedora::Noid 1.0 and surface its config in the Sufia config. [Michael J. Giarlo]
* Do not use hard-coded paths to URLs in the navbar. [Michael J. Giarlo]
* Fixes 2 label issue for radio button and better accessibility compliance. [mtribone]
* Tweak link text and switch Bootstrap icon to span. [mtribone]
* Fixed open alt tag that I incorrectly set previously to address accessibility [mtribone]
* Obey rubocop 0.33. [Michael J. Giarlo]
* Unregistered users should have the ability to see file citations [Michael J. Giarlo]
* After a week of training on "Practical Object-Oriented Design" with Sandi Metz @cam156 @awead and I decided to take a stab at refactoring a small piece of functionality with some of the ideas that we learned. [Hector Correa]
* Build a Rubocop config file that matches our community's styles. Allow Rubocop to autocorrect where possible. Correct style exceptions. [Michael J. Giarlo]
* Fixing audit service since audit no longer exists on the GenericFile [Carolyn Cole]
* Reload the object in the imprt url job after loading in the file incase another job has modified the object in the while the data was being copied [Carolyn Cole]
* Refactor the controller test to assume the ingest job is already tested [Carolyn Cole]
* Adding an announcement editable content block to the home page [Carolyn Cole]
* Adding object type and facte count to get all the files deposited by all users, not just all the objects deposited by the top 10 users [Carolyn Cole]
* Adds mention of Java 8 prerequisite for hydra-jetty. Fixes #1253 [kerchner]
* Fixes Bootstrap columns to allow caret to remain with text for batch editing. [mtribone]
* Makes the edit actions under thumbnail match browse view [mtribone]
* Fixes dropdown menu from being hidden on small devices 767px or smaller [mtribone]
* Update README.md [E. Lynette Rayle]
* Moving admin stats controller to a behavior so it can be overriden in the main app [Carolyn Cole]
* Swaps order of heading and sort, adjusts spacing of gallery display, and adds Bootstrap columns for structure [mtribone]
* Test on CI with the latest JDK and the latest Rails [Michael J. Giarlo]
* Updates README for v6.2.0. [Andrew Myers]
* Our librarians wants to be able to edit the labels. There is no real need to have the headings around and hard coded. [Carolyn Cole]
* Show deposits between a date range by users. fixes #1188 [Carolyn Cole]

## 6.2.0

* Check to make sure Zotero integration is enabled before asking user instances if they have a Zotero user ID. Fixes #1235 [Michael J. Giarlo]
Expand Down Expand Up @@ -372,7 +401,6 @@
* Merge travis config change to speed up the build [Michael J. Giarlo]
* Adding the browse view link into the bread crumbs so it shows on both the edit and the stats page. [Carolyn Cole]


## 4.3.1

* Adds an ORCID field to the user model. [Michael J. Giarlo]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you have questions or need help, please email [the Hydra community tech list]
# Creating a Sufia-based app

This document contains instructions specific to setting up an app with __Sufia
v6.2.0__. If you are looking for instructions on installing a different
v6.3.0__. If you are looking for instructions on installing a different
version, be sure to select the appropriate branch or tag from the drop-down
menu above.

Expand Down Expand Up @@ -127,7 +127,7 @@ We recommend either Ruby 2.2 or the latest 2.1 version.

## Rails

Generate a new Rails application. Sufia 6.2.x requires Rails 4.2.
Generate a new Rails application. Sufia > 6.1.0 requires Rails 4.2.

```
gem install rails -v 4.2
Expand All @@ -139,7 +139,7 @@ rails new my_app
Add the following lines to your application's Gemfile.

```
gem 'sufia', '6.2.0'
gem 'sufia', '6.3.0'
gem 'kaminari', github: 'jcoyne/kaminari', branch: 'sufia' # required to handle pagination properly in dashboard. See https://github.com/amatsuda/kaminari/pull/322
```

Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
6.3.0

0 comments on commit 7d83554

Please sign in to comment.