Skip to content

Releases: dotmailer/dotmailer-magento2-extension-b2b

v1.8.4

20 Nov 09:52
Compare
Choose a tag to compare
Improvements
  • We updated our packages in composer.json for compatibility with magento/extension-b2b v1.5.0 [08017ed]

v1.8.3

04 Nov 14:53
Compare
Choose a tag to compare
Bug fixes
  • We added a plugin to fix processing of in-progress B2B_Quotes imports. [33b4465]

v1.8.2

18 Apr 11:17
Compare
Choose a tag to compare
Bug fixes
  • Our requirement for psr/log has been updated for Magento 2.4.7. [2181a6f]

v1.8.1

28 Nov 12:42
Compare
Choose a tag to compare
Improvements
  • Our CustomerPlugin does not now require company statuses to match fixed values. [b3780c7]

v1.8.0

12 Sep 11:35
Compare
Choose a tag to compare
What's new
  • The module now requires PHP 7.4+ and Magento 2.3.7+.

v1.7.1

09 May 15:20
Compare
Choose a tag to compare
Improvements
  • We've updated the module's composer requirements in line with the core code it uses. [8ecfb27]

v1.7.0

14 Feb 10:08
Compare
Choose a tag to compare
Improvements
  • We replaced usages of SearchResultsFactory and SearchResults classes with SearchResultsInterfaceFactory and SearchResultsInterface respectively. [d226ca1]

v1.6.0

31 Aug 11:50
Compare
Choose a tag to compare
Improvements
  • We updated some class references in line with the contact sync refactor in the Email module. [f70c5b9, 3c3a92c]

v1.5.3

10 May 10:06
Compare
Choose a tag to compare
Improvements
  • We updated a class reference in line with the automated setup feature in the Email module. [47cb539]

v1.5.2

02 Mar 12:02
Compare
Choose a tag to compare
Improvements
  • The B2B quote data migration now inherits from a new abstract class in the Email module.
  • PHP 7.2 is now a minimum requirement for running this module.