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.