Mailchimp Commerce
Version 1.2.4
June 14, 2021
Fixed
- Fix Guzzle 7 support (via @Diewy)
Version 1.2.3
November 12, 2020
Fixed
- Fix Composer 2 compatibility (Fixes #39, via @brandonkelly)
Version 1.2.2
June 15, 2020
Fixed
- Fix sync all products' data being null (via @PieterxJan)
Version 1.2.1
April 15, 2020
Added
- Add "After build sync data" event to products, allowing for the manipulation of the data that is synced to Mailchimp (Closes #22)
Changed
- Sync jobs will no longer fail if one element errors (but will fail after all other elements have finished syncing) (Fixes #24)
- Add a clear error log when an element fails to sync
Version 1.2.0
March 3, 2020
Changed
- Now requires Commerce 3 (Closes #27)
Fixed
- Fix error when using custom image transform (Fixes #26)
Version 1.1.12
December 17, 2019
Changed
- Bumped schema version
Fixed
- Fix deprecation errors when using Commerce ~2.2 (Fixes #21)
Version 1.1.11
November 18, 2019
Fixed
- Fix order sync failing if purchasable had been deleted (Fixes #14 via @stenvdb)
- Fix list help text link being incorrect if admin path had changed (Fixes #15)
- Throw appropriate error when trying to access pages requiring admin changes (Fixes #13)
- Wait for all plugins to be loaded before getting product types (Fixes #17)
- Bump schema version to account for mismatch with previous plugin versions (Fixes #20)
Version 1.1.10
August 23, 2019
Fixed
- Fix issue when syncing variants without public urls
Version 1.1.9
August 23, 2019
Fixed
- Fix error when syncing products without public urls (Fixes #9)
- Fix issue syncing orders or carts that are missing addresses
Version 1.1.8
August 1, 2019
Fixed
- Fix order sync error when address 2 isn't set (Fixes #7)
- Fix DB tables not being removed after uninstall (Fixes #8)
Version 1.1.7
July 30, 2019
Changed
- Products without variants will no longer sync
Fixed
- Fix issue when using aliases in product urls
- Fix store address sending null values (Fixes #7)
Version 1.1.6
July 30, 2019
Added
- Added checks for required data before store can be synced (Closes #6)
- Added Disconnect button to settings
Improved
- More details about the request will be logged when an error is encountered
Fixed
- Fix issue when syncing products that share images (Fixes #3)
Version 1.1.5
July 23, 2019
Fixed
- Fix product image urls being relative, not absolute to the site
Version 1.1.4
July 18, 2019
Added
- Add section showing all synced products
Changed
- Product / variant images crop using mode fit
Version 1.1.3
July 11, 2019
Fixed
- Fix product sync error when some products are soft deleted (Fixes #3 again)
Version 1.1.2
June 28, 2019
Fixed
- Fix casting issue on some properties
Version 1.1.1
June 28, 2019
Fixed
- Fix error when syncing an order with no return URL (Fixes #3)
Version 1.1.0
June 28, 2019
Added
- Add support for 3rd party product and purchasable types
- Add support for Verbb Events (Fixes #3)
Version 1.0.8
June 26, 2019
Added
- Restored carts now track their email campaign ID and sync it back to the order
Version 1.0.7
June 25, 2019
Fixed
- Fix incorrect request method error when updating an order
Version 1.0.6
June 25, 2019
Fixed
- Fix missing customer email for guest customers
- Fix abandoned cart restore URL requiring admin login
Version 1.0.5
June 25, 2019
Added
- Actually add cart restore functionality (oops).
Version 1.0.4
June 24, 2019
Added
- Added alert to the Mailchimp CP section telling the user that syncing is disabled (if it is).
Version 1.0.3
June 24, 2019
Added
- Added
disableSyncing
setting to prevent all syncing to Mailchimp
Version 1.0.2
June 24, 2019
Fixed
- Fix another issue when using an env variable for the API key
Version 1.0.1
June 24, 2019
Fixed
- Fix issue when using an env variable for the API key
Version 1.0.0
June 24, 2019
Changed
- Initial Release