Skip to content

Commit

Permalink
Merge pull request #159 from cul-it/dev
Browse files Browse the repository at this point in the history
v3.1.1 - remove Africana from delivery list
  • Loading branch information
Baroquem authored Mar 18, 2020
2 parents bc82848 + ea4d7b3 commit 4d0a488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/_reqpu.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.col-sm-10
%select#pickup-locations.form-control{:name => 'library_id'}
%option(value='') -- Select a location --
%option{:value => "149", 'data-bd-code': 'F'} Africana Circulation
-# %option{:value => "149", 'data-bd-code': 'F'} Africana Circulation
%option{:value => "151", 'data-bd-code': 'G'} Annex Circulation
-# %option{:value => '224'} Faculty Department Office
-# %option{:value => "160", 'data-bd-code': 'H'} Fine Arts Circulation
Expand Down
2 changes: 1 addition & 1 deletion lib/blacklight_cornell_requests/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BlacklightCornellRequests
VERSION = "3.1.0"
VERSION = "3.1.1"
end
3 changes: 3 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes - blacklight-cornell-requests

## v3.1.1
- Removed Africana from list of delivery libraries.

## v3.1.0
- Added a new .env flag (REQUEST_BYPASS_ROUTING_CHECK) to disable all L2L delivery exclusions/inclusions at once.
- Modified the list of delivery libraries presented when requesting, in response to COVID-19 service changes.
Expand Down

0 comments on commit 4d0a488

Please sign in to comment.