Bolt v3.6.9 Release Notes

Release Date: 2019-06-24 // almost 5 years ago
  • To do a 15-second install, use the following:

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

    • โž• Added: Add abbreviations to CKeditor, using <abbr>-tag. #7783
    • ๐Ÿ›  Fixed: Use isIterable over Traversable #7778
    • Updated: Select2 updated to 4.0.7, since it finally works on IE 11 again. #7783