Skip to content

Releases: ethercreative/mailchimp-commerce

1.2.4

14 Jun 10:23
@Tam Tam
Compare
Choose a tag to compare

1.2.4 - 2021-06-14

Fixed

  • Fix Guzzle 7 support (via @Diewy)

1.2.3

12 Nov 09:25
@Tam Tam
14cb16a
Compare
Choose a tag to compare

1.2.3 - 2020-11-12

Fixed

1.2.2

15 Jun 09:56
@Tam Tam
1619c37
Compare
Choose a tag to compare

1.2.2 - 2020-06-15

Fixed

  • Fix sync all products' data being null (via @PieterxJan)

1.2.1

15 Apr 12:59
@Tam Tam
cc8d7e7
Compare
Choose a tag to compare

1.2.1 - 2020-04-15

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

1.2.0

03 Mar 09:02
@Tam Tam
fbb448d
Compare
Choose a tag to compare

1.2.0 - 2020-03-03

Changed

  • Now requires Commerce 3 (Closes #27)

Fixed

  • Fix error when using custom image transform (Fixes #26)

1.1.12

17 Dec 16:11
@Tam Tam
d7b3f29
Compare
Choose a tag to compare

1.1.12 - 2019-12-17

Changed

  • Bumped schema version

Fixed

  • Fix deprecation errors when using Commerce ~2.2 (Fixes #21)

1.1.11

18 Nov 14:37
@Tam Tam
e7cb656
Compare
Choose a tag to compare

1.1.11 - 2019-11-18

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)

1.1.10

23 Aug 15:22
@Tam Tam
927725b
Compare
Choose a tag to compare

1.1.10 - 2019-08-23

Fixed

  • Fix issue when syncing variants without public urls

1.1.9

23 Aug 09:55
@Tam Tam
d383934
Compare
Choose a tag to compare

1.1.9 - 2019-08-23

Fixed

  • Fix error when syncing products without public urls (Fixes #9)
  • Fix issue syncing orders or carts that are missing addresses

1.1.8

01 Aug 11:08
@Tam Tam
3b6eba5
Compare
Choose a tag to compare

1.1.8 - 2019-08-01

Fixed

  • Fix order sync error when address 2 isn't set (Fixes #7)
  • Fix DB tables not being removed after uninstall (Fixes #8)