Bolt v3.6.3 Release Notes

Release Date: 2018-12-11 // 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.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