Bolt v3.6.7 Release Notes

Release Date: 2019-04-11 // about 5 years ago
  • 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.