Skip to content

Maintenance release 3.6.5

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 26 Feb 14:05
· 110 commits to 3.6 since this release
9081b1f

To do a 15-second install, use the following:

curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.5.tar.gz
tar -xzf bolt-v3.6.5.tar.gz --strip-components=1
php app/nut init

For detailed installation instructions and other ways to install, see the documentation: https://docs.bolt.cm/3.6/installation/installation

This release comes with special thanks to Andrea Santese (medu554) for responsibly
reporting a security issue to us, and to @JarJak for providing a fix.

Released: 2019-02-26. Notable changes:

  • Security: Fix filemanager file extensions. #7745
  • Added: Allow custom attributes for image fields. #7743
  • Added: Limit when values of a select is an entity #7742
  • Fixed: use the correct <sup> tag in allowed_tags. #7737