Skip to content

4.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 18:08
· 12225 commits to 5.x since this release
4.6.1
562ab35
  • craft\log\MonologTarget instances are now created via Craft::createObject(). (#13341)
  • Fixed a bug where craft\helpers\Db::prepareValueForDb() wasn’t converting objects to arrays for JSON columns.
  • Fixed a bug where Checkboxes, Multi-select, Dropdown, and Radio Buttons fields weren’t displaying 0 options within element indexes or condition rules. (#14127, #14143)
  • Fixed a bug where craft\db\Migration::renameTable() was renaming the table for the primary database connection, rather than the migration’s connection. (#14131)
  • Fixed a bug where Craft.FormObserver wasn’t working reliably for non-<form> containers.
  • Fixed a bug where Selectize inputs were triggering autosaves, even when the value didn’t change.
  • Fixed a bug where custom source labels weren’t getting translated. (#14137)
  • Fixed a bug where Dropdown columns within Table fields were loosing their options when the field was edited. (#14134)