Skip to content

Pre-release Bolt 4.0.0-RC.33

Choose a tag to compare

@bobdenotter bobdenotter released this 01 Aug 14:06
dd39a53

Released: 2020-08-01

🐛 Bug fixes

  • Fix set field being localizable (I-Valchev, #1662)
  • Use current filter to check if menu item is this page (I-Valchev, #1659)
  • Make Sanitiser obey allowed tags and attributes from config.yaml (bobdenotter, #1648)
  • Pass on Query parameters to subrequest from Homepage (bobdenotter, #1645)
  • Don't output common Fields twice (in "block output helper") #1671)

📦 Additions and new features

  • svg filter outputs raw svg file (I-Valchev, #1661)
  • Allow extensions to have an install method, which is called on installation (to install assets, for example) (bobdenotter, #1656)
  • Allow for extensions to add new FieldTypes (bobdenotter, #1649)
  • Allow for custom 500 Internal Server Error pages. (bobdenotter, #1647)

🛠️ Miscellaneous

  • Make getFieldClassname public so extensions can check if a Field exists (bobdenotter, #1669)
  • Add image.extension value (I-Valchev, #1668)
  • FieldRepository::factory can instantiate Extension fields (I-Valchev, #1667)
  • Allow auto-generated extension services to be overridden (I-Valchev, #1666)
  • added various German translations (ymarkus, #1657)
  • Update composer.json: Add "public-dir": "public" (bobdenotter, #1650)

⚙️ Code Quality / Developer Experience

  • Bump elliptic from 6.5.2 to 6.5.3 (dependabot[bot], #1670)
  • Update .htaccess, according to SF 5 defaults (bobdenotter, #1646)