Maintenance release 4.1.2
Released: 2020-10-18
📦 Additions and new features
- Filter by any field (I-Valchev, #2008)
- Feat: add
.gitattributes
file for release (toofff, #1980) - Simplified Chinese translation (ziselive, #1970)
🐛 Bug fixes
- Don't repeat "Add to collection" text when there's only one (I-Valchev, #2011)
- Any field that has a localized field down the line is considered localized (I-Valchev, #1987)
- Fix url for 'bulk' operations on Listing screen, for sites with modified Backend URL (bobdenotter, #1983)
- Use
->loadEnv()
instead of->load()
to support the 'standard' Symfony… (simongroenewolt, #1974) - Redirect to record or new record on singleton listing pages in backend (I-Valchev, #1968)
- Don't break if slug is
null
as opposed to "empty string" (bobdenotter, #2003) - A little less padding on lists in Cards (bobdenotter, #1989)
- Show actual error message from upload error response instead of
[object Object]
(simongroenewolt, #2016) - Update .gitattributes. We most certainly do want
/assets/static
(bobdenotter, #2020) - Corrections for German localization (BleuM, #2019)
🛠️ Miscellaneous
- Missing HU labels (rixbeck, #2005)
- Deprecate
default_state
for collection in favour ofvariant
(I-Valchev, #1988) - Use
DatabasePlatform
instead ofDriver
to check for MySQL/MariaDB (andysh-uk, #1984) - Force path separator to
/
in ImageFixtures relative paths (luistar15, #1979) Log.php
had an incorrectrepositoryClass
specified in the Entity annotation (simongroenewolt, #1972)- Updating the system font stack for 2020 (bobdenotter, #2004)