- Updated jQuery UI to 1.14.0. (#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 PHP-originated Craft Console API requests weren’t timing out if the API was down. (#15571)