- Updated jQuery UI to 1.13.3. (#15558)
- Fixed a bug where
craft\helpers\App::env()
andnormalizeValue()
could return incorrect results for values that looked like floats. (#15533) - Fixed a bug where the
users/set-password
action wasn’t respectingredirect
params. (#15538) - Fixed a bug where the “Default Values” Table field setting wasn’t escaping column headings. (#15552)
- Fixed a bug where Craft couldn’t be installed with existing project config files, if any plugins specified their schema version via
composer.json
. (#15559) - Fixed a bug where Money fields’ min, max, and default values weren’t being set to the correct currency. (#15565, #15566)
- Fixed a bug where Money fields weren’t handling negative values correctly. (#15565, #15567)
- Fixed a bug where PHP-originated Craft Console API requests weren’t timing out if the API was down. (#15571)
- Fixed a bug where admin tables weren’t displaying disabled statuses. (#15540)
- Fixed a JavaScript error that occurred when adding a row to an editable table that didn’t allow reordering rows. (#15543)
- Fixed an error that occurred when editing an element with a Link field previously set to a URL value, if the field no longer allows URLs. (#15542)
- Fixed an error that could occru when upgrading to Craft 5. (#15539, #15555)