Skip to content

Maintenance release 4.1.21

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 13 Jun 09:05
· 44 commits to 4.1 since this release
db48eb4

Released: 2021-06-13

🐛 Bug fixes

  • Fix maximum_listing_select in config.yaml (I-Valchev, #2619)
  • extensions:configure accepts both .yaml and .yml for config, routes and services in extensions (I-Valchev, #2618)
  • Fix |filter and |order chaining returning no results (I-Valchev, #2603)

⚙️ Code Quality / Developer Experience

  • Add restriction for (global) Composer 2 to composer.json (bobdenotter, #2614)
  • Fix error in custom code producing seemingly unrelated message. Catch LoaderLoadException instead of Throwable (bobdenotter, #2623)
  • Pin Chromedriver to version 90.x (bobdenotter, #2610)