Skip to content

Maintenance release 3.4.5

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 18 Dec 15:54
· 942 commits to 3.7 since this release
v3.4.5
fda04d9

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

curl -O https://bolt.cm/distribution/archive/3.4/bolt-v3.4.5.tar.gz
tar -xzf bolt-v3.4.5.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.4/installation/installation

Released: 2017-12-18. Notable changes:

  • Fixed: Check for CKE changes on repeater duplication #7261
  • Fixed: Proper sortorders for groupings. (Additional fix to #7257) #7263
  • CI: [Travis] Adjust Composer cache directories #7259