Releases: craftcms/cms
Releases · craftcms/cms
5.5.9
- 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
, andparent
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 withoffset
orlimit
. (#16183)
4.13.9
- 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
, andparent
eager-loading wasn’t working on some environments. (#16381, #16382)
5.5.8
- 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()
orgetPrimaryOwner()
were called on a nested element whose owner didn’t exist in the same site. (#16359) - Fixed a styling issue. (#16342)
- Fixed an RCE vulnerability.
4.13.8
- Fixed a bug where asset edit page URLs contained spaces if the asset filename contained spaces. (#15236)
- 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 an RCE vulnerability.
5.5.7
- Fixed a bug where elements’
getPrev()
andgetNext()
methods could cause duplicate queries. (#16329) - Fixed a bug where assets that were shorter than the preview thumb container weren’t getting vertically centered within it.
- Fixed a bug where it was possible to set a focal point on SVGs, even though focal points on SVGs aren’t supported. (#16258)
- Fixed a bug where
ancestors
,children
,descendants
, andparent
eager-loading wasn’t working for previewed elements. (#16327) - Fixed a bug where field conditions weren’t taking effect within Matrix fields set to inline-editable blocks mode, if the owner element didn’t support drafts. (#16315)
- Fixed a bug where Matrix fields’ entry types weren’t maintaining their original block type order when upgrading to Craft 5. (#16314)
- Fixed a bug where element card labels were getting cut off when wrapped. (#16325)
- Fixed a PHP error that could occur when eager-loading
owner
orprimaryOwner
on nested elements. (#16339)
4.13.7
- Fixed a bug where elements’
getPrev()
andgetNext()
methods could cause duplicate queries. (#16329) - Fixed a bug where assets that were shorter than the preview thumb container weren’t getting vertically centered within it.
- Fixed a bug where it was possible to set a focal point on SVGs, even though focal points on SVGs aren’t supported. (#16258)
- Fixed a bug where
ancestors
,children
,descendants
, andparent
eager-loading wasn’t working for previewed elements. (#16327)
3.9.14
- Fixed an RCE vulnerability.
5.5.6.1
5.5.6
- Fixed a bug where some blank user group and entry type values weren’t getting omitted from project config data. (#16272, #16273)
- Fixed a bug where pressing Return when a color text input within an editable table was focused was submitting the form rather than moving focus to the next row.
- Fixed a JavaScript error that occurred on the Plugins index page, if there were any missing plugins associated with the Craft CMS license and no plugins were Composer-installed yet.
- Fixed a bug where custom fields would stay visible within Field Layout Designer field libraries when they didn’t match the search criteria, if they had previously been dragged. (#16277)
- Fixed a bug where new, unsaved nested addresses and entries could cause validation errors when saving the owner element. (#16282)
- Fixed a bug where spaces in phone number values within Link fields were getting replaced with
+
characters rather than-
. (#16300) - Fixed a bug where Link fields weren’t responsive for small container sizes.
4.13.6
- Fixed a bug where blank user group descriptions weren’t getting omitted from project config data. (#16272)
- Fixed a bug where pressing Return when a color text input within an editable table was focused was submitting the form rather than moving focus to the next row.
- Fixed a JavaScript error that occurred on the Plugins index page, if there were any missing plugins associated with the Craft CMS license and no plugins were Composer-installed yet.