Skip to content

Commit ae6c89c

Browse files
committed
Removed 4.4 versionaddeds
1 parent 6f73323 commit ae6c89c

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

deployment/proxies.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ In this case, you'll need to - *very carefully* - trust *all* proxies.
7373
Request::HEADER_X_FORWARDED_AWS_ELB
7474
);
7575

76-
.. versionadded:: 4.4
77-
78-
The support for the ``REMOTE_ADDR`` option was introduced in Symfony 4.4.
79-
8076
That's it! It's critical that you prevent traffic from all non-trusted sources.
8177
If you allow outside traffic, they could "spoof" their true IP address and
8278
other information.

doctrine/events.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,6 @@ with the ``doctrine.orm.entity_listener`` tag:
330330
])
331331
;
332332
333-
.. versionadded:: 4.4
334-
335-
Support for invokable listeners (using the ``__invoke()`` method) was introduced in Symfony 4.4.
336-
337333
Doctrine Lifecycle Subscribers
338334
------------------------------
339335

form/bootstrap4.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ for **all** users.
9191
Custom Forms
9292
------------
9393

94-
.. versionadded:: 4.4
95-
96-
Support for the ``switch-custom`` class was introduced in Symfony 4.4.
97-
9894
Bootstrap 4 has a feature called "`custom forms`_". You can enable that on your
9995
Symfony Form ``RadioType`` and ``CheckboxType`` by adding some classes to the label:
10096

messenger.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,10 +1055,6 @@ Possible options to configure with tags are:
10551055
* ``method``
10561056
* ``priority``
10571057

1058-
.. versionadded:: 4.4
1059-
1060-
The ability to specify ``from_transport`` on the tag, was added in Symfony 4.4.
1061-
10621058
Handler Subscriber & Options
10631059
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10641060

reference/forms/types/week.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
WeekType Field
55
==============
66

7-
.. versionadded:: 4.4
8-
9-
The ``WeekType`` type was introduced in Symfony 4.4.
10-
117
This field type allows the user to modify data that represents a specific
128
`ISO 8601`_ week number (e.g. ``1984-W05``).
139

0 commit comments

Comments
 (0)