Content Management
- Element condition builders now show condition rules for custom fields with duplicate names. (#17361)
Administration
- Assets and Categories fields no longer have “Show the site menu” settings. (#17156)
- Improved the wording of validation errors caused by relational fields’ “Validate related [type]” settings. (#9960)
Extensibility
- Added
craft\fields\BaseRelationField::canShowSiteMenu()
. - Added
craft\queue\BaseBatchedJob::after()
. - Added
craft\queue\BaseBatchedJob::afterBatch()
. - Added
craft\queue\BaseBatchedJob::before()
. - Added
craft\queue\BaseBatchedJob::beforeBatch()
. craft\fields\data\ColorData
now extendscraft\base\Model
and includesblue
,green
,hex
,luma
,red
, andrgb
attributes in its array keys. (#17265)- Fixed an error that could occur when indexing assets. (#17240)
- Fixed a bug where some partially-translated system languages were available for users’ Language preferences.