github samvera/hyrax v1.1.0

latest releases: v3.4.1, v3.4.0, v3.3.0...
6 years ago

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:

  1. Update your Gemfile to require Hyrax 1.1.0
  2. Run bundle install
  3. 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

Don't miss a new hyrax release

NewReleases is sending notifications on new releases.