Skip to content

1.4.23

Compare
Choose a tag to compare
@engram-design engram-design released this 29 Oct 21:27
· 862 commits to craft-3 since this release

Added

  • Add support for editing the user of a submission, when editing or creating a submission in the control panel.

Fixed

  • Fix hidden fields not having dynamically-set values persisted.
  • Fix boolean-configured fields for integrations not being parsed correctly.
  • Fix conditions evaluator to better handle equality checks for Checkboxes fields and is, is not conditions.
  • Fix potential error where Spam and Incomplete options from the Submissions Index dropdown were missing.
  • Remove unneeded pageIndex param in default templates.
  • Fix Sprout Forms and Freeform migrations when a default form/email template hasn't been set.
  • Add missing attributes to PageSettingsInterface GraphQL interface.
  • When creating a new submission in the control panel, and collecting the user, assign the current user to the submission.
  • Only show the "IP Address" when editing a submission, if the form is set to collect IPs.
  • Fix a PHP 8 issue where pageIndex wasn't handled correctly when submitting.