Skip to content

v5.10.7

Choose a tag to compare

@kjmartens kjmartens released this 08 Apr 16:33
· 615 commits to v5 since this release
v5.10.7
3efed48

Changed

  • Updated the spam count for the Spam Folder to show the count per Site (where applicable).

Fixed

  • Fixed a bug where mapping Freeform single Checkbox fields to Craft's Checkboxes field type with a single option only worked for Entry elements.
  • Fixed a bug where checkedByDefault did not work for Checkbox fields in GraphQL. A fallback for checked is still available (which doesn't work), although it is deprecated and will be removed in Freeform 6.0.

Deprecated

  • Deprecated the checked attribute for Checkbox fields in GraphQL. Please use checkedByDefault instead.