Skip to content

Commit 1601ade

Browse files
committed
Merged PR 5458: Merge AQ/Master243 to master
Cherry pick commits from testing branch Related work items: #63053
1 parent a4e7e53 commit 1601ade

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ You are welcome to contribute to dotmailer for Magento! You can either:
1515
- Fix a bug: please clone and use our [Testing branch](https://github.com/dotmailer/dotmailer-magento2-extension/tree/testing) to submit your Pull Request
1616
- Request a feature on our [community forum](https://support.dotmailer.com/hc/en-gb/community/topics/200432508-Feedback-and-feature-requests)
1717

18+
## V2.4.3
19+
- Disabling a module using a command line would generate different dependency errors related to a non-existing class - we've now fixed this problem
20+
1821
## V2.4.2
1922
- We've fixed an issue which caused the importer to process Subscriber_Resubscribed records multiple times
2023

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotmailer/dotmailer-magento2-extension",
33
"description": "dotmailer integration for magento 2",
44
"type": "magento2-module",
5-
"version": "2.4.2",
5+
"version": "2.4.3",
66
"license": "MIT",
77
"repositories": [
88
{

etc/di.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@
6767
</arguments>
6868
</type>
6969
<preference for="Dotdigitalgroup\Email\Model\Mail\AdapterInterface" type="Dotdigitalgroup\Email\Model\Mail\Transport" />
70-
<preference for="Magento\Framework\Module\ModuleListInterface" type="Magento\Framework\Module\FullModuleList" />
7170
</config>

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Dotdigitalgroup_Email" setup_version="2.4.2">
3+
<module name="Dotdigitalgroup_Email" setup_version="2.4.3">
44
<sequence>
55
<module name="Magento_Newsletter"/>
66
<module name="Magento_Review"/>

0 commit comments

Comments
 (0)