Skip to content

Maintenance release 3.6.7

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 11 Apr 13:56
· 61 commits to 3.6 since this release
127434d

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

curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.7.tar.gz
tar -xzf bolt-v3.6.7.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

Released: 2019-04-11. Notable changes:

  • Added: "Strip keys" option to excerpt of fields. #7759
  • Added: Add information about how to set up custom CKeditor styles. #7769
  • Change: Make sure accept_file_types is an INDEXED array, and disallow certain filetypes to be whitelisted. #7768
  • Change: Make the bootstrap more robust. #7763
  • Fixed: Compare filename extension lowercased #7772
  • Fixed: Remove unsupported guzzlehttp version. #7762

This release comes with special thanks to Felipe Gaspar (fgaspar) for
responsibly reporting a potential security issue to us.