Skip to content

Releases: mautic/mautic-zapier

2.1.8

17 Jul 08:54
Compare
Choose a tag to compare

This is a security release with dependency updates:

2.1.3

06 Jun 09:29
Compare
Choose a tag to compare

2.1.2

04 Jun 14:51
65e9f48
Compare
Choose a tag to compare

Dependencies update.

2.1.1

04 Apr 09:52
Compare
Choose a tag to compare

Note that new change log notes will be placed in CHANGELOG.md as the Zapier release process require this file

Improvements:

  • The field list limit increased from default option to 500. Users with many custom fields will be able to see them all.
  • zapier-platform-core dependency updated to latest 5.1.0.

2.1.0

27 Feb 15:20
Compare
Choose a tag to compare

Enhancements

  • Wording changes in the Email and Page Triggers as suggested by Zapier review team.
  • Email Open Trigger can target only one email as well as all as before.
  • Page Trigger can target only one email as well as all as before.

2.0.4

26 Feb 12:15
Compare
Choose a tag to compare

Enhancements

  • Tags are being striped from leading and trailing spaces.
  • The tags field from 1.x.x versions has better BC support. The content of the Tags field will remain working as before, but users won't be able to edit it. So since they start to use the new Add Tags and Remove Tags fields, the original Tags field value will be ignored and the new will overwrite that original value.

2.0.3

23 Feb 14:49
Compare
Choose a tag to compare

Enhancements:

  • Added a help text for the Email field in the Contact Create that it's the key used for merging the contact by.

Bug Fixes

  • Webhook POST was missing the'content-type': 'application/json' header and it was failing the request on some servers.
  • Do not send an empty tags array because it can remove all existing tags for the contact.

2.0.2

22 Feb 16:32
Compare
Choose a tag to compare

Enhancements

  • The only dependency 'zapier-platform-core' upgraded to the latest v5.0.0.
  • More strict schema validations required some changes to the triggers.

Bug fixes

  • Contact properties with empty values are not sending when creating/updating a contact. Those were removing values from contacts even if the fields weren't mapped.

2.0.1

01 Feb 16:44
Compare
Choose a tag to compare
  • The Add and Remove tags fields which were added to the Contact Create were visible also for the triggers. This should not happen. This version removes them from triggers.

2.0.0

01 Feb 13:30
Compare
Choose a tag to compare

This is a breaking backward compatibility release. The BC break is in tags for Creating Contact. There used to be a text field where the tags were added as comma separated list. Now there are 2 multiselect fields instead: Add Tags and Remove Tags.

Other improvements:

  • Improved error handling if the error code is in the response.
  • Newly created webhooks will send items in reversed chronological order as Zapier expexts it.
  • New Add Tags and Remove Tags multiselect fields for Contact Create.
  • Removed Tags text field from Contact Create