- Fixed a bug where the Database Backup utility was present when the
backupCommand
config setting was set tofalse
. - Fixed an error that occurred when running the
db/convert-charset
command, if any tables containedchar
orvarchar
foreign key columns. (#14815) - Fixed a bug where parsed first/last names could have different casing than the full name that was submitted. (#14723)
- Fixed a bug where
craft\helpers\UrlHelper::isAbsoluteUrl()
was returningfalse
for URLs with schemes other thanhttp
orhttps
, such asmailto
andtel
. (#14830) - Fixed a JavaScript error that occurred when opening Live Preview, if an Assets field’s “Upload files” button had been pressed. (#14832)
- Fixed a bug where Twig’s spread operator (
...
) wasn’t working with attribute accessors. (#14827) - Fixed a bug where element selection modals were only showing the first 100 elements. (#14790)
- Fixed a PHP error that could occur on the Dashboard if any Quick Post widgets hadn’t been saved since before Craft 1.2. (#14794)
- Fixed a bug where double-clicking on an inline Matrix block tab would cause it to expand/collapse. (#14791)
- Fixed a bug where site breadcrumbs weren’t getting hyperlinked for installs with multiple site groups. (#14802)
- Fixed a bug where element conditions were allowing custom field condition rules to be selected multiple times. (#14809)
- Fixed a bug where relational fields within nested Matrix entries weren’t getting loaded via GraphQL. (#14819)
- Fixed an error that occurred when creating an address within an Addresses field on a secondary site. (#14829)
- Fixed a bug where SVG element icons weren’t visible in Safari. (#14833)
- Fixed a bug where element sources were getting text cursors on hover in Safari. (#14833)
- Fixed a bug where “Delete custom source” buttons within Customize Sources modals were getting text cursors on hover.
- Fixed a bug where Matrix fields that weren’t set to show cards in a grid were still getting a grid view when nested entries were created for the first time. (#14840)
- Fixed a bug where related categories and entries weren’t removable when the Categories/Entries field’s “Maintain hierarchy” setting was enabled. (#14843)
- Fixed a bug where Categories and Entries fields were showing the “View Mode” setting when “Maintain hierarchy” was enabled, despite it having no effect. (#14847)