Skip to content

Releases: dotmailer/dotmailer-magento2-extension

v4.21.5

30 Aug 10:53
Compare
Choose a tag to compare

Bug fixes

  • We removed a specific connection type from our queue_topology.xml. [0b8f13a]
  • Our add to wishlist observer now works as expected in PWA environments. [40467ab]

v4.21.4

16 Aug 12:37
Compare
Choose a tag to compare

Bug fixes

  • We fixed a bug with automation sync in Magento 2.3.x. [b79e547]

v4.21.3

01 Aug 11:35
Compare
Choose a tag to compare

Bug fixes

  • We fixed a bug relating to incorrect subscriber export columns. [6126ae1]

v4.21.2

20 Jun 14:51
Compare
Choose a tag to compare

Improvements

  • We updated our content security policy rules for the page tracking pixel. [fa70394]

Bug fixes

  • We resolved a validation error in catalog sync that prevented sync for products with price 0. [9f3b077]

v4.21.1

06 Jun 10:09
Compare
Choose a tag to compare

Bug fixes

  • Product Notifications can now be configured in store scope. [96c40d7]

v4.21.0

23 May 11:52
Compare
Choose a tag to compare

What's new

  • We've shipped an integration with Dotdigital Product Notifications. Merchants can now configure 'back in stock' alerts for products in their catalog. [de387c0]
  • Integration Insights sync now once again happens at account connection, but this time using Magento message queues. [d2ea840, 9ee6fc5, 4b88d17]

Improvements

  • Writing to CSV files has been optimised. [55f7097]
  • We refactored 'from time' overrides in abandoned cart sync. [f44f6e6]
  • We updated some block classes by removing the deprecated setTemplate() method, which was causing a PHPStan error. [6f93dee]
  • We fixed a possible PHP 8 error to do with fetching selected order statuses in order sync. [7b088d4]
  • Cron timing settings are now in global scope. [e6d96ea]
  • We updated an MFTF test that caused failures in subsequent tests. [6cf5a33]
  • We updated some unit tests for compatibility with PHP 8.2. [b52ba5f, 2f404dd]

Bug fixes

  • We replaced a faulty getSize() check in guest sync. [b0435b2]
  • The 'click to copy' tooltip no longer displays for disabled form inputs. [bbf90cc]

v4.20.4

11 Apr 10:28
Compare
Choose a tag to compare

Bug fixes

  • We fixed further order sync problems related to missing values in the order item table. [b5289e0]

v4.20.3

15 Mar 11:37
Compare
Choose a tag to compare

Improvements

  • We no longer bypass SSL host and peer verification when making API calls to Dotdigital. [ba3f5c9]
  • We've added an extra check for a quote's email address before redirecting in our Getbasket controller. [c7d3306]

Bug fixes

  • A problem with merging abandoned carts containing configurable products has been resolved. External contribution.
  • We fixed a problem with missing product ids in the order item table breaking the order sync. [94ff903]
  • We fixed a regression from 4.20.2 relating to product attributes in order insight line items. [1e5e437]

v4.20.2

28 Feb 16:08
Compare
Choose a tag to compare

Improvements

  • We refactored our code to remove dynamic property assignment, which is deprecated in PHP 8.2. [78c0a83]

v4.20.1

22 Feb 09:05
Compare
Choose a tag to compare

Bug fixes

  • We resolved some PHP errors surfaced during DI compile on versions of PHP 7. [3699baf]