Skip to content

Maintenance release 3.6.3

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 11 Dec 15:07
· 147 commits to 3.6 since this release
3f39fee

To do a 15-second install, use the following:

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

  • Fixed: Add missing status filter. #7719
  • Fixed: Add whitespace between status label and value. #7717
  • Fixed: Allow for $locale optional parameter in localedatetime. #7723
  • Fixed: Fix filters for Content without taxonomy. #7722
  • Fixed: Fix listing without owner. #7716
  • Fixed: Fix setting up legacy Contenttype object. #7720