Skip to content

Maintenance release 3.2.5

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 29 Dec 13:16

Binaries of packaged releases below.

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

curl -O https://bolt.cm/distribution/bolt-3.2.5.tar.gz
tar -xzf bolt-3.2.5.tar.gz --strip-components=1
php app/nut init

Notable changes:

  • Security: Update Swiftmailer to ^5.4.5 per CVE-2016-10074. #6204
  • Added: Added "Save" button in Live editor. #6178 #6182
  • Fixed: Frontend no longer starting a session, when it shouldn't. #6196, #35
  • Fixed: Don't persist unset fields on update. #6199
  • Fixed: Fix regex in yamlupdater. #6197
  • Fixed: Slug generation with multiple fields respect ordering now. #6191
  • Tests: Fix acceptance test checks for session cookies in front-end. #6198
  • Tests: Fixed Codeception tests. #6186