@@ -210,6 +210,10 @@ add several other options.
210210
211211If this option is false, the image cannot be landscape oriented.
212212
213+ .. versionadded :: 7.3
214+
215+ The ``allowLandscape `` option support for SVG files was introduced in Symfony 7.3.
216+
213217``allowLandscapeMessage ``
214218~~~~~~~~~~~~~~~~~~~~~~~~~
215219
@@ -234,6 +238,10 @@ Parameter Description
234238
235239If this option is false, the image cannot be portrait oriented.
236240
241+ .. versionadded :: 7.3
242+
243+ The ``allowPortrait `` option support for SVG files was introduced in Symfony 7.3.
244+
237245``allowPortraitMessage ``
238246~~~~~~~~~~~~~~~~~~~~~~~~
239247
@@ -260,6 +268,10 @@ If this option is false, the image cannot be a square. If you want to force
260268a square image, then leave this option as its default ``true `` value
261269and set `allowLandscape `_ and `allowPortrait `_ both to ``false ``.
262270
271+ .. versionadded :: 7.3
272+
273+ The ``allowSquare `` option support for SVG files was introduced in Symfony 7.3.
274+
263275``allowSquareMessage ``
264276~~~~~~~~~~~~~~~~~~~~~~
265277
@@ -358,6 +370,10 @@ Parameter Description
358370If set, the aspect ratio (``width / height ``) of the image file must be less
359371than or equal to this value.
360372
373+ .. versionadded :: 7.3
374+
375+ The ``maxRatio `` option support for SVG files was introduced in Symfony 7.3.
376+
361377``maxRatioMessage ``
362378~~~~~~~~~~~~~~~~~~~
363379
@@ -477,6 +493,10 @@ Parameter Description
477493If set, the aspect ratio (``width / height ``) of the image file must be greater
478494than or equal to this value.
479495
496+ .. versionadded :: 7.3
497+
498+ The ``minRatio `` option support for SVG files was introduced in Symfony 7.3.
499+
480500``minRatioMessage ``
481501~~~~~~~~~~~~~~~~~~~
482502
0 commit comments