Skip to content

5.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 21:03
· 1870 commits to 5.x since this release
5.5.5
02c00d5
  • Fixed a bug where asset, category, and entry sources defined by the EVENT_REGISTER_SOURCES event didn’t have any custom fields available to them, unless the EVENT_REGISTER_FIELD_LAYOUTS event was also used to define the available field layouts for the event-defined source. (#16256)
  • Fixed a bug where Link fields were getting string types in CustomFieldBehavior rather than craft\fields\data\LinkData.
  • Fixed a JavaScript error that could occur when creating new nested elements. (#16262)