File tree 4 files changed +0
-20
lines changed
4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,6 @@ You can create failover transport with the help of ``failover()`` keyword::
105
105
So if the first transport fails, the mailer will attempt to send through the
106
106
second transport.
107
107
108
- .. versionadded :: 4.4
109
-
110
- The ``failover() `` keyword was introduced in Symfony 4.4.
111
-
112
108
Round Robin
113
109
-----------
114
110
@@ -117,10 +113,6 @@ you can use the ``roundrobin()`` keyword with the transports::
117
113
118
114
$dsn = 'roundrobin(api://id@postmark smtp://key@sendgrid)'
119
115
120
- .. versionadded :: 4.4
121
-
122
- The ``roundrobin() `` keyword was introduced in Symfony 4.4.
123
-
124
116
Sending emails asynchronously
125
117
-----------------------------
126
118
Original file line number Diff line number Diff line change @@ -158,10 +158,6 @@ implement the PSR-6 interface :class:`Psr\\Cache\\CacheItemPoolInterface`)::
158
158
->setMappingCache(new SomePsr6Cache());
159
159
->getValidator();
160
160
161
- .. versionadded :: 4.4
162
-
163
- Support for PSR-6 compatible mapping caches was introduced in Symfony 4.4.
164
-
165
161
.. note ::
166
162
167
163
The loaders already use a singleton load mechanism. That means that the
Original file line number Diff line number Diff line change @@ -252,10 +252,6 @@ You can find a list of existing mime types on the `IANA website`_.
252
252
(i.e. the form type is not defined explicitly in the ``->add() `` method of
253
253
the form builder) and when the field doesn't define its own ``accept `` value.
254
254
255
- .. versionadded :: 4.4
256
-
257
- This feature was introduced in Symfony 4.4.
258
-
259
255
mimeTypesMessage
260
256
~~~~~~~~~~~~~~~~
261
257
Original file line number Diff line number Diff line change @@ -14,7 +14,3 @@ to render the :ref:`form type row <form-rendering-basics>`::
14
14
15
15
Use the ``attr`` option if you want to add these attributes to the
16
16
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.
You can’t perform that action at this time.
0 commit comments