Skip to content

Releases: verbb/formie

3.0.29

04 Jun 22:54
Compare
Choose a tag to compare

Added

  • Add trace logging to element integration failures.

Fixed

  • Fix “back” button in some instances where session data tracking the current page of a form isn’t handled correctly.
  • Fix Recaptcha success logging.
  • Fix an error when running element integrations via the queue.
  • Fix a client-side validation error for required values when including whitespace characters.
  • Fix legacy section/type for Entry element integration.
  • Fix Integration::log() deprecation error notice.
  • Fix an error for Element integrations when mapping a Formie options field to a Craft options field.

2.1.49

04 Jun 22:51
Compare
Choose a tag to compare

Changed

  • Unlock league/oauth2-client from 2.7.0.

Fixed

  • Fix “back” button in some instances where session data tracking the current page of a form isn’t handled correctly.
  • Fix Recaptcha success logging.
  • Fix an error when running element integrations via the queue.
  • Fix a client-side validation error for required values when including whitespace characters.

3.0.28

19 May 23:37
Compare
Choose a tag to compare

Added

  • Add support for Freeform 5 Group field in migration.
  • Add extra logging for reCaptcha failures.
  • Add more payload context for failed queue jobs.
  • Add endpoint and method to payload property for failed queue jobs for context.
  • Add German translation for Signature Field.
  • Add code to countryOptions property for Phone fields in GraphQL.

Fixed

  • Fix an error with some Payment field providers when resubmitting the form after payment.
  • Fix an issue for Payment fields when a client-side error occured.
  • Fix Date field handling of min/max dates on statically caches sites when using offsets.
  • Fix an error validating minimum words limit for Multi-Line and Single-Line text fields.
  • Fix Freeform 5 migration and Hidden fields.
  • Fix an error with Freeform/Sprout Forms migrations and submission statuses.
  • Fix an error for Element integrations when mapping a Formie options field to a Craft options field.
  • Fix new installs not having the default plugin data set.
  • Fix Checkboxes field missing limitOptions, min, max, toggleCheckbox and toggleCheckboxLabel properties in GraphQL queries.
  • Fix Freeform 5 migration for HTML and Rich Text fields.
  • Fix incorrect handling of serializing failed queue jobs.
  • Fix Calculations field parsing Markdown content.
  • Fix an error parsing Calculations fields’ formula containing decimals.
  • Fix an error with Pipedrive, when only enabling Leads.

2.1.48

19 May 23:20
Compare
Choose a tag to compare

Added

  • Add support for Freeform 5 Group field in migration.
  • Add extra logging for reCaptcha failures.
  • Add more payload context for failed queue jobs.
  • Add endpoint and method to payload property for failed queue jobs for context.

Fixed

  • Fix an error with some Payment field providers when resubmitting the form after payment.
  • Fix an issue for Payment fields when a client-side error occured.
  • Fix Date field handling of min/max dates on statically caches sites when using offsets.
  • Fix an error validating minimum words limit for Multi-Line and Single-Line text fields.
  • Fix Freeform 5 migration and Hidden fields.
  • Fix an error with Freeform/Sprout Forms migrations and submission statuses.

3.0.27

28 Apr 23:39
Compare
Choose a tag to compare

Changed

  • Update Salesforce CRM integration attachment handling.
  • Ensure full errors are logged for integrations. (thanks @boboldehampsink).

Fixed

  • Fix a timezone issue with Date fields when setting a min/max date relative to today.
  • Fix PDF handling for Craft Cloud.
  • Fix StringHelper::cleanString handling.
  • Fix JavaScript errors when managing theme config classes.
  • Fix an error for payment fields when removing alert classes via Theme Config.
  • Fix typo with RegisterDateTimeFormatOptionsEvent. (thanks @jamesmacwhite).
  • Fix an issue when using conditions to filter submissions.
  • Fix an error on Craft Cloud when a failed queue job’s payload couldn’t be updated on a queue job.
  • Fix Formie 2 migration where form titles could be null in some circumstances.
  • Fix an error with User element integration when activating users.
  • Fix issue with custom Lead fields in Copper. (thanks @antcooper).
  • Fix an error when upgrading to Craft 5 and the m250315_131608_unlimited_authors Craft migration.

2.1.47

28 Apr 23:22
Compare
Choose a tag to compare

Fixed

  • Fix a timezone issue with Date fields when setting a min/max date relative to today.
  • Fix PDF handling for Craft Cloud.
  • Fix StringHelper::cleanString handling.
  • Fix JavaScript errors when managing theme config classes.
  • Fix an error for payment fields when removing alert classes via Theme Config.

2.1.46

23 Apr 21:56
Compare
Choose a tag to compare

Fixed

  • Fix parsing of email notification content and HTML.
  • Fix 1CRM integration not querying existing data objects correctly.

3.0.26

22 Apr 10:14
Compare
Choose a tag to compare

Fixed

  • Fix parsing of email notification content and HTML.
  • Fix 1CRM integration not querying existing data objects correctly.
  • Fix an error when viewing submissions in element fields for Craft 5.7+.
  • Fix an error with submissionsBehaviour.

3.0.25

16 Apr 09:32
Compare
Choose a tag to compare

Added

  • Add craft.formie.setRenderVariables().

Changed

  • Update JavaScript Captcha to use render variables for script attributes.
  • Change “Default Submissions State” setting to accept multiple values for states.
  • Change “Recent Submissions” dashboard widget table layout to list for better visual layout.

Fixed

  • Fix lightswitch UI for Craft 5.7+

2.1.45

16 Apr 22:09
Compare
Choose a tag to compare

Added

  • Add craft.formie.setRenderVariables().

Changed

  • Update JavaScript Captcha to use render variables for script attributes.

Fixed

  • Fix an error with Craft 4.15+.
  • Fix an error when validating element field values.