Skip to content

Commit 43809b1

Browse files
committed
minor symfony#4479 remove versionadded directives for old versions (xabbuh)
This PR was merged into the 2.6 branch. Discussion ---------- remove versionadded directives for old versions | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6+ | Fixed tickets | Commits ------- 7f40f23 remove versionadded directives for old versions
2 parents 9a22865 + 7f40f23 commit 43809b1

File tree

5 files changed

+2
-24
lines changed

5 files changed

+2
-24
lines changed

book/security.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,9 +1546,6 @@ do the following:
15461546
),
15471547
));
15481548
1549-
.. versionadded:: 2.2
1550-
The BCrypt encoder was introduced in Symfony 2.2.
1551-
15521549
You can now calculate the hashed password either programmatically
15531550
(e.g. ``password_hash('ryanpass', PASSWORD_BCRYPT, array('cost' => 12));``)
15541551
or via some online tool.

components/filesystem/introduction.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ The Filesystem Component
66

77
The Filesystem component provides basic utilities for the filesystem.
88

9-
.. versionadded:: 2.1
10-
The Filesystem component was introduced in Symfony 2.1. Previously, the
11-
``Filesystem`` class was located in the HttpKernel component.
12-
13-
149
.. tip::
1510

1611
A lock handler feature was introduce in symfony 2.6.

cookbook/security/entity_provider.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,3 @@ then instead of these properties being checked, your ``isEqualTo`` method
877877
is simply called, and you can check whatever properties you want. Unless
878878
you understand this, you probably *won't* need to implement this interface
879879
or worry about it.
880-
881-
.. versionadded:: 2.1
882-
In Symfony 2.1, the ``equals`` method was removed from ``UserInterface``
883-
and the ``EquatableInterface`` was introduced in its place.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
with_minutes
22
~~~~~~~~~~~~
33

4-
.. versionadded:: 2.2
5-
The ``with_minutes`` option was introduced in Symfony 2.2.
6-
74
**type**: ``Boolean`` **default**: ``true``
85

96
Whether or not to include minutes in the input. This will result in an additional

reference/twig_reference.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ Functions
2424
render
2525
~~~~~~
2626

27-
.. versionadded:: 2.2
28-
The ``render()`` function was introduced in Symfony 2.2. Prior, the
29-
``{% render %}`` tag was used and had a different signature.
30-
3127
.. code-block:: jinja
3228
3329
{{ render(uri, options) }}
@@ -40,7 +36,7 @@ render
4036
Renders the fragment for the given controller (using the `controller`_ function)
4137
or URI. For more information, see :ref:`templating-embedding-controller`.
4238

43-
The render strategy can be specified in the ``strategy`` key of the options.
39+
The render strategy can be specified in the ``strategy`` key of the options.
4440

4541
.. tip::
4642

@@ -65,7 +61,7 @@ Generates an ESI tag when possible or falls back to the behaviour of
6561
.. tip::
6662

6763
The URI can be generated by other functions, like `path`_ and `url`_.
68-
64+
6965
.. tip::
7066

7167
The ``render_esi()`` function is an example of the shortcut functions
@@ -76,9 +72,6 @@ Generates an ESI tag when possible or falls back to the behaviour of
7672
controller
7773
~~~~~~~~~~
7874

79-
.. versionadded:: 2.2
80-
The ``controller()`` function was introduced in Symfony 2.2.
81-
8275
.. code-block:: jinja
8376
8477
{{ controller(controller, attributes, query) }}

0 commit comments

Comments
 (0)