- Category/tag/global set reference tags now map to entries, if no category groups/tag groups/global sets exist. (#13082)
- HTML Purifier now allows
data-oembed-url
attributes ondiv
tags. (craftcms/ckeditor#80) - Added
craft\queue\Queue::EVENT_AFTER_EXEC_AND_RELEASE
. (#13096) craft\services\Elements::propagateElements()
now returns the element in the target site.- A globally-defined element thumb loader is now available in the control panel via
Craft.cp.elementThumbLoader
. - Fixed a bug where it was possible to select a disallowed volume as the Default Asset Location in Assets field settings. (#13072)
- Fixed a bug where it was possible to upload files to Assets fields outside of the allowed volumes, if the Default Upload Location was set to a disallowed volume. (#13072)
- Fixed an error that could occur if a Plain Text field had over 1,000,000 bytes. (#13083)
- Fixed a bug where relational field values weren’t yielding any results for event handlers immediately after a draft had been merged. (#13087)
- Fixed a bug where element labels could bleed out of their container. (#13099)
- Fixed an error that occurred if
yii\web\UrlManager::addRules()
was called on a console request. (#13109) - Fixed a bug where it was possible to select the current folder as the target when moving a volume folder, resulting in the folder and its contents being lost. (#13118)
- Fixed an error that could occur when running tests. (#13076)
- Fixed an error that occured when sending the activation email for a new user, if there were any validation errors due to new group assignments. (#13060)
- Fixed a bug where the “Send an activation email now” user account checkbox was losing its value if there were any validation errors.
- Fixed an error that could occur when creating a database backup on MySQL and MariaDB. (#12996)
- Fixed a bug where Edit Category screens were including a Parent field, even if the category group’s Max Levels was set to
1
. (#13097) - Fixed a bug where the uploader’s user photo wasn’t always loading on Edit Asset pages.
- Fixed a bug where the “Delete for site” bulk element action was deleting disabled elements and drafts across all sites. (#13116)
- Fixed a bug where Entries and Categories fields with “Maintain hierarchy” enabled could lose relations to elements that didn’t exist in the primary site. (#13057)