You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meta.__names__ values in the project config are now updated throughout the process of applying incoming project config changes, rather than at the end of the request.
The project-config/rebuild command now rebuilds the meta.__names__ array from scratch. (#13456)
Fixed a bug where Craft.BaseElementIndexView::this.canSelectElement() wasn’t getting applied for lazy-loaded elements.
Fixed a bug where setting an element query’s status param to archived would always yield zero results. (#13465)
Fixed a bug where update commands could fail on some environments.
Fixed a bug where element thumbnails weren’t getting loaded for expanded relational field previews within element indexes.
Fixed an error that occurred when deleting a volume with a missing filesystem type.
Fixed a bug where Color field values were illegible within selected element index rows.
Fixed a bug where multi-site content could be overwritten when creating a draft. (#13451)
Fixed a bug where some nested component names weren’t getting deleted from the meta.__names__ array in the project config. (#13456)
Fixed a bug where craft\helpers\DateTimeHelper::toDateInterval() didn’t support negative integers. (#13463)
Fixed a bug where admin tables were initially displaying an empty results message rather than a loading spinner, when the initial data was loading via Ajax. (#13459)
Fixed a bug where garbage collection could terminate prematurely if an exception was thrown when deleting a pending user. (#13490)
Fixed an error that occurred if the purify Twig filter was applied to a null value. (#13495)
Fixed an error that could occur if a console controller’s runAction() method returned null.
Fixed a bug where image transforms weren’t respecting their format settings. (#13493)