Bolt v3.6.10 Release Notes

Release Date: 2019-08-15 // over 4 years ago
  • To do a 15-second install, use the following:

    curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.9.tar.gz
    tar -xzf bolt-v3.6.9.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-08-15. Notable changes:

    • ๐Ÿ”’ Security: Prevent XSS in system log (for authenticated users) #7802
    • ๐Ÿ”’ Security: Prevent XSS in image alt/title (for authenticated users) #7801
    • ๐Ÿ”’ Security: Prevent XSS in "Create file" in file manager (for authenticated users) #7800
    • ๐Ÿ›  Fixes: Prevent update of guzzlehttp/psr7 to 1.6, fixes tests #7798
    • ๐Ÿ›  Fixed: Fix taxonomy name collision #7799
    • ๐Ÿ›  Fixed: Rebuilding assets, fixing tags cloud #7794

    Special thanks go out to @marcingajda for his contributions, and to @KotatuBot
    for responsibly disclosing the XSS issues to us.