Commit ae1ebd2
committed
Merge branch '7.4' into 8.0
* 7.4:
[ObjectMapper] do not require mapping a target's required promoted property when not on source (#2)
run tests with PHPUnit 12.3
[GitHub] Update .github/PULL_REQUEST_TEMPLATE.md to remove SF 7.2 as it's not supported anymore
[CI] fixed the Intl data tests actions Tests fails due to unknown option -v which is shorthand of the --verbose as per the phpunit its removed without any replacement sebastianbergmann/phpunit#5647 (comment)
[Mailer] Fix expected exception message to include quotes around "http(s)://"
[WebProfilerBundle] Fix toolbar not rendering after replacing it
[Validator] (60455) Validate translations for Arabic (ar)
(60474) Remove translation state attribute for Twig template validator in Ukrainian translation
[VarDumper] Fix dumping objects from the DOM extension
[Mailer] Add MicrosoftGraph API Transport
[Yaml] Fix code style
[Tests] Adapt testAddHtmlContentWithErrors to be HTML5 compliant
Add friendly name in the `to` field
[ObjectMapper] read source metadata before transform
[HtmlSanitizer] Fix force_attributes not replacing existing attribute in initial dataFile tree
3 files changed
+15
-3
lines changed- Tests
- Visitor
- Node
3 files changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
239 | 246 | | |
240 | 247 | | |
241 | 248 | | |
| |||
250 | 257 | | |
251 | 258 | | |
252 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
253 | 265 | | |
254 | 266 | | |
255 | 267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments