- Added
craft\helpers\Cp::moneyFieldHtml()
. - Added
craft\helpers\Cp::moneyInputHtml()
. - Renamed
craft\services\Addresses::saveLayout()
tosaveFieldLayout()
. craft\base\Field::valueSql()
now accepts a$key
argument. (#14040)craft\base\FieldInterface::getValueSql()
now accepts a$key
argument. (#14040)craft\helpers\Html::id()
andCraft.formatInputId()
now retain colons and periods, and ensure the string begins with a letter.craft\web\View::setNamespace()
is no longer strict about namespaces matching HTMLid
attribute rules. (#13943)- Fixed a bug where custom fields’ element query params weren’t getting applied for more than one global field with the referenced handle. (#13983)
- Fixed a bug where Date fields with “Show Time Zone” enabled weren’t displaying the correct time.
- Fixed an error that occurred when updating to Craft 5 if there were any soft-deleted entry types. (#14039)
- Fixed an error that occurred when updating to Craft 5 if there were any entry types with duplicate handles. (#14043)