- Address fields now have the appropriate
autocomplete
values when editing an address that belongs to the current user. (#13938) - The
|markdown
and|md
filters now accept anencode
argument, which can be set totrue
to HTML-encode the content before parsing it as Markdown. - Added the
pre-encoded
Markdown flavor, which can be used when the content has already been HTML-encoded. - Added
craft\elements\Address::getBelongsToCurrentUser()
. - Fixed a bug where
{% namespace %}
tags weren’t respecting namespaces set to0
. (#13943) - Fixed an error that could occur when using a custom asset uploader. (#14029)
- Fixed an error that could occur when saving an asset using
SCENARIO_CREATE
, ifAsset::$tempFilePath
wasn’t set. (#14041) - Fixed a bug where some HTML entities within Tip and Warning field layout elements colud get double-encoded. (#13959)
- Fixed an infinite recursion bug. (#14033)