Skip to content

Releases: dotmailer/dotmailer-magento2-extension

v4.26.3

24 Sep 11:42
Compare
Choose a tag to compare

Bug fixes

  • We fixed upstream preferences not displaying in the customer account. [a64a8fe]
  • Preferences and data fields could not be cleared in the customer account, this has been fixed. [82adf10]
  • Add default configs where values are passed to DateInterval. [661691b]
  • We fixed a variable name error in the Getbasket controller. [5e1cba6]
  • The IP stored for consent capture will now be the original client IP only. [af2074f]

v4.26.2

29 Jul 20:00
Compare
Choose a tag to compare

Bug fixes

  • We fixed the newsletter subscribe queue name in the OrderSaveAfter observer. [a26a4f8, 403544e]
  • OptInType is now correctly sent as a subscription property, not as a data field. [11ed803]
  • The trial signup microsite was not loading correctly into its iframe, this has been fixed. [50bc8bb]

v4.26.1

18 Jul 16:22
Compare
Choose a tag to compare

Improvements

  • All price figures in catalog insight data will now be rounded to 2 decimal places. [f40bff7]
  • We removed API username and password keys from the request body of an API method. [f3d2bbb]

v4.26.0

11 Jul 08:34
Compare
Choose a tag to compare

Improvements

  • Cron cadence can now be set to every 1, 5, or 10 minutes (in addition to previous options) for all bulk syncs. [81e9fb2]
  • We reverted a change to the REST client class that was filling up our logs with "No response in REST client". [71e145b]
  • We updated a migration type to prevent duplicate customer rows being created when inserting historical orders. [3e38d3d]
  • Order insight data will now be pre-sent for all order-related automations. [2892e32]
  • We added a Dotdigital logo our admin menu item. [c940c0c]

Bug fixes

  • The SUBSCRIBER_STATUS data field in Dotdigital was observed not matching the status in Magento. All newsletter subscription changes are now handled via queue after initial sync. [f4efd1e]
  • We fixed an issue with saving the associated account ID when configuring product notifications in different scopes. [7710129]

v4.25.5

10 Jun 18:31
Compare
Choose a tag to compare

Bug fixes

  • Catalog imports were failing because of empty product created_at dates. We’ve added a fallback date to fix this. [a291488]

v4.25.4

29 May 14:34
Compare
Choose a tag to compare

Bug fixes

  • We fixed an unserialize() exception in our OrderSaveAfter observer. [d30d30d]
  • We fixed a problem with incorrect keys when merging batches for order sync. [9cf8877]

v4.25.3

08 May 07:16
Compare
Choose a tag to compare

Improvements

v4.25.2

18 Apr 11:12
Compare
Choose a tag to compare

Improvements

  • We added a 'Retry Count' column to the Importer Status report. [6772634]
  • We added specific ignore annotations to suppress some code sniffer warnings (required for 2.3.7 support). [fd40657]
  • We added a missing class property to a failing unit test. [edcee39]

Bug fixes

  • We fixed page tracking at checkout in Magento 2.4.7. [80c7fd2]
  • We fixed CartInsight collections not being created at account connection. [0f96b6b]
  • Our requirement for psr/log has been updated. [46f709f]

v4.25.1

26 Mar 11:25
Compare
Choose a tag to compare

Bug fixes

  • We fixed a type mismatch when checking processing campaigns. [c9d2b9e]

v4.2.2

25 Mar 12:30
Compare
Choose a tag to compare
Bug fixes
  • Use DateTime constant for PHP 7.0 compatibility. [bf07e11]

[Note: we are patching the 4.2 release line because this is the highest version still compatible with Magento 2.1 and PHP 7.0.]