Skip to content

Maintenance release 4.1.2

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 18 Oct 13:57
· 3414 commits to master since this release
eb423aa

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 of variant (I-Valchev, #1988)
  • Use DatabasePlatform instead of Driver to check for MySQL/MariaDB (andysh-uk, #1984)
  • Force path separator to / in ImageFixtures relative paths (luistar15, #1979)
  • Log.php had an incorrect repositoryClass specified in the Entity annotation (simongroenewolt, #1972)
  • Updating the system font stack for 2020 (bobdenotter, #2004)

⚙️ Code Quality / Developer Experience

  • Enable twig namespace 'theme' by default (bobdenotter, #2015)
  • Update readme (remove beta reference) (I-Valchev, #2009)
  • [CI] Add stylelint 4 space indent (TomasVotruba, #1967)
  • [CI] Move npm jobs from Travis to Github Actions (TomasVotruba, #1966)