Skip to content

Maintenance release 3.2.10

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 03 Apr 10:03

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.10.tar.gz
tar -xzf bolt-v3.2.10.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:

  • Added: Docs in code for Version compare \Bolt\Version::compare(). #6520
  • Added: Helpful exception when default thumbnail images are not found #6522
  • Fixed: Changing Database Settings Not Resetting Session. First check user #6483 #6481
  • Fixed: Fix frontend taxonomy lookups where key is different to slug #6495
  • Fixed: Force saving of repeaters, even when empty #6518
  • Fixed: Image alt and title without file breaks admin page. Ensure default for image.file in preview #6512 #6511
  • Fixed: Uploading of images now works, even if current domain name is not equal to the canonical. Use path() for ajaxy uploads instead of url(). #6515
  • Updated: Translation updates for de_DE. #6493