@@ -46,10 +46,6 @@ at that date:
46
46
In the previous example, the list of currences won't include items like the
47
47
Slovenian Tolar, which stopped being used on January 14, 2007.
48
48
49
- .. versionadded :: 7.4
50
-
51
- The ``active_at `` option was introduced in Symfony 7.4.
52
-
53
49
``choices ``
54
50
~~~~~~~~~~~
55
51
@@ -63,12 +59,6 @@ the moment of creating the form type.
63
59
If you want to override the built-in choices of the currency type, you
64
60
will also have to set the ``choice_loader `` option to ``null ``.
65
61
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
-
72
62
.. include :: /reference/forms/types/options/choice_translation_domain_disabled.rst.inc
73
63
74
64
.. 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
82
72
`legal tender `_ in their countries. Set it to ``null `` to include all curencies,
83
73
regardless of their legal tender status.
84
74
85
- .. versionadded :: 7.4
86
-
87
- The ``legal_tender `` option was introduced in Symfony 7.4.
88
-
89
75
.. include :: /reference/forms/types/options/choice_translation_domain.rst.inc
90
76
91
77
``not_active_at ``
@@ -105,10 +91,6 @@ This option allows you to show only the currencies that are inactive at that dat
105
91
In the previous example, the list of currencies will include items like the
106
92
Slovenian Tolar, which stopped being used on January 14, 2007.
107
93
108
- .. versionadded :: 7.4
109
-
110
- The ``not_active_at `` option was introduced in Symfony 7.4.
111
-
112
94
Inherited Options
113
95
-----------------
114
96
0 commit comments