Maintenance Release 5.1.7
Released: 2022-03-31
🐛 Bug fixes
- Update User Edit Form so it has a unique ID (Joossensei, #3150)
- Fix
number
field template so it works within Collections. (dadaxr, #3146) - Ensure correct links in menu, when changing
backend_url
inservices.yaml
(bobdenotter, #3145) - Handle multiple
EntityManager
prefixes (matesko, #3142) - Handle 'double wrapped' database connections (simongroenewolt, #3139)
- Reverse search and replace arrays in
str_replace
(HeinDR, #3137) - Don't break
/bolt/api/
if it's set to public and it's accessed in a browser (bobdenotter, #3136)
🛠️ Miscellaneous
- Update Dutch translations 🇳🇱 (bobdenotter, #3156)
- Translation of missing German translations 🇩🇪 (obsti8383, #3152)
- Add
cite
toallowed_tags
(bobdenotter, #3149) - Adding cache decorator for
Formatter
(bobdenotter, #3143)