- Added the
db/drop-table-prefix
command. - Top-level disabled related/nested elements are now included in “Extended” element exports. (#13496)
- Related element validation is no longer recursive. (#13904)
- Addresses’ owner elements are now automatically set on them during initialization, if they were queried with the
owner
address query param. - Entry Title fields are no longer shown when “Show the Title field” is disabled and there’s a validation error on the
title
attribute. (#13876) - Improved the reliability of image dimension detection. (#13886)
- The default backup command for PostgreSQL no longer passes in
--column-inserts
topg_dump
. - Log contexts now include the environment name. (#13882)
- Added
craft\web\AssetManager::$cacheSourcePaths
. - Fixed a bug where disclosure menus could be positioned off-screen on mobile.
- Fixed a bug where element edit pages could show a context menu when it wasn’t necessary.
- Fixed a bug where the “Delete entry for this site” action wasn’t deleting the canonical entry for the selected site, when editing a provisional draft.
- Fixed an error that occurred when cropping an image that was missing its dimension info. (#13884)
- Fixed an error that occurred if a filesystem didn’t have any settings. (#13883)
- Fixed a bug where related element validation wansn’t ensuring that related elements were loaded in the same site as the source element when possible. (#13907)
- Fixed a bug where sites weren’t always getting queried in the same order, if multiple sites’
sortOrder
values were the same. (#13896)