Skip to content

Commit 492cd68

Browse files
committed
Merged PR 6647: Merge release/247 to develop
2 parents cfc9315 + 6ef6f2d commit 492cd68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You are welcome to contribute to dotmailer for Magento! You can either:
1515
- Fix a bug: please clone and use our [Develop branch](https://github.com/dotmailer/dotmailer-magento2-extension/tree/develop) 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.6
18+
## V2.4.7
1919

2020
###### Bug fix
2121
- We've fixed a regression whereby the email from address was empty in the message object when email templates were not mapped in the extension

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.6",
5+
"version": "2.4.7",
66
"license": "MIT",
77
"repositories": [
88
{

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.6">
3+
<module name="Dotdigitalgroup_Email" setup_version="2.4.7">
44
<sequence>
55
<module name="Magento_Newsletter"/>
66
<module name="Magento_Review"/>

0 commit comments

Comments
 (0)