Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Maintenance release 3.2.7

Choose a tag to compare

@bobdenotter bobdenotter released this 13 Feb 19:26

Packaged binaries of this release can be found below.

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

curl -O https://bolt.cm/distribution/bolt-v3.2.7.tar.gz
tar -xzf bolt-v3.2.7.tar.gz --strip-components=1
php app/nut init
  • Added: Allow "direct" access to fields from FieldCollection in Twig #6368
  • Added: Placeholder text in textarea #6285
  • Added: Support SVGs in thumbnails. #6374
  • Added: warning when relation name clashes with field name #6373
  • Change: Clarify message in system log, and don't log the message for user root. Resolves "Configuration error: root is not granted to any roles" #6339
  • Change: Minor tweaks to fix some regressions in the base-2016 theme. #6297
  • Change: Move the getRepeaters call into the nohydrate block #6283
  • Change: Refactor lazy logic out of FieldCollection #6371
  • Documentation: Move "3rd party install" & "test instructions" to docs #6313
  • Fixed: mcrypt deprecation warning #6375
  • Fixed: ymlink twig filter for multiple matches. #6290
  • Fixed: bug causing missing incoming relations #6312
  • Fixed: Don't throw exception if stack is empty (or updating from an older version) #6284
  • Fixed: Handle empty repeaters in Templatefields #6328
  • Fixed: Taxonomy links broken on entry preview, because record.taxonomy data is different. #6293
  • Fixed: Updating NPM dependencies, make build work again. #6330
  • Fixes: broken link in contributing doc. #6367
  • Fixes: Status not passed to $values error #6360