- Fixed a SQL error that could occur when applying or rebuilding the project config.
- Fixed a bug where adjacent selected table rows were getting extra spacing in Firefox.
- Fixed a SQL error that could occur when creating revisions after garbage collection was run. (#14309)
- Fixed a bug where the
serve
command wasn’t serving paths with non-ASCII characters. (#14977) - Fixed a bug where element chips within element selection tables had insufficient contrast. (#14963)
- Fixed a bug where
craft\helpers\Html::explodeStyle()
andnormalizeTagAttributes()
weren’t handling styles with encoded images viaurl()
properly. (#14964) - Fixed a bug where the
db/backup
command would fail if the destination path contained a space.