- Added the
tempAssetUploadFs
config setting. (#13957) - Removed the “Temp Uploads Location” asset setting. (#13957)
- Matrix and Addresses fields now remember their view settings between page loads.
- JSON field values in Craft 4 will now get decoded when updating to Craft 5, for fields whose
dbType()
method returns an associative array oryii\db\Schema::TYPE_JSON
. (#14017) - Element search scores set on
craft\events\SearchEvent::$scores
bycraft\services\Search::EVENT_AFTER_SEARCH
orEVENT_BEFORE_SCORE_RESULTS
now must be indexed by element ID and site ID (e.g.'100-1'
). craft\elements\NestedElementMananger
instances used by custom fields must now be configured with afield
key set to the field instance, rather thanfieldHandle
.- Deprecated
craft\events\SearchEvent::$siteId
. - Fixed a bug where multi-site element queries weren’t scoring elements on a per-site basis. (#13801)
- Fixed an error that could occur when updating to Craft 5. (#14067)
- Fixed a bug where various features weren’t working. (#14062)
- Fixed a bug where Matrix and Addresses fields were overriding each others’ view states. (#13976)
- Fixed an error that could occur when updating to Craft 5, if any Matrix fields hadn’t been saved since before Craft 3.2. (#14061)
- Fixed a bug where globalized Matrix sub-fields could have the same handle as existing global fields, when updating to Craft 5. (#14052)