@@ -210,6 +210,10 @@ add several other options.
210
210
211
211
If this option is false, the image cannot be landscape oriented.
212
212
213
+ .. versionadded :: 7.3
214
+
215
+ The ``allowLandscape `` option support for SVG files was introduced in Symfony 7.3.
216
+
213
217
``allowLandscapeMessage ``
214
218
~~~~~~~~~~~~~~~~~~~~~~~~~
215
219
@@ -234,6 +238,10 @@ Parameter Description
234
238
235
239
If this option is false, the image cannot be portrait oriented.
236
240
241
+ .. versionadded :: 7.3
242
+
243
+ The ``allowPortrait `` option support for SVG files was introduced in Symfony 7.3.
244
+
237
245
``allowPortraitMessage ``
238
246
~~~~~~~~~~~~~~~~~~~~~~~~
239
247
@@ -260,6 +268,10 @@ If this option is false, the image cannot be a square. If you want to force
260
268
a square image, then leave this option as its default ``true `` value
261
269
and set `allowLandscape `_ and `allowPortrait `_ both to ``false ``.
262
270
271
+ .. versionadded :: 7.3
272
+
273
+ The ``allowSquare `` option support for SVG files was introduced in Symfony 7.3.
274
+
263
275
``allowSquareMessage ``
264
276
~~~~~~~~~~~~~~~~~~~~~~
265
277
@@ -358,6 +370,10 @@ Parameter Description
358
370
If set, the aspect ratio (``width / height ``) of the image file must be less
359
371
than or equal to this value.
360
372
373
+ .. versionadded :: 7.3
374
+
375
+ The ``maxRatio `` option support for SVG files was introduced in Symfony 7.3.
376
+
361
377
``maxRatioMessage ``
362
378
~~~~~~~~~~~~~~~~~~~
363
379
@@ -477,6 +493,10 @@ Parameter Description
477
493
If set, the aspect ratio (``width / height ``) of the image file must be greater
478
494
than or equal to this value.
479
495
496
+ .. versionadded :: 7.3
497
+
498
+ The ``minRatio `` option support for SVG files was introduced in Symfony 7.3.
499
+
480
500
``minRatioMessage ``
481
501
~~~~~~~~~~~~~~~~~~~
482
502
0 commit comments