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
craft\helpers\Html::id() now allows IDs to begin with numbers. (#15066)
Fixed a bug where some condition rules weren’t getting added when applying project config changes, if they depended on another component which hadn’t been added yet. (#15037)
Fixed a bug where entry type condition rules prefixed their option labels with section names. (#15075)
Fixed a bug where GraphQL queries could be misidentified as introspection queries. (#15100)
Fixed an error that could occur when calling craft\base\FieldLayoutComponent::getAttributes() if the $elementType property wasn’t set yet. (#15074)
Fixed a bug where nested entry titles weren’t getting included in the owner element’s search keywords. (#15025)
Fixed a bug where craft\elements\Address::toArray() would include a saveOwnership key in its response array.
Fixed a bug where nested entry and address edit pages could have a “Delete for site” action.
Fixed a bug where field layout designers weren’t displaying native fields in the library pane when a tab was removed that contained them. (#15064)
Fixed a bug where recent textual changes could be lost when creating a new inline-editable Matrix block, if the block was created before the autosave had a chance to initiate. (#15069)
Fixed a bug where the users/create command would fail without explaining why, when the maximum number of users had already been reached.
Fixed a validation error that could occur when saving an entry on Craft Solo. (#15082)
Fixed an error that could occur on an element edit page, if a Matrix field’s Propagation Method was set to “Custom…”, but its Propagation Key Format wasn’t filled in.
Fixed a bug where Matrix block invalidation errors weren’t getting grouped by block when set on the parent element, for blocks that didn’t have uid values. (#15103)
Fixed a bug where auto-generated entry titles weren’t getting validated to ensure they weren’t too long. (#15102)
Fixed a bug where field conditions weren’t working reliably for nested entries within Matrix fields set to the inline-editable blocks view mode. (#15104)
Fixed a bug where the serve command could hang. (#14977)
Fixed a bug where nested entry edit pages would always redirect to the Entries index, even if they were nested under a different element type. (#15101)
Fixed an error that occurred when attempting to delete a global set without a field layout. (#15123)