This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Maintenance release 3.2.7
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:
mcryptdeprecation warning #6375 - Fixed:
ymlinktwig 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.taxonomydata is different. #6293 - Fixed: Updating NPM dependencies, make build work again. #6330
- Fixes: broken link in contributing doc. #6367
- Fixes: Status not passed to
$valueserror #6360