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 custom fields could cause validation errors when running the users/create command.
Fixed a bug where deleting a volume folder wasn’t fully deleting asset data in descendant folders.
Fixed a bug where ancestors, children, descendants, and parent eager-loading wasn’t working on some environments. (#16381, #16382)
Fixed a JavaScript error that could occur if there was a problem applying changes to field layout elements. (#16380)
Fixed a bug where field layout designers were validating field names, handles, and instructions, even if they weren’t overridden within the field instance. (#16380)
Fixed an error that occurred when upgrading to Craft 5. (#16383)
Fixed a bug where “Full Name” could appear twice in the user card attributes list. (#16358)
Fixed a bug where multi-site element queries could return an incorrect number of results if the search param was used in conjunction with offset or limit. (#16183)