Bolt v3.6.4 Release Notes

Release Date: 2019-01-24 // 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.4.tar.gz
    tar -xzf bolt-v3.6.4.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-01-24. Notable changes:

    • ๐Ÿ›  Fixed asset url generation for Bolt install in subfolder. #7725
    • ๐Ÿ›  Fixed: DBAL Sqlite schema diff bug, still needed on DBAL 2.9. #7733
    • ๐Ÿ›  Fixed: Ignore default value alteration for MySQL TEXT and BLOB types. #7477
    • โšก๏ธ Updated: Updates to bolt/thumbs and bolt/filesystem.
    • โšก๏ธ Updated: Various updates to Symfony components, Composer packages and Front-end dependencies.