Pre-release Bolt 4.0.0-RC.41
Released: 2020-09-02
🐛 Bug fixes
- Don't list Singleton ContentTypes in Aside (bobdenotter, #1814)
- Fall back to
DetailControllerwhen trying to "list" a Singleton ContentType (bobdenotter, #1813) - Fix
Notice: Array to string conversioninField.phpby ensuring the array is one level deep. (bobdenotter, #1811) - Make order filter work with
ContentHelper::get()options (I-Valchev, #1809) - Minor fix: Set database path correctly (bobdenotter, #1801)
- Fix breakage in PROD for
type: selectfields (bobdenotter, #1800) - shouldreturnsingle handles id filtering based on operator (I-Valchev, #1799)
- Include taxonomy types if no taxonomies set (I-Valchev, #1795)
🛠️ Miscellaneous
- Allow for more flexibility with
class: fooin Text fields (bobdenotter, #1810) - Show appropriate
displayTitlefor new "Singleton" Record (bobdenotter, #1807) - Allow for more control over formatting of prefix and postfix (bobdenotter, #1806)
- WIP: Czech localization (VentyCZ, #1803)
- Version bump in
doctrine/commonbroke this (bobdenotter, #1802) - Allow
contenttypein title formatting (For "Select" fields) (bobdenotter, #1797) - Remove
max-widthfrom prefix and postfix (eduardomart, #1796)