Skip to content

Maintenance release 3.6.4

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 24 Jan 09:56
· 128 commits to 3.6 since this release
c37bc1c

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.