Bolt v3.7.0 Release Notes

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

    curl -O https://bolt.cm/distribution/archive/3.7/bolt-v3.7.0.tar.gz
    tar -xzf bolt-v3.7.0.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-12. Notable changes:

    • ๐Ÿ”„ Change: Dropped support for PHP 5.5, 5.6 and 7.0. #7826

    This means the minimum requirement for Bolt 3.7 is now PHP 7.1. Because of this,
    0๏ธโƒฃ the default distributions will now include more recent versions of libraries,
    ๐Ÿ‘ providing better support for more recent versions of PHP 7.1 and higher
    out-of-the-box. This is most noticeable with Doctrine, our database library.

    If you're stuck on an older PHP version, you can keep using Bolt 3.6 for the
    ๐Ÿ‘€ foreseeable future.