@@ -306,6 +306,10 @@ function, which requires the `PHP GD extension`_ to be enabled.
306
306
If set, the height of the image file must be less than or equal to this
307
307
value in pixels.
308
308
309
+ .. versionadded :: 7.3
310
+
311
+ The ``maxHeight `` option support for SVG files was introduced in Symfony 7.3.
312
+
309
313
``maxHeightMessage ``
310
314
~~~~~~~~~~~~~~~~~~~~
311
315
@@ -331,6 +335,10 @@ Parameter Description
331
335
If set, the amount of pixels of the image file must be less than or equal to this
332
336
value.
333
337
338
+ .. versionadded :: 7.3
339
+
340
+ The ``maxPixels `` option support for SVG files was introduced in Symfony 7.3.
341
+
334
342
``maxPixelsMessage ``
335
343
~~~~~~~~~~~~~~~~~~~~
336
344
@@ -383,6 +391,10 @@ Parameter Description
383
391
If set, the width of the image file must be less than or equal to this
384
392
value in pixels.
385
393
394
+ .. versionadded :: 7.3
395
+
396
+ The ``maxWidth `` option support for SVG files was introduced in Symfony 7.3.
397
+
386
398
``maxWidthMessage ``
387
399
~~~~~~~~~~~~~~~~~~~
388
400
@@ -425,6 +437,10 @@ error message will be instead: ``The mime type of the file is invalid ({{ type }
425
437
If set, the height of the image file must be greater than or equal to this
426
438
value in pixels.
427
439
440
+ .. versionadded :: 7.3
441
+
442
+ The ``minHeight `` option support for SVG files was introduced in Symfony 7.3.
443
+
428
444
``minHeightMessage ``
429
445
~~~~~~~~~~~~~~~~~~~~
430
446
@@ -450,6 +466,10 @@ Parameter Description
450
466
If set, the amount of pixels of the image file must be greater than or equal to this
451
467
value.
452
468
469
+ .. versionadded :: 7.3
470
+
471
+ The ``minPixels `` option support for SVG files was introduced in Symfony 7.3.
472
+
453
473
``minPixelsMessage ``
454
474
~~~~~~~~~~~~~~~~~~~~
455
475
@@ -502,6 +522,10 @@ Parameter Description
502
522
If set, the width of the image file must be greater than or equal to this
503
523
value in pixels.
504
524
525
+ .. versionadded :: 7.3
526
+
527
+ The ``minWidth `` option support for SVG files was introduced in Symfony 7.3.
528
+
505
529
``minWidthMessage ``
506
530
~~~~~~~~~~~~~~~~~~~
507
531
0 commit comments