Releases: dotmailer/dotmailer-magento2-extension-b2b
Releases · dotmailer/dotmailer-magento2-extension-b2b
v1.8.4
Improvements
- We updated our packages in composer.json for compatibility with magento/extension-b2b v1.5.0 [08017ed]
v1.8.3
Bug fixes
- We added a plugin to fix processing of in-progress B2B_Quotes imports. [33b4465]
v1.8.2
Bug fixes
- Our requirement for
psr/log
has been updated for Magento 2.4.7. [2181a6f]
v1.8.1
Improvements
- Our CustomerPlugin does not now require company statuses to match fixed values. [b3780c7]
v1.8.0
What's new
- The module now requires PHP 7.4+ and Magento 2.3.7+.
v1.7.1
Improvements
- We've updated the module's composer requirements in line with the core code it uses. [8ecfb27]
v1.7.0
Improvements
- We replaced usages of
SearchResultsFactory
and SearchResults
classes with SearchResultsInterfaceFactory
and SearchResultsInterface
respectively. [d226ca1]
v1.6.0
Improvements
- We updated some class references in line with the contact sync refactor in the Email module. [f70c5b9, 3c3a92c]
v1.5.3
Improvements
- We updated a class reference in line with the automated setup feature in the Email module. [47cb539]
v1.5.2
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.