Releases: dotmailer/dotmailer-magento-extension
Releases · dotmailer/dotmailer-magento-extension
v6.4.29
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
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
V6.4.26
V6.4.25
V6.4.24
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
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
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
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.