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 were getting included in rendered field layout forms, even if their getInputHtml() method returned an empty string.
Fixed a bug where the password input on the Set Password page wasn’t including the “Show” button.
Fixed a SQL error that could occur if an element was saved with a title longer than 255 characters.
Fixed a bug where some UI messages began with a lowercase letter in some languages. (#16354)
Fixed errors that could occur when working with field layouts for element types that are no longer installed. (#16352)
Fixed an error that could occur when creating nested entries within Matrix fields. (#16331)
Fixed a bug where element index View menus could include a “Use defaults” button when no view customizations had been made.
Fixed a bug where new entries’ slugs weren’t getting propagated to other sites, if their entry type had a dynamic title format. (#16347)
Fixed a bug where address cards were only showing the first two lines of the address. (#16353)
Fixed a bug where @transform GraphQL directives weren’t always working on Assets fields with overridden handles. (#15718)
Fixed an error that occurred when adding “Full Name” to user cards. (#16358)
Fixed an error that could occur if craft\base\NestedElementTrait::getOwner() or getPrimaryOwner() were called on a nested element whose owner didn’t exist in the same site. (#16359)