- The Craft 5 Upgrade utility now has a “Prep composer.json” button, which displays the project’s composer.json file, updated with Craft 5-compatible dependencies. (#17534, #17647)
- Added
craft\helpers\Json::detectIndent()
. - Added
craft\helpers\Json::encodeToFile()
. - Added
craft\helpers\Json::reindent()
. - Fixed a SQL error that could occur when applying a draft that belonged to fewer sites than the canonical element. (#17644)
- Fixed an error that could occur when applying project config changes. (#17625)
- Fixed a bug where the password reset form could incorrectly have
newUser
set totrue
. (#17659) - Fixed an error that could occur when exporting elements as XML. (#17668)