File tree 6 files changed +12
-6
lines changed
module-email-attachments-admin-ui
module-email-attachments-api
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.2.2] - 2024-07-18
9
+
10
+ ### Fixed
11
+
12
+ - Fix transport builder
13
+
8
14
## [ 2.2.1] - 2024-07-08
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change 2
2
"name" : " team23/module-email-attachments" ,
3
3
"description" : " Attach different files to transaction mails" ,
4
4
"type" : " magento2-component" ,
5
- "version" : " 2.2.1 " ,
5
+ "version" : " 2.2.2 " ,
6
6
"license" : [" BSD-3-Clause" ],
7
7
"authors" : [
8
8
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " team23/module-email-attachments-admin-ui" ,
3
3
"description" : " Attach different files to transaction mails." ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.2.2 " ,
5
5
"type" : " magento2-module" ,
6
6
"license" : [" BSD-3-Clause" ],
7
7
"authors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " team23/module-email-attachments-api" ,
3
3
"description" : " Attach different files to transaction mails" ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.2.2 " ,
5
5
"type" : " magento2-module" ,
6
6
"license" : [" BSD-3-Clause" ],
7
7
"authors" : [
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class SenderBuilder extends \Magento\Sales\Model\Order\Email\SenderBuilder
24
24
*
25
25
* @param Template $templateContainer
26
26
* @param IdentityInterface $identityContainer
27
- * @param \Magento\Framework\Mail\Template\ TransportBuilder $transportBuilder
27
+ * @param TransportBuilder $transportBuilder
28
28
* @param File $fileDriver
29
29
* @param FileInfo $fileInfo
30
30
* @param GetAttachmentsInterface $getAttachments
@@ -33,7 +33,7 @@ class SenderBuilder extends \Magento\Sales\Model\Order\Email\SenderBuilder
33
33
public function __construct (
34
34
Template $ templateContainer ,
35
35
IdentityInterface $ identityContainer ,
36
- \ Magento \ Framework \ Mail \ Template \ TransportBuilder $ transportBuilder ,
36
+ TransportBuilder $ transportBuilder ,
37
37
private readonly File $ fileDriver ,
38
38
private readonly FileInfo $ fileInfo ,
39
39
private readonly GetAttachmentsInterface $ getAttachments ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " team23/module-email-attachments" ,
3
3
"description" : " Attach different files to transaction mails." ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.2.2 " ,
5
5
"type" : " magento2-module" ,
6
6
"license" : [" BSD-3-Clause" ],
7
7
"authors" : [
You can’t perform that action at this time.
0 commit comments