- Improved the performance of input namespacing.
- The Licensing Issues alert now includes a “Refresh” button. (#14080)
relatedToAssets
,relatedToCategories
,relatedToEntries
,relatedToTags
, andrelatedToUsers
are now reserved user field handles. (#14075)craft\services\Security::$sensitiveKeywords
is no longer case-sensitive. (#14064)- Fixed a bug where the
index-assets/cleanup
command accepted--cache-remote-images
,--create-missing-assets
, and--delete-missing-assets
options, even though they didn’t do anything. - Fixed a bug where automatically-created relations could be lost when a new site was added to an entry. (#14065)
- Fixed a bug where
craft\web\Request::getIsPreview()
was returningtrue
for requests with expired tokens. (#14066) - Fixed a bug where asset conflict resolution modals were closing prematurely if there were multiple conflicts. (#14045)
- Fixed a bug where meta fields weren’t showing change indicators.
- Fixed a bug where the
index-assets/one
command was overly-destructive when run with a subpath and the--delete-missing-assets
option. (#14087) - Fixed a privilege escalation vulnerability.