Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
- New feature: Do not re-subscribe user if already subscribed. This related to the double opt in settings. Before, if you had double opt in set, you would receive a confirmation email again for the user. Now the user status of subscribed is kept but mergevars are still updated:
Also:
- Filter out empty mergevars, so that if empty, they don't overwrite data on mailchimp
- Refactored dependency injection into Setter injection so that it's more update-proof.
- Add proper dependency format for mailchimp module on info file
Mainly this is a compatibility release with webform-8.x-5.0-beta17 that includes changes to the submission handler UI as well as a different constructor.