Versions Compared

Key

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

...

Ruby 3.2.x and Node.js 20.x are recommended.

Config changes

Listed here.Recaptcha v2 checkbox (default) or v3 can be enabled and configured in settings.yml

Code Block
recaptcha:
  site_key: # Setting a site_key will enable recaptcha on the comments form
  secret_key: # Required along with site_key
  type: "v2_checkbox" # or "v3"
  v3:
    action: "comment"
    minimum_score: 0.5

The language code for default captions language now requires a 3 letter ISO 639-2 code.

Code Block
caption_default:
  # Language should be 3 letter ISO 639-2 code
  language: 'eng'
  name: 'English'

Upgrade Steps

For Manual Installations

...