Skip to content

2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 05:24
· 960 commits to refs/heads/main since this release
701b17f

Changes

The two main changes are:

  • The ability to assign separate review forms for internal (staff) and external reviewers. It is optional to set the external review forms. If non are set everyone will get the internal ones, just how it used to work.
  • Improvement to the 2FA workflow. It always worked but but was a bit clunky. Hopefully this makes it a more streamlined experience for users. This is especially important for organisations that make use of the ENFORCE_TWO_FACTOR function introduced in v2.5.0.

🚀 Features

⚙️ Enhancements

🐛 Bug Fixes

  • Make the form help link text translateble. (#2879) @frjo
  • Fix e-mail variables that got mangled during the translation push (#2863) @frjo
  • Move npm install command to entrypoint script. (#2860) @frjo
  • Install npm global so not replaced with volume mount. (#2859) @frjo
  • Fix TypeError for MessageInline View (#2856) @sandeepsajan0

🔧 Maintenance

  • Update resource_class to large for CircleCI jobs (#2866) @frjo

Contributors to this release: @frjo, @sandeepsajan0 and @sks444