Maintenance release 4.1.15
You can update from previous Bolt 4 installs by running composer update
.
Released: 2021-03-14
🐛 Bug fixes
- Don't break if listing pages have extra parameters (bobdenotter, #2465)
- Ensure
slug
has auses
set (bobdenotter, #2463) - Set correct classes and disabled states for the
_pager_basic.html.twig
pager (I-Valchev, #2460) - Identical record slugs in
menu.yaml
don't create conflicting URIs (I-Valchev, #2454)
🛠️ Miscellaneous
- Temporary version lock for
api-platform
bug (I-Valchev, #2461) - Allow search queries containing special characters (fix for #2427) (EmilePerron, #2435)
- Show total number of records on listing (bobdenotter, #2464)
🤖 Tests
- Update
shivammathur/setup-php
to v2 (I-Valchev, #2448)