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

Maintenance release 3.2.11

Choose a tag to compare

@bobdenotter bobdenotter released this 19 Apr 08:37

Packaged binaries of this release can be found below.

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

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

To upgrade, simply run composer update, or read detailed instructions here: https://docs.bolt.cm/3.2/upgrading/updating

Notable changes:

  • Change: Report a boolean value in nut as true or false. #6558
  • Fixed: Database prefill breaks on PostgreSQL. #6548
  • Fixed: Fix bug in repeater buttons. #6525
  • Fixed: Reset GROUP BY and JOIN parameters for count(). #6551
  • Updated: Updating Symfony components to 2.8.19 and Twig to 1.33.1.