Skip to content

Version 0.14.0

Compare
Choose a tag to compare
@jcoyne jcoyne released this 10 May 17:02
· 677 commits to master since this release

Upgrade Notes

  1. Run rails generate simple_form:install --bootstrap
  2. Copy https://github.com/projecthydra-labs/curation_concerns/blob/master/lib/generators/curation_concerns/templates/migrations/create_operations.rb to db/migrate/20160427155928_create_operations.rb and run rake db:migrate
  3. Resque/Resque-pool has been removed as a dependency. If you need Resque add it to your application manually.
  4. Rights metadata has been updated to require an active field. Update your config/authorites/rights.yml to have active: true for each entry