Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #500 from ualbertalib/silence_deprecations
Browse files Browse the repository at this point in the history
Silence blacklight deprecation warnings
  • Loading branch information
pgwillia authored Apr 19, 2021
2 parents 65e6c96 + 5d31c47 commit 2fb4632
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se

## [Unreleased]

## [1.0.68] - 2021-04-06

### Changed
- silence blacklight deprecation warnings [#135](https://github.com/ualbertalib/NEOSDiscovery/issues/135)

## [1.0.67] - 2021-04-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Bundler.require(*Rails.groups)

module SearchApp
VERSION = '1.0.67'.freeze # used in application layout meta generator tag
VERSION = '1.0.68'.freeze # used in application layout meta generator tag

class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
Expand Down
1 change: 1 addition & 0 deletions config/initializers/blacklight_deprecations.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deprecation.default_deprecation_behavior = :silence

0 comments on commit 2fb4632

Please sign in to comment.