- Reduced the likelihood of a deadlock error occurring when updating search indexes. (#15221)
- The PHP Info utility is no longer shown in environments where the
phpinfo()
function is disabled. (#16229) - Fixed an error that could occur when duplicating an element with an Assets field that had a dynamic subpath. (#16214)
- Fixed a bug where renaming asset folders could move them to the webroot on Windows. (#16215)
- Fixed a bug where Matrix fields’ content tables weren’t getting renamed properly when applying project config changes. (#16227)
- Fixed a bug where utilities’
isSelectable()
methods weren’t being respected. - Fixed an exception that could be thrown when displaying entry indexes, if any
EVENT_INIT
orEVENT_DEFINE_BEHAVIORS
entry event handlers were callinggetSection()
orgetType()
on the entry. (#16254)