Skip to content

Commit 00b8db2

Browse files
committed
Remove versionadded directives
1 parent 2465aa7 commit 00b8db2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

reference/forms/types/currency.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ at that date:
4646
In the previous example, the list of currences won't include items like the
4747
Slovenian Tolar, which stopped being used on January 14, 2007.
4848

49-
.. versionadded:: 7.4
50-
51-
The ``active_at`` option was introduced in Symfony 7.4.
52-
5349
``choices``
5450
~~~~~~~~~~~
5551

@@ -63,12 +59,6 @@ the moment of creating the form type.
6359
If you want to override the built-in choices of the currency type, you
6460
will also have to set the ``choice_loader`` option to ``null``.
6561

66-
.. versionadded:: 7.4
67-
68-
The default value of ``choices`` changed in Symfony 7.4. In previous versions,
69-
this option contained all currencies, including those that were no longer legal
70-
tender in their countries.
71-
7262
.. include:: /reference/forms/types/options/choice_translation_domain_disabled.rst.inc
7363

7464
.. include:: /reference/forms/types/options/invalid_message.rst.inc
@@ -82,10 +72,6 @@ Set this option to ``false`` to only display the currencies that are no longer
8272
`legal tender`_ in their countries. Set it to ``null`` to include all curencies,
8373
regardless of their legal tender status.
8474

85-
.. versionadded:: 7.4
86-
87-
The ``legal_tender`` option was introduced in Symfony 7.4.
88-
8975
.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
9076

9177
``not_active_at``
@@ -105,10 +91,6 @@ This option allows you to show only the currencies that are inactive at that dat
10591
In the previous example, the list of currencies will include items like the
10692
Slovenian Tolar, which stopped being used on January 14, 2007.
10793

108-
.. versionadded:: 7.4
109-
110-
The ``not_active_at`` option was introduced in Symfony 7.4.
111-
11294
Inherited Options
11395
-----------------
11496

0 commit comments

Comments
 (0)