Bolt v3.6.5 Release Notes

Release Date: 2019-02-26 // 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.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