Skip to content

Maintenance release 4.1.18

Choose a tag to compare

@bobdenotter bobdenotter released this 21 Apr 11:53
· 88 commits to 4.1 since this release
5f8dc9c

You can update from previous Bolt 4 installs by running composer update.

Released: 2021-04-21

🐛 Bug fixes

  • Fix edgecase where Excerpt could start with . . (bobdenotter, #2542)
  • The latest directive uses -publishedAt instead of -id (I-Valchev, #2541)
  • Fix datepicker to only attempt to use existing locales, ensuring Time Picking still works (bobdenotter, #2539)
  • Locale get link always _locale parameter (I-Valchev, #2532)
  • Corrected the filepath for getsvg() function (mcdennem, #2531)
  • Decode HTML entities in title_format and related (I-Valchev, #2529)
  • Allow parsing of localdates like now or today + 1 week, 21:00 (bobdenotter, #2518)
  • Assert User's email is not blank (bobdenotter, #2517)
  • Fix bug where anyField search no longer works on listing (I-Valchev, #2515)
  • Make sure a select field can accept a string value (I-Valchev, #2511)
  • Do not remove reverse relation when save (napley, #2535)