- Added
craft\helpers\Cp::parseMarkdown()
. - Added
craft\helpers\Html::decodeDoubles()
. - Added the
cpmd
Twig filter for control panel templates. - Fixed a PHP error that could occur on installs with a large number of custom fields. (#17556)
- Fixed a bug where entry type descriptions weren’t getting parsed as Markdown. (#17554)
- Fixed a bug where entry type description overrides were getting lost when the form was saved a second time.
- Fixed an error that occurred when querying for entries’
author
fields via GraphQL. (#17555)