- Added
craft\helpers\Money::normalizeString()
. - Updated web-auth/webauthn-lib to 4.9. (#15377)
- Fixed a PHP error that occurred when making a field layout component conditional on a Time or CKEditor field. (craftcms/ckeditor#267)
- Fixed an error that occurred when editing a user, if the current user didn’t have permission to edit the primary site. (#15408)
- Fixed a bug where editable tables with single-select checkbox columns weren’t deselecting the selected option automatically. (#15415)
- Fixed a styling issue. (#15422)
- Fixed a bug where category groups’ Template settings weren’t being auto-populated for new groups.
- Fixed a bug where content changes created via
craft\base\Element::EVENT_AFTER_SAVE
weren’t getting saved, when an element was getting fully saved from an unsaved draft state. (#15369) - Fixed a bug where element exports were only including the first 100 results when no elements were selected. (#15389)
- Fixed a stying bug. (#15405)
- Fixed a bug where custom element sources’ Sites settings were getting cleared out. (#15406)
- Fixed an error that occurred if a custom element source wasn’t enabled for any sites. (#15406)
- Fixed a bug where custom sources that weren’t enabled for any sites would be shown for all sites.
- Fixed a SQL error that could occur when upgrading to Craft 5. (#15407)
- Fixed a bug where user edit forms included a Username field if had been saved to the user field layout before
useEmailAsUsername
was enabled. (#15401) - Fixed a bug where Assets field buttons weren’t wrapping for narrow containers. (#15419)
- Fixed a PHP error that could occur after converting a custom field to a Money field. (#15413)
- Fixed a bug where temp assets had a “Show in folder” action.
- Fixed a bug where edit pages didn’t have headings if the element didn’t have a title.
- Fixed a bug where tooltips for truncated element chips in the breadcrumbs were also getting truncated.
- Fixed a bug where it wasn’t possible to sort elements by custom field values in descending order. (#15434)
- Fixed a PHP error that could occur when rendering an element partial template. (#15426)
- Fixed a bug where scalar/single-column queries weren’t returning any results if they originated from a relation field’s value, and the field’s “Maintain hierarchy” setting was enabled. (#15414)