- Return URLs are now sanitized before being saved to the PHP session.
- Fixed a bug where admin tables’ pagination footers could be positioned incorrectly in slideouts. (#17187)
- Fixed a SQL error that could occur when running garbage collection. (#17197)
- Fixed a PHP error that could occur if malformed UTF-8 data was passed to
craft\helpers\StringHepler::replaceMb4()
. (#17202) - Fixed a bug where “Applying new propagation method” jobs weren’t propagating elements to newly-supported sites. (#17207)
- Fixed a bug where
_includes/forms/button.twig
wasn’t rendering labels set to'0'
. (#17225) - Fixed a styling issue.