Releases: mautic/mautic-zapier
Releases · mautic/mautic-zapier
2.1.8
2.1.3
2.1.2
2.1.1
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
2.0.4
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
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
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
2.0.0
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