Maintenance release 4.1.14
Released: 2021-02-26
You can update from previous Bolt 4 installs by running composer update.
🐛 Bug fixes
|orderfilter by negative number sorts correctly (I-Valchev, #2428)- From Library button on Windows generates the correct URL (I-Valchev, #2422)
- Use
symfony/assetsURL generation for assets inImageExtension.php(I-Valchev, #2420) - Don't break collection looping if definition changes (I-Valchev, #2416)
- Don't ignore locale settings on initial request or clear session (I-Valchev, #2408)
- Fix taxonomy
listing_templateinconsistency. Fix the canonical forslugandsingular_slug(I-Valchev, #2407) - Don't show old fields in a
setif they're removed from the definition (I-Valchev, #2400)
🛠️ Miscellaneous
- Make Embed fields accessible (I-Valchev, #2430)
- Update
_multiselect.scss(fine-tuning CSS) (eduardomart, #2389)
🤖 Tests
- Don't use
dumpin setcontent tests (I-Valchev, #2426) - Use more specific selector for the
setcontent[no] test page (I-Valchev, #2418)
⚙️ Code Quality / Developer Experience
- Keep
sensiolabs/security-checkeraround for now (bobdenotter, #2394)