- 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
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. - Fixed a bug where entry selection modals could list all entries when no sources were available for the selected site. (#14956)
- Fixed a bug where element cards could get duplicate status indicators. (#14958)
- Fixed a bug where element chips could overflow their containers. (#14924)
- Fixed a bug where soft-deleted elements that belonged to a revision could be deleted by garbage collection. (#14967)
- Fixed a bug where disabled entries weren’t being displayed within Matrix fields in card view. (#14973)
- Fixed a bug where users’ Permissions screen was inaccessible for the Team edition. (#14976)
- Fixed a SQL error that could occur when attempting to update to Craft 5 for the second time. (#14987)