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
Fixed a bug where category groups’ Template settings weren’t being auto-populated for new groups.
Fixed a bug where content changes created via craft\base\Element::EVENT_AFTER_SAVE weren’t getting saved, when an element was getting fully saved from an unsaved draft state. (#15369)
Fixed a bug where element exports were only including the first 100 results when no elements were selected. (#15389)
Fixed a bug where custom element sources’ Sites settings were getting cleared out. (#15406)
Fixed an error that occurred if a custom element source wasn’t enabled for any sites. (#15406)
Fixed a bug where custom sources that weren’t enabled for any sites would be shown for all sites.
Fixed a SQL error that could occur when upgrading to Craft 5. (#15407)
Fixed a bug where user edit forms included a Username field if had been saved to the user field layout before useEmailAsUsername was enabled. (#15401)
Fixed a bug where Assets field buttons weren’t wrapping for narrow containers. (#15419)
Fixed a PHP error that could occur after converting a custom field to a Money field. (#15413)
Fixed a bug where temp assets had a “Show in folder” action.
Fixed a bug where edit pages didn’t have headings if the element didn’t have a title.
Fixed a bug where tooltips for truncated element chips in the breadcrumbs were also getting truncated.
Fixed a bug where it wasn’t possible to sort elements by custom field values in descending order. (#15434)
Fixed a PHP error that could occur when rendering an element partial template. (#15426)
Fixed a bug where scalar/single-column queries weren’t returning any results if they originated from a relation field’s value, and the field’s “Maintain hierarchy” setting was enabled. (#15414)