Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This page is a work in progress and will be updated before 7.6 is released.

Requirements

Ruby 2.7.x and Node.js 14.x are recommended.

Anchor
configchanges
configchanges
Config changes

...

Code Block
controlled_digital_lending:
  enable: false
  # Choose whether every collection has CDL enabled or disabled by default
  collections_enabled: false
  default_lending_period: 'P14D' # ISO8601 duration format: P14D == 14.days, PT8H == 8.hours, etc.




Upgrade Steps

For Manual Installations

  1. Install ruby 2.7 (if needed)Ruby 3.x (question)
  2. Update gems, and migrate DB

...