Skip to content

Commit 48b2c8d

Browse files
committed
Removed unneeded versionadded directives for 5.0
1 parent 1b18130 commit 48b2c8d

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

components/mailer.rst

-8
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ You can create failover transport with the help of ``failover()`` keyword::
105105
So if the first transport fails, the mailer will attempt to send through the
106106
second transport.
107107

108-
.. versionadded:: 4.4
109-
110-
The ``failover()`` keyword was introduced in Symfony 4.4.
111-
112108
Round Robin
113109
-----------
114110

@@ -117,10 +113,6 @@ you can use the ``roundrobin()`` keyword with the transports::
117113

118114
$dsn = 'roundrobin(api://id@postmark smtp://key@sendgrid)'
119115

120-
.. versionadded:: 4.4
121-
122-
The ``roundrobin()`` keyword was introduced in Symfony 4.4.
123-
124116
Sending emails asynchronously
125117
-----------------------------
126118

components/validator/resources.rst

-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ implement the PSR-6 interface :class:`Psr\\Cache\\CacheItemPoolInterface`)::
158158
->setMappingCache(new SomePsr6Cache());
159159
->getValidator();
160160

161-
.. versionadded:: 4.4
162-
163-
Support for PSR-6 compatible mapping caches was introduced in Symfony 4.4.
164-
165161
.. note::
166162

167163
The loaders already use a singleton load mechanism. That means that the

reference/constraints/File.rst

-4
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ You can find a list of existing mime types on the `IANA website`_.
252252
(i.e. the form type is not defined explicitly in the ``->add()`` method of
253253
the form builder) and when the field doesn't define its own ``accept`` value.
254254

255-
.. versionadded:: 4.4
256-
257-
This feature was introduced in Symfony 4.4.
258-
259255
mimeTypesMessage
260256
~~~~~~~~~~~~~~~~
261257

reference/forms/types/options/row_attr.rst.inc

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ to render the :ref:`form type row <form-rendering-basics>`::
1414

1515
Use the ``attr`` option if you want to add these attributes to the
1616
the :ref:`form type widget <form-rendering-basics>` element.
17-
18-
.. versionadded:: 4.3
19-
20-
The ``row_attr`` option was introduced in Symfony 4.3.

0 commit comments

Comments
 (0)