v1.1.0
New Features
2018-04-13: Back-port of configuration option for full-text extraction [Bess
Sadler]
Allow configuration to turn off the full-text extraction during
derivative creation.
Bug Fixes
2018-04-13: Update Travis badge on README.md to represent branch [Tom Johnson]
We added a weekly build for the 1.0.x branch; this ensures that
status displays on the branch's README.md.
2018-04-13: Pin simple-form to fix build [Bess Sadler]
2018-02-02: Use FactoryBot instead of FactoryGirl [Bess Sadler]
2018-01-29: Display an admin set even if it doesn't have a description [Bess Sadler]
Upgrade Notes
Upgrading from 1.0.5:
- Update your Gemfile to require Hyrax 1.1.0
- Run bundle install
- If you want to take advantage of the new feature allowing you to turn off full-text extraction, add a block like this to
config/initializers/hyrax.rb
:
# Option to enable/disable full text extraction from PDFs
# Default is true, set to false to disable full text extraction
config.extract_full_text = false