Version 9.6.0
Major change was to extract Blacklight::AccessControls.
Upgrade guide
- Replace any instance of
include Hydra::Controller::SearchBuilder
withinclude Blacklight::AccessControls::Catalog
- Change any instance of
CatalogController.search_params_logic
toHydra::SearchBuilder.default_processor_chain
History
- 2015-11-05: Use ruby 1.9 style hashes [Justin Coyne]
- 2016-01-21: Test with Blacklight 5 and 6 [Justin Coyne]
- 2016-01-15: Test Blacklight 6 [Justin Coyne]
- 2016-01-07: Document Embargoable#deactivate_embargo! [ci skip] [Justin Coyne]
- 2016-01-07: Document Embargo#deactivate! [ci skip] [Justin Coyne]
- 2016-01-06: Remove hard dependency on sass-rails. [Justin Coyne]
- 2015-11-19: Extracted some of hydra-access-controls code to a new gem,
blacklight-access_controls. [val99erie] - 2015-11-23: Remove deprecated user permission type [Justin Coyne]