Pre-release Bolt 4.0.0-RC.33
Released: 2020-08-01
🐛 Bug fixes
- Fix set field being localizable (I-Valchev, #1662)
- Use
currentfilter 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
svgfilter outputs raw svg file (I-Valchev, #1661)- Allow extensions to have an
installmethod, 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 Errorpages. (bobdenotter, #1647)
🛠️ Miscellaneous
- Make
getFieldClassnamepublic so extensions can check if a Field exists (bobdenotter, #1669) - Add
image.extensionvalue (I-Valchev, #1668) FieldRepository::factorycan 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)