Skip to content

Releases: verbb/formie

1.2.0

01 Sep 12:24
Compare
Choose a tag to compare

Added

  • Added Email Marketing integrations category.
  • Added ActiveCampaign, Autopilot, AWeber, Benchmark, Campaign Monitor, Constant Contact, ConvertKit, Drip, GetResponse, iContact, Mailchimp, MailerLite, Moosend, Omnisend, Ontraport, Sender, Sendinblue Email Marketing integrations.
  • Added CRM integrations category.
  • Added ActiveCampaign, Avochato, Freshdesk, HubSpot, Infusionsoft, Insightly, Pipedrive, Pipeliner, Salesflare, Salesforce, Scoro, vCita, Zoho CRM integrations.
  • Added Webhooks integrations category.
  • Added Generic Webhook, Zapier Webhooks integrations.
  • Added Miscellaneous integrations category.
  • Added Google Sheets, Monday, Slack, Trello Miscellaneous integrations.
  • Added useQueueForNotifications and useQueueForIntegrations plugin settings, to control if queue jobs should be used to send emails and trigger integrations.

Changed

  • Element and Address Provider integrations can now have multiple instances created with different settings.

1.1.8

27 Aug 12:55
Compare
Choose a tag to compare

Added

  • Provide onAfterFormieSubmit event with content about each submission.
  • Added fieldNamespace render option for forms.

Fixed

  • Fixed freeform migration using an array for default value for email fields.
  • Fixed potential issue that a submission could get “stuck” in a completed form.

1.1.7

20 Aug 12:37
Compare
Choose a tag to compare

Added

  • Added form.settings for GraphQL requests.
  • Added badge to new notifications to prompt the need to save the form.

Fixed

  • Fixed changed notifications not prompting for changed form when trying to navigate away.
  • Fixed newly created notifications getting out of sync when continuing to edit the form.

1.1.6

19 Aug 22:20
Compare
Choose a tag to compare

Added

  • Added craft.formie.populateFormValues(). See docs.
  • Added translation strings for all translatable text.
  • Added setting spam state element action for submissions.
  • Allow spam state to be toggled when editing a submission.

Fixed

  • Fixed GQL mutations error in Craft 3.4.
  • Fixed multi-line column limit not allowing for content greater than 255 characters. Please re-save any form that uses a multi-line text field to get this change.

1.1.5

18 Aug 07:06
Compare
Choose a tag to compare

Fixed

  • Fixed error introduced in Craft 3.5.5 when editing a form.
  • Fixed repeater fields inner fields not using export-handling.

1.1.4.1

17 Aug 22:09
Compare
Choose a tag to compare

Fixed

  • Fixed submission exports not normalising columns for repeater/table fields across multiple submissions.

1.1.4

17 Aug 14:39
Compare
Choose a tag to compare

Added

  • Added GraphQL mutation support for submissions. See docs.

Changed

  • Update exports to not split repeater/table into new rows.

Fixed

  • Fixed table field columns getting incorrect format when re-saving after a validation error.

1.1.3

16 Aug 22:53
Compare
Choose a tag to compare

Added

  • Added form.formId and form.configJson shortcuts for templates.

1.1.2

16 Aug 14:13
Compare
Choose a tag to compare

Fixed

  • Fixed form outputting CSS and JS, even when disabled.
  • Fixed repeater field minimum instances not pre-populating the defined number of blocks.
  • Fixed repeater field allowing to go below the set minimum instances.
  • Fixed repeater field add block button not disabling when min and max instances are the same.
  • Fixed repeater field add block not toggling disabled state correctly.
  • Fixed submission exporting providing all values.
  • Fixed submission CSV exports not splitting sub-field-enabled fields (address, multi-name) into multiple columns for their sub-fields.
  • Fixed submission CSV exports not splitting complicated fields (repeater, table) into new rows to convey collection of data. JSON/XML exports are unchanged and show collections as arrays.

1.1.1.1

11 Aug 04:12
Compare
Choose a tag to compare

Fixed

  • Fixed stencils not saving.