Bolt v3.6.11 Release Notes

Release Date: 2019-11-10 // 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.11.tar.gz
    tar -xzf bolt-v3.6.11.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-11-10. Notable changes:

    • ๐Ÿ›  Fixed: Fix tags in non-english languages and firefox caching selected options #7822
    • ๐Ÿ›  Fixed: Fix typo in AccessControlListener.php #7809
    • ๐Ÿ”’ Security: Fix CRSF issues in file operations #7823
    • โšก๏ธ Updated: Add download to allowed_attributes in HTML cleaner #7808
    • โšก๏ธ Updated: Added comment about required IP in trustProxies #7807
    • โšก๏ธ Updated: Export improvements #7812
    • โšก๏ธ Updates: Update tests for Doctrine 2.10 compatibility #7824

    Special thanks go out f4h4dbt for responsibly disclosing the CSRF issue to us.