Commit aefcbb8
File tree
8 files changed
+59
-3
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Mime
- Tests/Mime
- Bundle/TwigBundle/Resources/config
- Component/Mailer
- EventListener
- Tests/EventListener
8 files changed
+59
-3
lines changedsrc/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php+19-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
| ||
83 | 85 |
|
84 | 86 |
|
85 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
86 | 103 |
|
87 | 104 |
|
88 | 105 |
|
| ||
100 | 117 |
|
101 | 118 |
|
102 | 119 |
|
103 |
| - |
| 120 | + |
104 | 121 |
|
105 | 122 |
|
106 | 123 |
|
| ||
110 | 127 |
|
111 | 128 |
|
112 | 129 |
|
| 130 | + |
113 | 131 |
|
114 | 132 |
|
115 | 133 |
|
|
src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| 56 | + |
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
| ||
73 | 76 |
|
74 | 77 |
|
75 | 78 |
|
| 79 | + |
76 | 80 |
|
77 | 81 |
|
78 | 82 |
|
|
src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php+5-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
|
src/Symfony/Component/Mailer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Component/Mailer/EventListener/MessageListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/EventListener/MessageListener.php+14-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 |
| - |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
| ||
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
| 50 | + |
48 | 51 |
|
49 | 52 |
|
50 | 53 |
|
| ||
68 | 71 |
|
69 | 72 |
|
70 | 73 |
|
| 74 | + |
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
| ||
115 | 119 |
|
116 | 120 |
|
117 | 121 |
|
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
118 | 131 |
|
119 | 132 |
|
120 | 133 |
|
|
src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php+14
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| 24 | + |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 | 28 |
|
| ||
114 | 117 |
|
115 | 118 |
|
116 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
117 | 131 |
|
src/Symfony/Component/Mailer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/composer.json+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
0 commit comments