- Fixed a SQL error that could occur when converting a field to a Lightswitch field on PostgreSQL. (#14792)
- 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)