- This module requires the
Dotdigitalgroup_Email
module v4.23.0+
- This module is included in our core extension. Please refer to these instructions to install via the Magento Marketplace.
- Ensure you have set valid API credentials in Configuration > Dotdigital > Account Settings
- Turn on the chat bubble by enabling chat in Configuration > Dotdigital > Chat Settings
- The 'Configure Chat Teams' button on Dotdigital > Chat Settings has been removed.
- The
CustomerData\Chat
class can now be used as a view model (for Hyvä Themes).
- We refactored a controller plugin to replace usage of
$this→getRequest()
. - We've removed avoidable usages of protected access for properties and methods.
- We've updated the module's dependencies. The module now requires PHP 7.4+ and Magento 2.3.7+.
- All references to Zend classes have been replaced with their Laminas equivalents.
- We updated a controller to use different interfaces.
- We removed a redundant
EmailFlagManager
class.
- We updated our module in line with newer PHPStan and coding standards.
- We removed two redundant controller files.
- Our connector now supports all internal (staging) API endpoints, to facilitate QA.
- We updated some class references in line with the automated setup feature in the Email module.
- PHP 7.2 is now a minimum requirement for running this module.
- This module has been renamed
dotdigital/dotdigital-magento2-extension-chat
.
- We've added a new plugin to provide additional configuration values to our integration insight data cron.
setup_version
has been removed from module.xml; in the Dashboard, we now use composer.json to provide the current active module version.- Menus and ACL resources are now translatable. External contribution
- We’ve replaced comapi.com URLs with their updated dotdigital.com equivalents.
- The
launchTimeout
delay in the widget embed code has been removed (there is already a delay without this).
- The Chat API space id is now re-saved whenever the chat settings change, regardless of whether it was set before; this resolves a possible issue when configuring Chat across multiple websites.
- We fixed a possible bug to do with checking for an API space id in browser local storage.
- We've added a Content Security Policy whitelist for specific domains used by this module. External contribution
- Access tokens for the Chat API are now refreshed when they expire.
- We resolved some access control issues relating to non-admin user accounts.
- We've changed the Chat menu item to Dotdigital Chat in the Marketing menu.
- Dotdigital Chat is now available for Magento merchants. Existing clients can enable chat via Dotdigital > Chat Settings to start using this new channel.