Skip to content

Releases: dotmailer/dotmailer-magento-extension

v6.4.29

29 Jul 13:39
Compare
Choose a tag to compare
Bug fixes
  • We fixed a problem with order sync, a regression from 6.4.22. The process could break in two scenarios: if we couldn’t find any products for SKUs listed in a collection of orders for a single account; or if the sync ran for multiple accounts, and only one of those accounts had orders.[7826f76]

v6.4.28

22 Apr 12:23
Compare
Choose a tag to compare
Bug fixes
  • We fixed a problem with product image paths in catalog sync. The default level base media URL was always used, instead of the value set at website or store level. [8f6fd29]
  • We've added batching when removing orphaned products at the start of catalog sync. This should prevent occasional SQL locking issues. [a383793]

V6.4.27

11 Mar 16:24
Compare
Choose a tag to compare
Bug fixes
  • We added a condition to check the exact version of Magento Enterprise, before using the newer Enterprise URL rewrite controller.
  • We now apply CSS styles to our coupon EDC inline, to ensure they are correctly added in Gmail.

V6.4.26

26 Feb 10:31
Compare
Choose a tag to compare
What’s new
  • Codes for campaign tracking and ROI tracking applied to the Get basket link in the abandoned cart EDC are now preserved and applied at their destination.
Fixes
  • Exclusion rules can now have conditions relating to product attribute sets.

V6.4.25

29 Jan 10:41
Compare
Choose a tag to compare
What's new
  • All contacts queued for email campaign sends are now checked against Engagement Cloud for their current suppression status. This reduces the likelihood of all emails in a batch being marked as failed, if a single suppressed contact is found.

V6.4.24

15 Jan 14:26
Compare
Choose a tag to compare
What's new
  • We've increased the sync limits for bulk imports into Engagement Cloud. The importer sync will now import up to 100 bulk items on each execution (25 of which can be for contacts), plus up to 100 single items.
Bug fixes
  • We fixed a filename casing error that broke the page at Configuration > Engagement Cloud > Dynamic Content.

V6.4.23

04 Dec 11:05
Compare
Choose a tag to compare
What's new
  • The insight data schema for orders has changed. Configurable and bundle products no longer output as separate line items; instead, parent data is used to augment child products.
  • Simple products in order sync were commonly showing price 0 - we're now looking up parent prices for these where possible.
  • We've added parent_id to catalog insight data schema.
  • We have deprecated some of our External Dynamic Content URLs. We've added notes on how to replace these in your campaigns.
Bug fixes
  • We've fixed an error with updating products following an order sync - an exception was thrown once all available orders had been synced.
  • We changed a line in our UrlFinder class that was causing a fatal error in PHP 5.4.

V6.4.22

23 Oct 13:16
Compare
Choose a tag to compare
What’s new
  • The external dynamic content bestsellers list has been improved to display the configurable parents of bestselling children.
  • All private methods in our code have been changed to protected, to make our connector's functionality completely extensible.
Bug fixes
  • Our v6.4.21 upgrade script had an error that affected merchants using prefixed Magento database tables. This has now been fixed.
  • We've fixed an error in our install script relating to the last_imported_at column type.
  • We’ve removed some legacy markup from the HTML served by external dynamic content URLs.
  • URL redirect management now displays and functions correctly in Enterprise Edition.
  • We’ve fixed a bug with custom cart URLs when used with logged-in customer baskets.
  • Purchased products are now marked as modified. This means the stock level updates the next time the catalog syncs. [25878c8]
  • Missing or invalid brand attributes will now not break the order sync.
  • Subscribers who unsubscribe will now be updated so that their SUBSCRIBER_STATUS data field in Engagement Cloud is set to 'Unsubscribed'.

V6.4.21

26 Sep 08:31
Compare
Choose a tag to compare
What’s new
  • We’ve added a type field to the schema for catalog insight data.
  • In catalog sync, child products without an image will now try to use their parent’s image.
Bug fixes
  • We’ve fixed a bug with catalog sync which prevented a complete sync for merchants syncing a filtered subset of products. Products are now marked as processed even if they are not imported.

V6.4.20

11 Sep 09:22
Compare
Choose a tag to compare
Bug Fixes
  • Synced reviews will now indicate the correct store, if placed on a store other than the default.
  • All Engagement Cloud campaigns will now be shown in dropdown lists, even if their total exceeds 1000.