Skip to content

v3.4.3

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 06 Dec 15:12
· 973 commits to 3.7 since this release
v3.4.3
a29e462

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.4/bolt-v3.4.3.tar.gz
tar -xzf bolt-v3.4.3.tar.gz --strip-components=1
php app/nut init

For detailed installation instructions and other ways to install, see the documentation: https://docs.bolt.cm/3.4/installation/installation

Released: 2017-12-06. Notable changes:

  • Fixed: "Show" / "Hide" password toggle on log in screen works again. #7215
  • Fixed: Allow backend filtering of unsearchable contenttypes #7239
  • Fixed: ContextErrorException in RelationType.php, on sites with "missing" relationships. #7218
  • Fixed: Display username from users, instead of from sessions. #7216
  • Fixed: Don't break the backend if a file with templatefields has gone missing #7223
  • Fixed: Don't rely on magic methods for a protected property value. 🐨 #7212
  • Fixed: Fixed: On log in page, prevents 'An invalid form control is not focusable' on hidden form field #7238
  • Fixed: Only use news_variable from config.yml, if it's actually present in the news feed. #7230
  • Fixed: Prevent "Notice: Undefined index" when doing database:import #7240
  • Fixed: Stop tab jumping when hovering bottom border of tabs. #7211
  • Security: Moment JS rebuild - Covers the latest ReDoS problem in Moment.js. #7233