Releases: craftcms/cms
Releases · craftcms/cms
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.
5.5.5
- Fixed a bug where asset, category, and entry sources defined by the
EVENT_REGISTER_SOURCES
event didn’t have any custom fields available to them, unless theEVENT_REGISTER_FIELD_LAYOUTS
event was also used to define the available field layouts for the event-defined source. (#16256) - Fixed a bug where Link fields were getting
string
types inCustomFieldBehavior
rather thancraft\fields\data\LinkData
. - Fixed a JavaScript error that could occur when creating new nested elements. (#16262)
4.13.5
5.5.4
- Reduced the likelihood of a deadlock error occurring when updating search indexes. (#15221)
- The PHP Info utility is no longer shown in environments where the
phpinfo()
function is disabled. (#16229) - “View” buttons within element indexes are now disabled when the selected view mode has no applicable settings. (#16242)
- Fixed an error that could occur when duplicating an element with an Assets field that had a dynamic subpath. (#16214)
- Fixed a bug where renaming asset folders could move them to the webroot on Windows. (#16215)
- Fixed a bug where utilities’
isSelectable()
methods weren’t being respected. - Fixed an exception that could be thrown when displaying entry indexes, if any
EVENT_INIT
orEVENT_DEFINE_BEHAVIORS
entry event handlers were callinggetType()
on the entry. (#16254) - Fixed a bug where element slideouts had Save buttons even if the user didn’t have permission to save the element. (#16205)
- Fixed a bug where pagination wasn’t working properly on the Entry Types index page when searching. (#16204)
- Fixed an error that could occur when saving an element with an invalid Link field value. (#16212)
- Fixed a bug where sortable checkbox selects were displaying menu buttons even when only one option was selected. (#16213)
- Fixed a bug where it wasn’t possible to sort embedded element indexes by custom fields.
- Fixed a bug where changes to nested elements weren’t getting saved to a draft of the parent, if the element editor was triggered via the “Edit” action menu item. (#16251)
- Fixed a bug where all elements would get soft-deleted when deleting a section on PostgreSQL. (#16230)
- Fixed a bug where entry cards could contain two entry type icons if the “Entry Type” attribute was included in the card view designer. (#16234)
- Fixed a bug where address error summaries weren’t linking to Latitude/Longitude fields properly. (#16244)
- Fixed a styling issue.
4.13.4
- Reduced the likelihood of a deadlock error occurring when updating search indexes. (#15221)
- The PHP Info utility is no longer shown in environments where the
phpinfo()
function is disabled. (#16229) - Fixed an error that could occur when duplicating an element with an Assets field that had a dynamic subpath. (#16214)
- Fixed a bug where renaming asset folders could move them to the webroot on Windows. (#16215)
- Fixed a bug where Matrix fields’ content tables weren’t getting renamed properly when applying project config changes. (#16227)
- Fixed a bug where utilities’
isSelectable()
methods weren’t being respected. - Fixed an exception that could be thrown when displaying entry indexes, if any
EVENT_INIT
orEVENT_DEFINE_BEHAVIORS
entry event handlers were callinggetSection()
orgetType()
on the entry. (#16254)