Bolt v3.6.2 Release Notes

Release Date: 2018-11-09 // over 5 years ago
  • To do a 15-second install, use the following:

    curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.2.tar.gz
    tar -xzf bolt-v3.6.2.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: 2018-11-09. Notable changes:

    • 🛠 Fixed: Fix slugs for contenttypes that use a field other than 'title'. #7708
    • 🛠 Fixed: Handle Empty Search Parameter Error. #7712
    • 🛠 Fixed: Fix styling of panel actions. #7707