slugcolumns referenced in element queries’select,where, ororderByexpressions now explicitly resolve toelements_sites.slug. (#18416)- Fixed a bug where the control panel requests could trigger an infinite browser redirect loop. (#18420)
- Fixed a bug where
craft\helpers\App::parseBooleanEnv()wasn’t handlingfalsevalues properly. (#18418) - Fixed a bug where
DECIMALfield values with0precision weren’t gettnig typecasted properly in element queries.