Skip to content

Maintenance release 3.6.1

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 02 Nov 08:32
· 172 commits to 3.6 since this release
23ba515

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

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

  • Fixed: Add missing part of select field values in repeaters. #7701
  • Fixed: Fix for field type blocks with translation extension. #7705
  • Fixed: Fix for Select values inside repeaters inside templatefields. #7636
  • Fixed: Stop stack being queried in _macro.twig when stack is disabled. #7698
  • Fixed: Temporary fix for repeater fields in changelog. #7683
  • Updated: Javascript dependencies, including blueimp-file-upload.