Install
Works with Drupal: ^10.4 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
42.71 KB
MD5: 92470333f9b2c48725a27733f1bf2aa2
SHA-1: 02a2474872a07ec18ab432fe7a7c705c2835611c
SHA-256: 61920e47294b7759a418188183b6d8ee096a5c19747b0d790f25e60b765f87e9
Download zip
72.85 KB
MD5: b5a8b42fff619e715f83fa4123a8785e
SHA-1: dae401d5a833aadb0b986992628116c12be3b52c
SHA-256: 44bbf35f34e16e5d939aed9030983b289497f659de1b09ab847dcd190b0d604c
Release notes
Manual upgrade steps (2.x -> 3.0.0-alpha)
This release sees the removal of the submodule mailchimp_ecommerce_commerce. Please follow these manual steps BEFORE upgrading to ensure a smooth ride:
- Make sure that any use of the Subscription information checkout pane is removed before upgrading, that can be found by navigating to /admin/commerce/config/checkout-flows and removing it from your configured checkout flow.
- Uninstall mailchimp_ecommerce_commerce via the UI or drush
drush pmu mailchimp_ecommerce_commerce - The main mailchimp module is no longer a dependency on this 3.x version of mailchimp_ecommerce, it may get removed when upgrading. You'll need to manually require it if you use it:
composer require drupal/mailchimp
Changelog
Issues: 1 issues resolved.
Changes since 2.1.0-beta3 (compare):
Bug
- #3483319 by susie: getCampaignId errors when no session
Misc
- Refactoring, removing _commerce submodule
- Implementing Mailchimp Marketing API
- Create queues
- New schema
- Basic PHPCS fixes
- D11 compatibility