Pre-release Bolt 4.0.0-RC.39
·
3860 commits
to master
since this release
Released: 2020-08-26
🐛 Bug fixes
- Get curl_options as an array instead of collection (bobdenotter, #1781)
- Numeric order works on MySQL databases (I-Valchev, #1778)
- Localehelper shouldn't break on CLI commands (bobdenotter, #1777)
- Better check for
INSTR
andCAST
(bobdenotter, #1776) - Fix orderby non-localizable field in localized contenttype (I-Valchev, #1774)
- Unsplash images fixtures work even if ssl verification fails (I-Valchev, #1771)
- For now, only use setcontent with standalone fields (I-Valchev, #1770)
- Date field required updates validity when set (I-Valchev, #1768)
- Fix: Correctly exclude fields that are used in the slug by default (bobdenotter, #1766)
- Fall back to "dumb" numeric sorting for older SQLite versions (bobdenotter, #1765)
📦 Additions and new features
- Filter and order using queryparams on listing pages (I-Valchev, #1782)
🛠️ Miscellaneous
- Enhancement/tidying up and removing old cruft (I-Valchev, #1775)
localdate
prefers currentlocale over defaultlocale (I-Valchev, #1763)
🤖 Tests
- Test/db supports json (I-Valchev, #1773)